We are working on Sound processing and Analysis where we need to extract frequencies, pitches, octaves and other parameters of sound including dBPowerSpectrum Analysis. We also need to do this irrespective of the file formats or do the conversion between quite a file format(though conversion is not a very critical requirement if those parameters can be ananlyzed on most file formats). We also need to capture/record sound from Mic. We found a Python module called Snack which does almost everything we need, but the whole problem is that it requires tkinter to be installed. Since we are planning to write a Web client for this program installing tkinter and initializing and passing its object to Sound Processing module is an overhead I feel.
Can you please suggest us few good Sound Processing Module. We don't expect an all in one module. Its Ok even if these functionalities are spread over several modules. Kindly suggest.
Thanks in Advance