summaryrefslogtreecommitdiff
path: root/src/audio.py (unfollow)
AgeCommit message (Collapse)Author
2018-05-18Rename some files to simplify packagingjvoisin
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`
2018-05-16Do a pylint passjvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-04Remove some unused importsjvoisin
2018-04-04Improve get_meta in various waysjvoisin
- Normalize the case - Strip \00, \r, space and \n - Flatten metadata lists - Add tests for audio files
2018-03-31Change a bit the source code organisationjvoisin
2018-03-25Simplify a bit MP3 handlingjvoisin
2018-03-25FLAC supportjvoisin
2018-03-25Implement mp3 and ogg supportjvoisin