Skip to content

Commit 428310f

Browse files
committed
Merge branch 'feature/organize_examples' into 'master'
Organized examples in folders to follow documenation structure See merge request adf/esp-adf-internal!245
2 parents ff3d3b3 + 182c210 commit 428310f

35 files changed

+19
-24
lines changed

docs/en/api-reference/audio-processing/audio_sonic.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ For the `interpolation type` you may select either faster but less accurate line
1717
Application Example
1818
-------------------
1919

20-
Implementation of this API is demonstrated in the following example:
21-
22-
* :example:`filter/pipeline_sonic`
20+
Implementation of this API is demonstrated in :example:`audio_processing/pipeline_sonic` example.
2321

2422

2523
API Reference

docs/en/api-reference/audio-processing/equalizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Default gain of each band is -13 dB. To set the gains of all bands use structure
1919
Application Example
2020
-------------------
2121

22-
Implementation of this API is demonstrated in the :example:`equalizer` example.
22+
Implementation of this API is demonstrated in the :example:`audio_processing/equalizer` example.
2323

2424

2525
API Reference

docs/en/api-reference/audio-processing/filter_resample.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Application Example
99

1010
Implementation of this API is demonstrated in the following examples:
1111

12-
* :example:`filter/pipeline_resample`
13-
* :example:`filter/pipeline_spiffs_amr_resample`
12+
* :example:`audio_processing/pipeline_resample`
13+
* :example:`audio_processing/pipeline_spiffs_amr_resample`
1414
* :example:`get-started/play_mp3`
1515

1616

docs/en/api-reference/speech-recognition/esp_sr_iface.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ Setting up the speech recognition application to detect a wakeup word may be don
2525
SPEECH_RECOGNITION [label="Speech\n recognition", shape=box, height=60];
2626

2727
# node connections
28-
MICROPHONE -> CODEC_CHIP
29-
group {
30-
label = "Audio Pipeline";
31-
CODEC_CHIP -> I2S_STREAM -> FILTER -> RAW_STREAM -> SPEECH_RECOGNITION;
32-
}
28+
MICROPHONE -> CODEC_CHIP -> I2S_STREAM -> FILTER -> RAW_STREAM -> SPEECH_RECOGNITION;
3329
}
3430

3531

@@ -68,7 +64,7 @@ A code snippet below demonstrates how to initialize the model, determine the num
6864
Application Example
6965
-------------------
7066

71-
Implementation of the speech recognition API is demonstrated in :example:`asr` example.
67+
Implementation of the speech recognition API is demonstrated in :example:`speech_recognition/asr` example.
7268

7369

7470
API Reference

0 commit comments

Comments
 (0)