Browse Source

Improve explanation about WAV and Ogg looping metadata (#3729)

Co-authored-by: Hugo Locurcio <[email protected]>
pedroza 5 years ago
parent
commit
799df7f8bb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tutorials/audio/audio_streams.rst

+ 3 - 2
tutorials/audio/audio_streams.rst

@@ -29,8 +29,9 @@ your use case best:
   This format works well for music, long sound effect sequences, and voice
   at relatively low bitrates.
 
-Keep in mind Ogg Vorbis files don't contain looping information. If looping an
-Ogg Vorbis file is desired, it must be set up using the import options:
+Keep in mind that while WAV files may contain looping information in their metadata,
+Ogg Vorbis files do not. If looping an Ogg Vorbis file is desired, 
+it must be set up using the import options:
 
 .. image:: img/audio_stream_import.png