#include <audio2.h>
Inheritance diagram for ost::AudioResample:

Public Member Functions | |
| AudioResample (Rate mul, Rate div) | |
| ~AudioResample () | |
| size_t | process (Linear from, Linear to, size_t count) |
| size_t | estimate (size_t count) |
Protected Attributes | |
| unsigned | mfact |
| unsigned | dfact |
| unsigned | max |
| unsigned | gpos |
| unsigned | ppos |
| Sample | last |
| Linear | buffer |
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6