![]() Implement support for positive ReplayGain values. Turns out the blocker for this with the new AudioProcessor was that I did not properly clamp PCM data when I manipulated the data, resulting in target samples like 75491 being truncated to lower values like 9955, which resulted in popping. This is a niche addition, but also puts Auxio in a category that no other (FOSS) android music player currently occupies. Yay. Resolves #115. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
NOTICE | ||
proguard-rules.pro |