Explorar o código

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

Co-authored-by: Hugo Locurcio <[email protected]>
pedroza %!s(int64=5) %!d(string=hai) anos
pai
achega
799df7f8bb
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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