Added ALSA support using pyalsaaudio module
commitfedc322244db56ce60d7ed524c0e24477507b79c
authorkhayber <khayber>
Sun, 4 Dec 2005 23:39:58 +0000 (4 23:39 +0000)
committerkhayber <khayber>
Sun, 4 Dec 2005 23:39:58 +0000 (4 23:39 +0000)
treef22fa0a3cba8fa2c1a9b38107f28e127c270acb0
parent55319d9186b8ca39ff35c6f6c2d117baad90a5a2
Added ALSA support using pyalsaaudio module
Added missing flac module in plugins
35 files changed:
AppInfo.xml
Help/Changes
Help/README
Help/TODO
Messages/es.po
Messages/fr.po
Messages/it.po
Messages/pt_BR.po
Messages/tips.py [moved from Messages/make_tips with 100% similarity]
Messages/update-po
Messages/zh_CN.po
Messages/zh_TW.po
messages.pot
musicbox.py
player.py
plugins/flac/Makefile [new file with mode: 0644]
plugins/flac/__init__.py [new file with mode: 0755]
plugins/flac/__init__.pyc [new file with mode: 0644]
plugins/flac/_decoder.so [new file with mode: 0755]
plugins/flac/_encoder.so [new file with mode: 0755]
plugins/flac/_sw_metadata.so [new file with mode: 0755]
plugins/flac/decoder.i [new file with mode: 0644]
plugins/flac/decoder.py [new file with mode: 0644]
plugins/flac/decoder.pyc [new file with mode: 0644]
plugins/flac/decoder_wrap.c [new file with mode: 0644]
plugins/flac/encoder.i [new file with mode: 0644]
plugins/flac/encoder.py [new file with mode: 0644]
plugins/flac/encoder_wrap.c [new file with mode: 0644]
plugins/flac/format.i [new file with mode: 0644]
plugins/flac/metadata.py [new file with mode: 0644]
plugins/flac/metadata.pyc [new file with mode: 0644]
plugins/flac/sw_metadata.i [new file with mode: 0644]
plugins/flac/sw_metadata.py [new file with mode: 0644]
plugins/flac/sw_metadata.pyc [new file with mode: 0644]
plugins/flac/sw_metadata_wrap.c [new file with mode: 0644]