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:
parent
38bd45b8dc
commit
4dd2768755
7 changed files with 89 additions and 36 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue