libpsynth 0.2.1
Classes
Color Space Converion

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...

Detailed Description

Support for conversion between frames of different channel spaces and sample depths.

class for channel-converting one frame to another