README
1Sample rate converter (SRC) Setup Tools
2=======================================
3
4This is a tool to set up SRC conversions sample rates list, define
5quality related parameters, and test the C implementation for a number
6of objective audio quality parameters.
7
8The tools need GNU Octave version 4.0.0 or later with octave-signal
9package.
10
11src_std_int32.m
12---------------
13
14This script creates the default coefficient set and contains nothing
15else but call for src_generate.
16
17src_tiny_int16.m
18----------------
19
20This script creates the tiny coefficient set. The script contains an
21example how to customize the input/output rates matrix and in a simple
22way the scale conversions quality. More controlled quality adjust can
23be done by editing file src_param.m directly. Note that int16
24presentation for SRC coefficients will degrade even the default
25quality.
26
27src_generate.m
28--------------
29
30Creates the header files to include to C into directory "include". A
31report of create modes is written to directory "reports". The
32coefficients need to be copied to directory
33sof.git/src/include/sof/audio/coefficients/src.
34
35The default quality of SRC is defined in module src_param.m. The
36quality impacts the complexity and coefficients tables size of SRC.
37