rockbox/lib/rbcodec/dsp
Michael Sevakis 0c7b787398 Straighten out the mad twisted state of sound.c and related areas.
This is going right in since it's long overdue. If anything is goofed,
drop me a line or just tweak it yourself if you know what's wrong. :-)

Make HW/SW codec interface more uniform when emulating HW functionality
on SWCODEC for functions such as "audiohw_set_pitch". The firmware-to-
DSP plumbing is in firmware/drivers/audiohw-swcodec.c. "sound_XXX"
APIs are all in sound.c with none in DSP code any longer.

Reduce number of settings definitions needed by each codec by providing
defaults for common ones like balance, channels and SW tone controls.

Remove need for separate SIM code and tables and add virtual codec header
for hosted targets.

Change-Id: I3f23702bca054fc9bda40f49824ce681bb7f777b
2013-04-15 12:02:05 -04:00
..
eqs EQ settings: Rework the settings to clean up the config file. 2013-02-09 13:05:32 +01:00
channel_mode.c Put the <string.h> channel_mode.c for memcpy. 2012-04-29 17:44:57 -04:00
channel_mode.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
compressor.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
compressor.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
crossfeed.c New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
crossfeed.h New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_arm.S New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_arm_v6.S Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_cf.S New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_core.c Tweak dsp_format_change_process (default format handler). 2012-05-08 22:47:51 -04:00
dsp_core.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_filter.c Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_filter.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_misc.c Straighten out the mad twisted state of sound.c and related areas. 2013-04-15 12:02:05 -04:00
dsp_misc.h Straighten out the mad twisted state of sound.c and related areas. 2013-04-15 12:02:05 -04:00
dsp_proc_database.h Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_proc_entry.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_proc_settings.h Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_sample_input.c Consolidate some sample input code. 2012-05-08 21:27:43 -04:00
dsp_sample_io.h Remove pointless IRAM allocation from voice DSP. 2012-05-04 22:00:44 -04:00
dsp_sample_output.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
eq.c 10 Band EQ w/Presets 2013-01-29 06:53:41 +01:00
eq.h EQ settings: Rework the settings to clean up the config file. 2013-02-09 13:05:32 +01:00
lin_resample.c Revert "Work in progress hermite resampler." 2012-05-20 01:11:52 -04:00
pga.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
pga.h Implement universal in-PCM-driver software volume control. 2013-04-11 22:55:16 +02:00
tdspeed.c Stop timestretch freezing things during format changes. 2012-05-21 17:12:04 -04:00
tdspeed.h rbcodec: abstract tdspeed buffer allocation 2012-05-07 10:29:07 +02:00
tone_controls.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
tone_controls.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00