|
class | NAudio.Wave.SampleProviders.PanningSampleProvider |
| Converts a mono sample provider to stereo, with a customisable pan strategy. More...
|
|
struct | NAudio.Wave.SampleProviders.StereoSamplePair |
| Pair of floating point values, representing samples or multipliers. More...
|
|
interface | NAudio.Wave.SampleProviders.IPanStrategy |
| Required Interface for a Panning Strategy. More...
|
|
class | NAudio.Wave.SampleProviders.StereoBalanceStrategy |
| Simplistic "balance" control - treating the mono input as if it was stereo In the centre, both channels full volume. Opposite channel decays linearly as balance is turned to to one side. More...
|
|
class | NAudio.Wave.SampleProviders.SquareRootPanStrategy |
| Square Root Pan, thanks to Yuval Naveh. More...
|
|
class | NAudio.Wave.SampleProviders.SinPanStrategy |
| Sinus Pan, thanks to Yuval Naveh. More...
|
|
class | NAudio.Wave.SampleProviders.LinearPanStrategy |
| Linear Pan. More...
|
|