This sound creates a resampling reader that does simple linear resampling.
More...
#include <LinearResample.h>
|
std::shared_ptr< IReader > | getReader () const |
| Returns the reader created out of the sound.
|
|
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 resampling reader that does simple linear resampling.
◆ LinearResample()
LinearResample::LinearResample |
( |
std::shared_ptr< ISound > | sound, |
|
|
DeviceSpecs | specs ) |
Creates a new sound.
- Parameters
-
sound | The input sound. |
specs | The target specifications. |
◆ createReader()
virtual std::shared_ptr< IReader > LinearResample::createReader |
( |
| ) |
|
|
virtual |
Creates a reader for playback of the sound source.
- Returns
- A pointer to an IReader object or nullptr if there has been an error.
- Exceptions
-
Exception | An exception may be thrown if there has been a more unexpected error during reader creation. |
Implements ISound.
The documentation for this class was generated from the following file: