• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

READMED11-Mar-20241.2 KiB3727

src_export_coef.mD11-Mar-20247.2 KiB205182

src_export_defines.mD11-Mar-20241.9 KiB6052

src_export_table_2s.mD11-Mar-20245.7 KiB188172

src_factor1_lm.mD11-Mar-20241.8 KiB4540

src_factor2_lm.mD11-Mar-20244.7 KiB153137

src_find_l0m0.mD11-Mar-20242.2 KiB7263

src_generate.mD11-Mar-202411.9 KiB467422

src_get.mD11-Mar-20247.2 KiB258240

src_ipc4_int32.mD11-Mar-20241.4 KiB3831

src_param.mD11-Mar-20243.3 KiB9885

src_small_int32.mD11-Mar-2024654 2923

src_std_int32.mD11-Mar-20242.3 KiB5852

src_tiny_int16.mD11-Mar-20242 KiB4945

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