Misc formatting fixes

This commit is contained in:
Rémi Verschelde
2020-04-27 12:17:47 +02:00
parent c54b8d6639
commit e6b00ca97a
11 changed files with 81 additions and 81 deletions

View File

@@ -231,7 +231,7 @@ Since AudioStreamPlayback is controlled by the audio thread, i/o and dynamic mem
Resampling
~~~~~~~~~~
Godots AudioServer currently uses 44100 Hz sample rate. When other sample rates are
Godot's AudioServer currently uses 44100 Hz sample rate. When other sample rates are
needed such as 48000, either provide one or use AudioStreamPlaybackResampled.
Godot provides cubic interpolation for audio resampling.