summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
blob: 5dc7f31c56b93cf847cd93227aba1e08fe684724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#if CONFIG_CODEC == SWCODEC
/* decoders */
vorbis.c
mpa.c
flac.c
wav.c
a52.c
wavpack.c
#ifndef RB_PROFILE
alac.c
#endif
mpc.c
wma.c
sid.c
ape.c
nsf.c
asap.c
aac.c

#if MEMORYSIZE > 2
spc.c
#endif
mod.c
shorten.c
aiff.c
speex.c
adx.c
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
/* encoders */
aiff_enc.c
mp3_enc.c
wav_enc.c
wavpack_enc.c
#endif
#endif