Skip to content

Commit 53872be

Browse files
Update importing_audio_samples.rst
1 parent f0f13fc commit 53872be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/assets_pipeline/importing_audio_samples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Each format has different advantages:
1313
- WAV files use raw data or light compression (IMA-ADPCM or QOA). They are
1414
lightweight to play back on the CPU (hundreds of simultaneous voices in this
1515
format are fine). The downside is that they take up a lot of disk space.
16+
17+
.. note::
18+
19+
Currently, it isn't possible to import compressed WAV files to Godot.
20+
You can still compress imported WAV files using the Import dock.
21+
1622
- Ogg Vorbis files use a stronger compression that results in much
1723
smaller file size, but require significantly more processing power to
1824
play back.

0 commit comments

Comments
 (0)