Results 1 - 8 of 8 results out of about 6839 pages. (3.14 seconds)
- SDL_ConvertAudio . . . 5 matches
- ...ge 1024 stereo sample frames at 48000Hz from Float32 to Int16.
SDL_AudioCVT cvt;
SDL_BuildAudioCVT(&cvt, AUDIO_F32, 2, 48000, AUDIO_S16, 2, 48000);
SDL_assert(cvt.needed); // obvi...
- SDL_AudioCVT . . . 3 matches
- ...ge 1024 stereo sample frames at 48000Hz from float32 to int16.
SDL_AudioCVT cvt;
SDL_BuildAudioCVT(&cvt, AUDIO_F32, 2, 48000, AUDIO_S16, 2, 48000);
SDL_assert(cvt.needed); // obvi...
- SGTutorials . . . 2 matches
- ...s. Page addresses are case-sensitive.
''Example'': The address for the page [[SDL_BuildAudioCVT]]() is
. {{{http://wiki.libsdl.org/moin.cgi/SDL_BuildAudioCVT}}}
<<Color2(re...
- SGNewPages . . . 2 matches
- ...''Page addresses are case-sensitive.''
''Example'': The address for the page [[SDL_BuildAudioCVT]]() is
. {{{http://wiki.libsdl.org/moin.cgi/SDL_BuildAudioCVT}}}
<<Color2(re...
- SDL_AudioFormat . . . 1 match
- ...== Related Structures ==
.[[SDL_AudioCVT]]
.[[SDL_AudioSpec]]
== Related Functions ==
.[[SDL_BuildAudioCVT]]
.[[SDL_MixAudioFormat]]
----
[[CategoryEnum]], [[CategoryAudio]]...
- CategoryAudio . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Audio Device Management and Audio Playback =
'''Include File(s):''' [[http://hg.libsdl.org/...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
- APIContributionStyleGuide . . . 1 match
- ...erations or structures.
.{{{[[SDL_Enumeration/Structure]]}}}
. ''Example'': [[SDL_BuildAudioCVT]]()
----
== The Bottom Line ==
Our goal is to create clean, consistent, helpfu...
