Here is a list of all namespaces with brief descriptions:
[detail level 12]
| ▼Ncapo | |
| CBuffer | Audio Buffer: stores decoded PCM data in memory |
| CIEngine | Audio Engine. API to create Audio Sources. Represents 3D spatialized listener. Uses default audio device |
| CISource | Audio Source. API for audio playback. Open file for streaming or bind to existing Audio Buffer. Supports 3D spatialization |
| CIStream | Interface for custom audio stream (data source). Supports streaming data of indefinite length. The API is in terms of samples, they are converted to frames by the library |
| CIStreamPipe | IStream wrapper that enables subtypes to push arbitrary number of samples |
| CPolymorphic | Base class for polymorphic types |
| CVec3f | 3D spatial vector |