Przeglądaj źródła

Update importing_audio_samples.rst

GlitchedCode 5 miesięcy temu
rodzic
commit
53872be67b

+ 6 - 0
tutorials/assets_pipeline/importing_audio_samples.rst

@@ -13,6 +13,12 @@ Each format has different advantages:
 - WAV files use raw data or light compression (IMA-ADPCM or QOA). They are 
 - WAV files use raw data or light compression (IMA-ADPCM or QOA). They are 
   lightweight to play back on the CPU (hundreds of simultaneous voices in this
   lightweight to play back on the CPU (hundreds of simultaneous voices in this
   format are fine). The downside is that they take up a lot of disk space.
   format are fine). The downside is that they take up a lot of disk space.
+
+.. note::
+
+    Currently, it isn't possible to import compressed WAV files to Godot.
+    You can still compress imported WAV files using the Import dock.
+
 - Ogg Vorbis files use a stronger compression that results in much
 - Ogg Vorbis files use a stronger compression that results in much
   smaller file size, but require significantly more processing power to
   smaller file size, but require significantly more processing power to
   play back.
   play back.