mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Fix spelling in comment.
This commit is contained in:
@@ -104,7 +104,7 @@ pub const AUDIO_F32SYS: AudioFormat = ll::AUDIO_F32SYS;
|
||||
|
||||
/// The suggested default is signed 16bit samples in host byte order.
|
||||
pub const DEFAULT_FORMAT: AudioFormat = ll::AUDIO_S16SYS;
|
||||
/// Defualt channels: Stereo.
|
||||
/// Default channels: Stereo.
|
||||
pub const DEFAULT_CHANNELS: i32 = 2;
|
||||
/// Good default sample rate in Hz (samples per second) for PC sound cards.
|
||||
pub const DEFAULT_FREQUENCY: i32 = 22050;
|
||||
|
||||
Reference in New Issue
Block a user