ok like i think ive said before im trying to make a stand alone program mostly using sphinx files. this program will take input in from a microphone and reproduce the ipa symbol.. im kinda have an idea what i need but do have holes....
i have a program that records sound as a byte array. then im thinkin based on the DiscreteFourierTransform.java file i need to make that into a DoubleData object (right)? here is my confusion. i cant find where what classes call upon DFT methods so i cant see exactly what variables are used and how they determine them. also can i use the DFT on an entire recording or is there a process where recording is broken into smaller slices.
..if anyone has an answers to these questions or advice as to how i should go about creating this project i would greatly appreciate it
thank you
rich
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok like i think ive said before im trying to make a stand alone program mostly using sphinx files. this program will take input in from a microphone and reproduce the ipa symbol.. im kinda have an idea what i need but do have holes....
i have a program that records sound as a byte array. then im thinkin based on the DiscreteFourierTransform.java file i need to make that into a DoubleData object (right)? here is my confusion. i cant find where what classes call upon DFT methods so i cant see exactly what variables are used and how they determine them. also can i use the DFT on an entire recording or is there a process where recording is broken into smaller slices.
..if anyone has an answers to these questions or advice as to how i should go about creating this project i would greatly appreciate it
thank you
rich