PDA

View Full Version : [Python] What's the best sound program?



ki4jgt
March 6th, 2012, 08:32 PM
I'm wanting to present a software application (CLI) to some friends. I need it to play and record sound. What sound server OSS/PulseAudio/other would be the best to use with Python and support the biggest array of hardware? I plan to put the OS on a flash drive and boot from multiple computers.

Hetepeperfan
March 7th, 2012, 11:37 AM
You might try gstreamer sudo apt-get install python-gst0.10

however it's quite complicated for more information try

http://gstreamer.freedesktop.org/

succes.

ki4jgt
March 8th, 2012, 02:10 PM
You might try gstreamer sudo apt-get install python-gst0.10

however it's quite complicated for more information try

http://gstreamer.freedesktop.org/

succes.

Thanks Karma + 1