decoder.py

Python module that decodes compressed audio files
Download

decoder.py Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Dalen Bernaca
  • Publisher web site:
  • http://blue-merlin.hr

decoder.py Tags


decoder.py Description

Python module that decodes compressed audio files decoder.py is a cross-platform Python library for decoding compressed audio files.It uses external decoders by turning their stdout into file-like object which is completely compatible with wave.py module i.e. with its Wave_read class.Supported filetypes:MPEG layers 1, 2 and 3 (*.mp1, *.mp2, *.mp3)MPEG-4 (HE-AAC) (*.mp4, *.m4a, *.m4b, *.aac)OGG Vorbis (*.ogg)Windows Media Audio (*.wma)You can use 'decoder.py' in combination with audiodev or PyAudio library or some similar module to play compressed audio files.For further information consult the source code. Requirements: · Python


decoder.py Related Software