is the new musicplayer working?

This commit is contained in:
minjaesong
2024-07-09 01:27:12 +09:00
parent 86c6f008f9
commit a236f49641
7 changed files with 198 additions and 85 deletions

View File

@@ -29,7 +29,12 @@ playback cannot change its sampling rate mid-stream.
The audio engine cannot resample an audio file with sampling rate greater than 48000 Hz, nor is capable
of reading anything that is not in 16-bit bit-depth.
## Ogg Album Art Incompatibility
Ogg files with album arts are not reliably recognised. Remove them using the following FFmpeg command:
ffmpeg -i inputfile.ogg -map a -c copy outputfile.ogg
## tl;dr
Stereo, 48 kHz, 16 bit, WAV or OGG.
Stereo, 48 kHz, 16 bit, WAV or OGG.