dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
GenericSoundFactory
dlib
audio
sound
GenericSound object factory
interface
GenericSoundFactory {
GenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f);
}
Members
Functions
createSound
GenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f)
Undocumented in source.
Meta
Source
See Implementation
dlib
audio
sound
classes
DefaultGenericSoundFactory
GenericSound
SeekableSound
Sound
StreamedSound
functions
defaultGenericSoundFactory
interfaces
GenericSoundFactory
GenericSound object factory