Uzeamp

From Uzebox Wiki
Revision as of 01:39, 10 April 2020 by Ry755 (talk | contribs) (Added an ffmpeg command to convert songs)
Jump to navigation Jump to search
Uzeamp
Uzeamp.jpg
GenreMusic Player
DeveloperUser:Uze6666:Uze
Code licenseGPL V3
Engine3.1 & Later
Video Mode3
Latest release1.0
Release dateFeb 19th, 2009
LanguageEnglish


The Uzeamp is a music player capable of streaming music from a SD card.

Features

  • Plays WAV files, 8-bit unsigned mono file at 15734Hz (the NTSC line rate).
  • Supports WAV file metadata extension for song name and artist.
  • Supports only SD/FAT16 (not SDHC for the time being) The current code is not 'fragmentation aware', meaning you must reformat your SD card before dumping a series of file on it. (I hope that will change shortly)
  • Support the SNES mouse
  • Support skins/color schemes

Controls

  • With a pad, use the the 'Start' button to start/pause songs, and the left/right shoulder to fast-forward through the tunes
  • With the mouse, press the "Skin" button to cycle through the available skins. With the Pad, use the X button.

Known Issues & Limitations

  • There's some glitches at the start of songs
  • In mouse mode, the slider is a bit buggy,
  • All WAV files must be in the root directory, no more than 12 files and no long filenames.

Converting Songs with FFmpeg

Use this command to convert a song to work with Uzeamp:

ffmpeg -i input.mp3 -f wav -bitexact -acodec pcm_u8 -ac 1 -ar 15734 output.wav

(The input file doesn't need to be an MP3 file, it should work with any format that FFmpeg supports)

Demo Songs

Get some pre-converted demo songs here.

ROM

Play In Browser

Sources

Part of the master Uzebox repository: [1]