mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: added initial version ReplayGain functionality, still in development
This commit is contained in:
parent
feae1b8bdd
commit
f413b5d498
3 changed files with 123 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.cappielloantonio.tempo.model
|
||||
|
||||
import androidx.annotation.Keep
|
||||
|
||||
@Keep
|
||||
data class ReplayGain(
|
||||
var trackGain: Float = 0f,
|
||||
var albumGain: Float = 0f,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue