I want to decode an audio in telephone quality with a sample rate of 8000Hz. Question 1: Use sphinx4-5prealpha. I have read the document at "https://cmusphinx.github.io/wiki/tutorialsphinx4/". According to the document, (1)The audio for this decoding must have one of the following formats: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 16000 Hz or RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz (2)The decoder does not support other formats. If the audio...
I have used pocketsphinx-5prealpha and sphinxbase-5prealpha to transform English wav-format file into text successfully, but I cannot use them to transform any Mandarin wav-format file into text. I have downloaded Mandarin acoustic and language model at "https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/". Maybe I place Mandarin acoustic and language model at a wrong folder or path. My test environment and error message are described as follows. Would you please...