nuttx/libs/libc/audio/libsrc/Kconfig
Alin Jerpelea 48e6f2051d audio: libsamplerate: add initial audio Sample Rate Converter
Add audio sample rate conversion library from
http://www.mega-nerd.com/SRC/index.html

Source:
https://github.com/libsndfile/libsamplerate

Add needed patches for NuttX OS and embedded boards.

NOTE:
We must use master branch until next stable release
2020-11-19 18:05:47 -08:00

24 lines
651 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config AUDIO_SRC
bool "Audio Samplerate Convertor Library"
default n
---help---
Enable build for various SRC functions
if AUDIO_SRC
config AUDIO_SRC_QUALITY
int "Audio Conversion Quality [0/1/2]"
default 2
---help---
Audio Conversion Quality [0/1/2]
0 Slowest conversion speed with best quality.
1 Medium conversion speed with medium qulity
2 Fastest conversion with lowest Quality
endif # LIBSRC