ReplayGain analysis in airtime_analyzer using python-rgain

* Implemented Replaygain analysis for Ogg Vorbis, MP3, MP4, and FLAC
  using python-rgain
* Added unit tests for ReplayGainAnalyzer
* Squashed stderr output in ReplayGainAnalyzer and CuePointAnalyzer
* Clean up
This commit is contained in:
Albert Santoni 2014-12-11 14:12:41 -05:00
parent 38bd45b8dc
commit 4dd2768755
7 changed files with 89 additions and 36 deletions

View file

@ -29,6 +29,7 @@ setup(name='airtime_analyzer',
'mock',
'python-daemon',
'requests',
'rgain',
# These next 3 are required for requests to support SSL with SNI. Learned this the hard way...
# What sucks is that GCC is required to pip install these.
#'ndg-httpsclient',