tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

how to change the output? #72

Closed dentex closed 7 years ago

dentex commented 7 years ago

Hello, I'm trying to use python-audio-tools on a Raspberry Pi 3 (Raspbian Jessie distro). Playing an mp3 gives the progress but there's no audio. Only a dummy output is available. How to change it?

mpg123 binary works out of the box.

in audiotools-config, under Audio output I have NULL.

dentex commented 7 years ago

With reference to this issue https://github.com/tuffy/python-audio-tools/issues/15 ... I installed libasound2-dev and (after re-compliling this lib) now everything is working.

Sorry for the noise. Great job!