PyDub: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 2: Line 2:


https://github.com/jiaaro/pydub/
https://github.com/jiaaro/pydub/
== Sample audio ==
http://pzwart3.wdka.hro.nl/prototyping/bbcnewssummary.wav


== Installing on OS X ==
== Installing on OS X ==

Revision as of 14:23, 4 November 2014

http://pydub.com/

https://github.com/jiaaro/pydub/

Sample audio

http://pzwart3.wdka.hro.nl/prototyping/bbcnewssummary.wav

Installing on OS X

  • Download the latest code (as a zip)
  • Open the Terminal
  • "cd" into the folder with setup.py
sudo python setup.py install

If it complains about setuptools missing, do this:

sudo easy_install setuptools

... and then repeat the line above.


Linux

  • Download the latest code (as a zip)
  • Open the Terminal
  • "cd" into the folder with setup.py
sudo python setup.py install

If it complains about setuptools missing, do this:

sudo apt-get install python-setuptools

... and then repeat the line above.

Running / Using pydub

  • Open terminal
  • Start "python"
  import pydub