forked from len0rd/rockbox
Bring consistency to pcm implementation and samplerate handling. Less low-level duplication. A small test_sampr fix so it works on coldfire again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19400 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ad97d13fc
commit
e69d567d9e
37 changed files with 316 additions and 449 deletions
|
@ -46,7 +46,7 @@ static unsigned int gen_thread_id;
|
|||
#define OUTPUT_CHUNK_SAMPLES 1152
|
||||
#define OUTPUT_CHUNK_SIZE (OUTPUT_CHUNK_SAMPLES*sizeof(int16_t)*2)
|
||||
static uint16_t output_buf[OUTPUT_CHUNK_COUNT][OUTPUT_CHUNK_SAMPLES*2]
|
||||
IBSS_ATTR __attribute__((aligned(4)));
|
||||
__attribute__((aligned(4)));
|
||||
static int output_head IBSS_ATTR;
|
||||
static int output_tail IBSS_ATTR;
|
||||
static int output_step IBSS_ATTR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue