Skip to content

Commit 49e8e3a

Browse files
committed
style: use isonum symbols for degree sign
Use isonum standard symbol definitions for the degree sign. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 0350373 commit 49e8e3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/rtos/Examples_and_Demonstrations/_Audio_Pre_Processing.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. include:: <isonum.txt>
2+
13
.. http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Audio_Pre-Processing
24
35
Introduction
@@ -15,7 +17,7 @@ The key functions in this use case include:
1517

1618
- Read 7 canned audio input files from hard drive into buffers in DDR
1719
using GEL function
18-
- Generate 12 virtual mics using BF (Beamforming) (30° apart)
20+
- Generate 12 virtual mics using BF (Beamforming) (30\ |deg| apart)
1921
- Apply ASNR (Adaptive Spectral Noise Reduction) on each virtual mic
2022
- Use MSS (Multiple Source Selection) to select the best virtual mic
2123
from the 12 virtual mics
@@ -73,7 +75,7 @@ The application will use AER & VOLIB APIs for its noise reduction
7375
processing needs. The following steps are performed for noise reduction:
7476

7577
- Use 7 canned audio inputs to generate 12 virtual mics using
76-
BF(Beamforming) (30° apart)
78+
BF(Beamforming) (30\ |deg| apart)
7779
- Apply ASNR(Adaptive Spectral Noise Reduction) on each virtual mic
7880
- Use MSS(Multiple Source Selection)to select the best virtual mic from
7981
the 12 virtual mics

0 commit comments

Comments
 (0)