mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
usbaudio: send through dsp (new)
Does not seem to affect UI usability, but allowable DSP loads will vary based on device and playback sample rate. To-Do (someday): - Add dedicated DSP channel - How to apply DSP settings to above new channel? (UI) - How to lock out timestretch from being enabled? Change-Id: Ia24d1055340354e2c32e6008e7e2b03a8e88867d
This commit is contained in:
parent
7c4293af64
commit
c533222851
12 changed files with 94 additions and 31 deletions
|
|
@ -664,11 +664,12 @@ int32_t dsp_get_timestretch(void)
|
|||
\return
|
||||
\description
|
||||
|
||||
void dsp_process(struct dsp_config *dsp, struct dsp_buffer *src, struct dsp_buffer *dst)
|
||||
void dsp_process(struct dsp_config *dsp, struct dsp_buffer *src, struct dsp_buffer *dst, bool thread_yield)
|
||||
\group sound
|
||||
\param dsp
|
||||
\param src
|
||||
\param dst
|
||||
\param thread_yield
|
||||
\description
|
||||
|
||||
void dsp_set_crossfeed_type(int type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue