如题,Navidrome 的API是有返回回放增益数据的。如下截图: <img width="950" alt="图片" src="https://github.com/gitbobobo/StreamMusic/assets/2764768/c4038bcd-4574-45c8-b8bb-134dfc9f82d4"> 建议提供个回放增益选项:无、按音轨应用增益(即使用 Track gain 值)、按专辑应用增益(即使用 Album gain 值)。 至于具体实现,可以参考我在另外一个音乐播放器仓库中发过一篇issue: https://github.com/Moriafly/SaltPlayerSource/issues/158#issuecomment-1250657182 另外,我还找到了 ExoPlayer 的实现代码供参考: https://github.com/google/ExoPlayer/issues/9796#issuecomment-1006761525 期待~
如题,Navidrome 的API是有返回回放增益数据的。如下截图:
建议提供个回放增益选项:无、按音轨应用增益(即使用 Track gain 值)、按专辑应用增益(即使用 Album gain 值)。
至于具体实现,可以参考我在另外一个音乐播放器仓库中发过一篇issue:
Moriafly/SaltPlayerSource#158 (comment)
另外,我还找到了 ExoPlayer 的实现代码供参考:
google/ExoPlayer#9796 (comment)
期待~