Skip to content

We can no longer download single tracks as an mp3 now?

If you're experiencing problems with the website (packs pages/forum/wiki) or you would like to suggest something, you can post here.

Moderator: Staff

  • Shaddap Offline
  • Posts: 7
  • Joined: 2012-07-10, 6:28:47

We can no longer download single tracks as an mp3 now?

Post by Shaddap »

I really loved having the ability to quickly grab a track in mp3 format after sampling a pack on the site for use with my RetroPie setup but it seems as though it has now been removed. I know I can still just use winamp to convert things but being able to quickly grab a track from the site really made life a lot easier.

Post by vampirefrog »

I've disabled mp3 downloads. You can easily convert vgm/vgz files to mp3 with vgmplay. I'm sure you can compile vgmplay for use on retropie. What I use is:

Code: Select all

vgm2pcm <file.vgm> - | lame -r - -
But make sure to configure vgmplay.ini to use a 44100 Hz sampling rate.

vgm2pcm is included in the vgmplay repo
Post Reply