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:
parent
0ad19c7262
commit
0c09f3ee88
7 changed files with 3702 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue