I want to create a speech recognition mechanism in ruby. I know that I will never get there, doing it just for fun. I need to get data for the frequencies of the sound stored in a wav file, for comparison with the data that I already have from different sounds that I want to recognize. I will write the code in ruby, but I don’t think there are any libraries for this written in ruby, they would be too slow if they were anyway. The good thing about ruby is that I can use libraries for .net through IronRuby or Java through Jruby. How can I get frequency data?
source
share