|
Audaspace
1.3.0
A high level audio library.
|
This sound creates a reader that maps a sound source's channels to a specific output channel count. More...
#include <ChannelMapper.h>

Public Member Functions | |
| ChannelMapper (std::shared_ptr< ISound > sound, DeviceSpecs specs) | |
| Creates a new sound. More... | |
| virtual std::shared_ptr< IReader > | createReader () |
| Creates a reader for playback of the sound source. More... | |
Public Member Functions inherited from SpecsChanger | |
| SpecsChanger (std::shared_ptr< ISound > sound, DeviceSpecs specs) | |
| Creates a new sound. More... | |
| DeviceSpecs | getSpecs () const |
| Returns the target specification for resampling. | |
| std::shared_ptr< ISound > | getSound () const |
| Returns the saved sound. More... | |
Public Member Functions inherited from ISound | |
| virtual | ~ISound () |
| Destroys the sound. | |
Additional Inherited Members | |
Protected Member Functions inherited from SpecsChanger | |
| std::shared_ptr< IReader > | getReader () const |
| Returns the reader created out of the sound. More... | |
Protected Attributes inherited from SpecsChanger | |
| const DeviceSpecs | m_specs |
| The target specification for resampling. | |
| std::shared_ptr< ISound > | m_sound |
| If there is no reader it is created out of this sound. | |
This sound creates a reader that maps a sound source's channels to a specific output channel count.
| ChannelMapper::ChannelMapper | ( | std::shared_ptr< ISound > | sound, |
| DeviceSpecs | specs | ||
| ) |
Creates a new sound.
| sound | The input sound. |
| specs | The target specifications. |
|
virtual |
1.8.14