dlib.audio.sound

Generic sound interfaces and their implementations

Members

Classes

DefaultGenericSoundFactory
class DefaultGenericSoundFactory

GenericSoundFactory implementation for Sound class

GenericSound
class GenericSound

Generic Sound implementation

SeekableSound
class SeekableSound

Sound that can be seeked

Sound
class Sound

Sound that is fully kept in memory

StreamedSound
class StreamedSound

Generalized sound stream class. This can be used to implement any type of sound, including compressed audio streams.

Functions

defaultGenericSoundFactory
DefaultGenericSoundFactory defaultGenericSoundFactory()

GenericSoundFactory singleton

Interfaces

GenericSoundFactory
interface GenericSoundFactory

GenericSound object factory

Meta

Authors

Timur Gafarov