im planning to make a big vocabulary for sphinx3.0.6 and decode big file using sphinx3_continuous...
i would just like to know if having a larger computer memory will decode faster... if so is there a maximum memory limitation (maximum memory where all the memory will be used)?
also, would this run on a 64-bit machine? i only see 32-bit on the home page...
thnx again..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
64-bit machines work fine, we use them all the time. The memory consumption of sphinx3 depends on the size of the acoustic and language models. Unless you are using huge vocabularies it shouldn't be more than 70MB or so. If you have enough memory for it to run without swapping then getting more memory won't really help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello again,
im planning to make a big vocabulary for sphinx3.0.6 and decode big file using sphinx3_continuous...
i would just like to know if having a larger computer memory will decode faster... if so is there a maximum memory limitation (maximum memory where all the memory will be used)?
also, would this run on a 64-bit machine? i only see 32-bit on the home page...
thnx again..
64-bit machines work fine, we use them all the time. The memory consumption of sphinx3 depends on the size of the acoustic and language models. Unless you are using huge vocabularies it shouldn't be more than 70MB or so. If you have enough memory for it to run without swapping then getting more memory won't really help.