|
libpsynth 0.2.1
|
Support for conversion between frames of different channel spaces and sample depths. More...
Classes | |
| struct | psynth::sound::default_channel_converter_impl< C1, C2 > |
| Channel Convertion function object. More... | |
| struct | psynth::sound::default_channel_converter_impl< C, C > |
| When the channel space is the same, channel convertion performs sample depth conversion. More... | |
| struct | psynth::sound::default_channel_converter_impl< mono_space, stereo_space > |
| Mono to Stereo. More... | |
| struct | psynth::sound::default_channel_converter_impl< stereo_space, mono_space > |
| Stereo to Mono. More... | |
Support for conversion between frames of different channel spaces and sample depths.
class for channel-converting one frame to another
1.7.4