Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <[email protected]>
  • Loading branch information
jantonguirao committed Feb 3, 2025
1 parent 2a1ed8f commit 604439a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dali/operators/decoder/audio/audio_decoder_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ DALI_REGISTER_OPERATOR(decoders__Audio, AudioDecoderCpu, CPU);
DALI_SCHEMA(decoders__Audio)
.DocStr(R"code(Decodes waveforms from encoded audio data.
It supports the following audio formats: wav, flac and ogg.
It supports the following audio formats: WAV, FLAC, and OGG (including both OGG Vorbis and OGG Opus).
This operator produces the following outputs:
* output[0]: A batch of decoded data
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/audio_processing/audio_decoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Audio Decoder in DALI\n",
"\n",
"This tutorial presents, how to set up a simple pipeline, that loads and decodes audio data using DALI. We will use a simple example from Speech Commands Data Set. While this dataset consists of samples in .wav format, the following procedure can be used for most of the well-known digital audio coding formats as well.\n",
"This tutorial presents, how to set up a simple pipeline, that loads and decodes audio data using DALI. We will use a simple example from Speech Commands Data Set. While this dataset consists of samples in .wav format, the following procedure can be used for most well-known digital audio coding formats, including WAV, FLAC, and OGG (both OGG Vorbis and OGG Opus)..\n",
"\n",
"## Step-by-Step Guide\n",
"1. Let's start by importing DALI and a handful of utils."
Expand Down

0 comments on commit 604439a

Please sign in to comment.