mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix some minor typos.
This commit is contained in:
@@ -830,8 +830,8 @@ typedef struct
|
|||||||
ma_spatializer spatializer;
|
ma_spatializer spatializer;
|
||||||
float pitch;
|
float pitch;
|
||||||
float oldPitch; /* For determining whether or not the resampler needs to be updated to reflect the new pitch. The resampler will be updated on the mixing thread. */
|
float oldPitch; /* For determining whether or not the resampler needs to be updated to reflect the new pitch. The resampler will be updated on the mixing thread. */
|
||||||
ma_data_converter converter; /* For pitch shift. May change this to just a resampler later. */
|
ma_data_converter converter; /* For pitch shift. May change this to ma_linear_resampler later. */
|
||||||
ma_bool32 isSpatial; /* Set the false by default. When set to false, with not have spatialisation applied. */
|
ma_bool32 isSpatial; /* Set the false by default. When set to false, will not have spatialisation applied. */
|
||||||
} ma_engine_effect;
|
} ma_engine_effect;
|
||||||
|
|
||||||
struct ma_sound
|
struct ma_sound
|
||||||
|
|||||||
Reference in New Issue
Block a user