The AbstractEngine class provides the internal audio converter.
More...
#include <audioconverter.h>
List of all members.
Detailed Description
The AbstractEngine class provides the internal audio converter.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
Sets working audio format. This function should be called before object usage.
- Parameters:
-
void fromFloat |
( |
const float * |
in, |
|
|
const unsigned char * |
out, |
|
|
size_t |
samples |
|
) |
| |
Converts samples from Qmmp::PCM_FLOAT format to specified working format.
- Parameters:
-
in | Input buffer. |
out | Output buffer. |
samples | Number of samples. |
void toFloat |
( |
const unsigned char * |
in, |
|
|
float * |
out, |
|
|
size_t |
samples |
|
) |
| |
Converts samples from specified working format to Qmmp::PCM_FLOAT format.
- Parameters:
-
in | Input buffer. |
out | Output buffer. |
samples | Number of samples. |
The documentation for this class was generated from the following file: