Photon Voice
v2.58
This is the complete list of members for AudioUtil, including all inherited members.
| Convert(float[] src, short[] dst, int dstCount) | AudioUtil | static |
| Convert(short[] src, float[] dst, int dstCount) | AudioUtil | static |
| ForceToStereo< T >(T[] src, T[] dst, int srcChannels) | AudioUtil | static |
| Resample< T >(T[] src, T[] dst, int dstCount, int channels) | AudioUtil | static |
| Resample< T >(T[] src, int srcOffset, int srcCount, T[] dst, int dstOffset, int dstCount, int channels) (defined in AudioUtil) | AudioUtil | static |
| Resample< T >(T[] src, int srcOffset, int srcCount, int srcChannels, T[] dst, int dstOffset, int dstCount, int dstChannels) (defined in AudioUtil) | AudioUtil | static |
| ResampleAndConvert(short[] src, float[] dst, int dstCount, int channels) | AudioUtil | static |
| ResampleAndConvert(float[] src, short[] dst, int dstCount, int channels) | AudioUtil | static |
| ToneToBuf< T >(T[] buf, long timeSamples, int channels, double amp, double k, double phaseMod=0) (defined in AudioUtil) | AudioUtil | static |
| ToneToBuf< T >(T[] buf, int offset, int length, long timeSamples, int channels, double amp, double k, double phaseMod=0) (defined in AudioUtil) | AudioUtil | static |
| WaveformToBuf< T >(T[] buf, T[] waveform, long timePos) (defined in AudioUtil) | AudioUtil | static |