Skip to content

Commit 90f1ee0

Browse files
authored
Update tutorials/assets_pipeline/importing_audio_samples.rst
1 parent 8761d72 commit 90f1ee0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tutorials/assets_pipeline/importing_audio_samples.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Godot provides 3 options to import your audio data: WAV, Ogg Vorbis and MP3.
1010

1111
Each format has different advantages:
1212

13-
- WAV files use raw data or light compression (IMA-ADPCM or QOA). Currently, they can only be imported in raw format, but Godot allows compression after import. They are
14-
lightweight to play back on the CPU (hundreds of simultaneous voices in this
15-
format are fine). The downside is that they take up a lot of disk space.
13+
- WAV files use raw data or light compression (IMA-ADPCM or QOA). Currently
14+
they can only be imported in raw format, but Godot allows compression after
15+
import. They are lightweight to play back on the CPU (hundreds of simultaneous
16+
voices in this format are fine). The downside is that they take up a lot of disk space.
1617
- Ogg Vorbis files use a stronger compression that results in much
1718
smaller file size, but require significantly more processing power to
1819
play back.

0 commit comments

Comments
 (0)