minus-squaregroctel@lemmy.worldtoSingle Purpose Devices@lemmy.world•Guess what came in the mail yesterday?linkfedilinkEnglisharrow-up6·6 months agoIt looks honestly beautiful! I’ve been looking for a device like this one for some time, but I don’t know if it plays OPUS files. The web says it plays OGG, so it should play OPUS as well…? Do you mind trying one in your player? I’ve uploaded a song to litterbox with an expiry time of 3 days: https://litter.catbox.moe/6dw2j7hxh4hme2gg.opus Also, if you don’t want to trust a file some rando on the internet sent you, here’s an ffmpeg command to convert any mp3 file to opus: # Opus 190kbps is the format I use for transparency bitrate ffmpeg -i song.mp3 -c:a libopus -b:a 190k song.opus If you can try it, I’l be very grateful! linkfedilink
It looks honestly beautiful! I’ve been looking for a device like this one for some time, but I don’t know if it plays OPUS files. The web says it plays OGG, so it should play OPUS as well…? Do you mind trying one in your player?
I’ve uploaded a song to litterbox with an expiry time of 3 days: https://litter.catbox.moe/6dw2j7hxh4hme2gg.opus
Also, if you don’t want to trust a file some rando on the internet sent you, here’s an
ffmpegcommand to convert any mp3 file to opus:# Opus 190kbps is the format I use for transparency bitrate ffmpeg -i song.mp3 -c:a libopus -b:a 190k song.opusIf you can try it, I’l be very grateful!