1
0
Fork 0
forked from len0rd/rockbox

Initial DSP implementation. DSP supports resampling audio stream from

codecs (currently works corrently only with mp3's, somebody should fix
that).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6877 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-06-26 19:41:29 +00:00
parent 316eb6538e
commit d8cb703b1e
15 changed files with 805 additions and 328 deletions

View file

@ -52,6 +52,7 @@ recorder/recording.c
playback.c
metadata.c
codecs.c
dsp.c
#ifndef SIMULATOR
pcm_recording.c
#endif