diff options
Diffstat (limited to '3rdparty/portaudio/include/pa_win_ds.h')
-rw-r--r-- | 3rdparty/portaudio/include/pa_win_ds.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/portaudio/include/pa_win_ds.h b/3rdparty/portaudio/include/pa_win_ds.h index 5d3864168c4..8081abd3036 100644 --- a/3rdparty/portaudio/include/pa_win_ds.h +++ b/3rdparty/portaudio/include/pa_win_ds.h @@ -28,13 +28,13 @@ */ /* - * The text above constitutes the entire PortAudio license; however, + * The text above constitutes the entire PortAudio license; however, * the PortAudio community also makes the following non-binding requests: * * Any person wishing to distribute modifications to the Software is * requested to send the modifications to the original developer so that - * they can be incorporated into the canonical version. It is also - * requested that these non-binding requests be included along with the + * they can be incorporated into the canonical version. It is also + * requested that these non-binding requests be included along with the * license above. */ @@ -63,11 +63,11 @@ typedef struct PaWinDirectSoundStreamInfo{ unsigned long flags; /**< enable other features of this struct */ - /** + /** low-level latency setting support Sets the size of the DirectSound host buffer. When flags contains the paWinDirectSoundUseLowLevelLatencyParameters - this size will be used instead of interpreting the generic latency + this size will be used instead of interpreting the generic latency parameters to Pa_OpenStream(). If the flag is not set this value is ignored. If the stream is a full duplex stream the implementation requires that @@ -77,7 +77,7 @@ typedef struct PaWinDirectSoundStreamInfo{ /** support for WAVEFORMATEXTENSIBLE channel masks. If flags contains - paWinDirectSoundUseChannelMask this allows you to specify which speakers + paWinDirectSoundUseChannelMask this allows you to specify which speakers to address in a multichannel stream. Constants for channelMask are specified in pa_win_waveformat.h @@ -92,4 +92,4 @@ typedef struct PaWinDirectSoundStreamInfo{ } #endif /* __cplusplus */ -#endif /* PA_WIN_DS_H */ +#endif /* PA_WIN_DS_H */ |