Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good sound libraries? [closed]

I need to take an audio signal, and extract overlapping audio frames from it. I then need to convert these to frequency data (FFT stuff / like a spectrogram) and analyze the frequency information.

For example, if I have a 1 minute mp3 file, I want split the file into smaller files, from 00:00.000 to 00:03.000, from 00:00.010 to 00:03.010. Then I need to see the frequency breakdown of each sub-file.

Which programming languages have good audio tools that could help me do this? Are there linux command-line tools I could use? Bonus points for Node.js (yeah right) or Haskell, which I'm most familiar with.

like image 948
Sean Clark Hess Avatar asked Mar 07 '12 18:03

Sean Clark Hess


People also ask

Can I use Pokemon music on Youtube?

Nintendo has announced Pokémon DP Sound Library, a web-based service that allows users to listen to and download the music and sound effects of the original Pokémon Diamond and Pearl.


1 Answers

MATLAB.

GNU Octave is the free sorta-clone.

like image 83
John R. Strohm Avatar answered Oct 09 '22 19:10

John R. Strohm