Browse Source

Merge pull request #2258 from puchik/audio-format-suggestion-edit

Shorten, edit audio format suggestion
Rémi Verschelde 6 years ago
parent
commit
f9106444cc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      getting_started/workflow/assets/importing_audio_samples.rst

+ 2 - 1
getting_started/workflow/assets/importing_audio_samples.rst

@@ -32,7 +32,8 @@ Here is a comparative chart.
 | OGG Vorbis 96kbps, Stereo     | 12kb                |
 +-------------------------------+---------------------+
 
-In general, what is recommended, is to use WAV for most sound effects, especially those that are short and repetitive, and OGG for music, voice and long sound effects.
+Consider using WAV for short and repetitive sound effects, and OGG
+for music, speech, and long sound effects.
 
 Best practices
 --------------