Quellcode durchsuchen

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

Co-authored-by: Hugo Locurcio <[email protected]>
pedroza vor 5 Jahren
Ursprung
Commit
799df7f8bb
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  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