summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorDave Bryant <bryant@rockbox.org>2005-07-04 07:07:43 +0000
committerDave Bryant <bryant@rockbox.org>2005-07-04 07:07:43 +0000
commitfebd9750f1f89404a22a30be1313c1b4c4873f81 (patch)
treee79855e044c8c190449a7d3a66d834abf3a179af /apps/plugins/SOURCES
parentdacbc16d5b2c2a113eab6b9295db12795d98e2cc (diff)
downloadrockbox-febd9750f1f89404a22a30be1313c1b4c4873f81.tar.gz
rockbox-febd9750f1f89404a22a30be1313c1b4c4873f81.zip
Created new viewer application to test WavPack encoding. Accepts .wav file
and generates lossless .wv with the same name. Runs at about 150% realtime for now. Only problem is that folder display (and playlist?) do not get updated when finished and since files don't show extensions it's a little hard to tell which is which (wav is first by alpha). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 76d26e7e59..50cebb9f87 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -68,6 +68,7 @@ alpine_cdc.c
68 68
69#if CONFIG_HWCODEC == MASNONE /* software codec platforms */ 69#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
70iriverify.c 70iriverify.c
71wav2wv.c
71#else 72#else
72splitedit.c 73splitedit.c
73metronome.c 74metronome.c