Tagged Questions
10
votes
5answers
2k views
abstracting the conversion between id3 tags, m4a tags, flac tags
I'm looking for a resource in python or bash that will make it easy to take, for example, mp3 file X and m4a file Y and say "copy X's tags to Y".
Python's "mutagen" module is great for manupulating ...
1
vote
2answers
144 views
how to open an audio data in python
i've searched a lot, but could not find anything useful..
I have a m4a file, and i want to open it...what should i do? i've tried the obvious
>>> q = open('file.m4a').read()
>>> ...
0
votes
1answer
98 views
Best python solution to play ALL kinds of audio on Windows (and Linux)?
I'm trying to write some scripts to play some of my music collection with python. Finding python modules that will play ogg and mp3 is not a problem. However, I'm having repeated failures with ...