Results 1 - 7 of 7 results out of about 6839 pages. (3.71 seconds)
- SDL_ConvertAudio . . . 5 matches
- ...
= SDL_ConvertAudio =
Use this function to convert audio data to a desired audio format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_ConvertAudio(SDL_AudioCVT*...
- SDL_BuildAudioCVT . . . 3 matches
- ... SDL_malloc(cvt.len * cvt.len_mult);
// read your float32 data into cvt.buf here.
SDL_ConvertAudio(&cvt);
// cvt.buf has cvt.len_cvt bytes of converted data now.
}}}
== Remarks ==...
- SDL_AudioCVT . . . 3 matches
- ... SDL_malloc(cvt.len * cvt.len_mult);
// read your float32 data into cvt.buf here.
SDL_ConvertAudio(&cvt);
// cvt.buf has cvt.len_cvt bytes of converted data now.
}}}
== Remarks ==...
- SGRemarks . . . 1 match
- ...he text for bold.<<BR>>{{{'''parameter'''}}} = '''parameter'''||
||''Example'': [[SDL_ConvertAudio]]()||
||<( |3>''If'' you are referencing a parameter __from another page__||''Act...
- 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
- ...the text for bold.
{{{'''parameter'''}}} = '''parameter'''
. ''Example'': [[SDL_ConvertAudio]]()
. ''Example'': [[SDL_AudioSpec]]
* Do NOT use bold for enumeration value ...
