You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beep doesn't currently support the ape audio format. If you can find another library that can decode .ape to raw samples, you could implement Beep's Streamer interface to process or play the audio through Beep.
If you don't mind converting things like Mark suggested, you could use ffmpeg to translated them into wav
ffmpeg -i file.ape file.wav
You might could also execute ffmpeg from go and pipe the output into beep via the wav decoder for realtime translation... but I don't know the command offhand to do that
I have some music and their suffix is .ape . How can I play them with beep?Or how can I play it with other library? Thank you!
The text was updated successfully, but these errors were encountered: