jwallet / spy-spotify

🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
https://jwallet.github.io/spy-spotify/
MIT License
2.11k stars 139 forks source link

Selected 320kbps Audio quality but the files are 305kbps #516

Open andrefromsbg opened 1 week ago

andrefromsbg commented 1 week ago

After adding this to Spytify.exe.config (menu dropdown did not work) I am able to record better sound quality:

<setting name="settings_media_bitrate_quality" serializeAs="String">
    <value>3</value>
</setting>

So with value 3 I selected MP3 320kbps on Audio quality but the files are all between 305 to 310kbps. Why is this?