1
0
Fork 0
forked from len0rd/rockbox

WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-03-26 23:00:24 +00:00
parent 0ad19c7262
commit 0c09f3ee88
7 changed files with 3702 additions and 5 deletions

View file

@ -142,7 +142,7 @@ int last_num_right_leds;
int i;
#define MAX_PEAK 0x7FFF
#define MAX_PEAK 0x8000
struct saved_settings {
int meter_type;