calculateDataLength(int duration, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDataLength(int duration, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFloat(int duration, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFloat(int duration, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFloatPrecise(double duration, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFloatPrecise(double duration, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFromTimestampDelta(int timestampDelta, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDataLengthFromTimestampDelta(int timestampDelta, int channelCount, int bytesPerSample) | fm.liveswitch.SoundUtility | static |
calculateDataLengthPrecise(double duration, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDataLengthPrecise(double duration, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDuration(int dataLength, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDuration(int dataLength, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDurationFloat(int dataLength, int clockRate, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateDurationFloat(int dataLength, fm.liveswitch.AudioConfig config) | fm.liveswitch.SoundUtility | static |
calculateDurationFromSystemTimestampDelta(int systemTimestampDelta) | fm.liveswitch.SoundUtility | static |
calculateDurationFromTimestampDelta(int timestampDelta, int clockRate) | fm.liveswitch.SoundUtility | static |
calculateOutputLengthForChannelCount(int inputLength, int inputChannelCount, int outputChannelCount) | fm.liveswitch.SoundUtility | static |
calculateSystemTimestampDeltaFromDuration(int duration) | fm.liveswitch.SoundUtility | static |
calculateSystemTimestampDeltaFromTimestampDelta(long timestampDelta, int clockRate) | fm.liveswitch.SoundUtility | static |
calculateTimestampDeltaFromDataLength(int dataLength, int channelCount) | fm.liveswitch.SoundUtility | static |
calculateTimestampDeltaFromDataLength(int dataLength, int channelCount, int bytesPerSample) | fm.liveswitch.SoundUtility | static |
calculateTimestampDeltaFromDuration(int duration, int clockRate) | fm.liveswitch.SoundUtility | static |
calculateTimestampDeltaFromSystemTimestampDelta(long systemTimestampDelta, int clockRate) | fm.liveswitch.SoundUtility | static |
convertChannelCount(fm.liveswitch.DataBuffer input, int inputChannelCount, fm.liveswitch.DataBuffer output, int outputChannelCount) | fm.liveswitch.SoundUtility | static |
floatFromShort(short value) | fm.liveswitch.SoundUtility | static |
monoToStereo(fm.liveswitch.DataBuffer mono, fm.liveswitch.DataBuffer stereo) | fm.liveswitch.SoundUtility | static |
readPcmShort(byte[] input, int index) | fm.liveswitch.SoundUtility | static |
shortFromFloat(float value) | fm.liveswitch.SoundUtility | static |
SoundUtility() | fm.liveswitch.SoundUtility | |
stereoToMono(fm.liveswitch.DataBuffer stereo, fm.liveswitch.DataBuffer mono) | fm.liveswitch.SoundUtility | static |
writePcmShort(short input, byte[] output, int index) | fm.liveswitch.SoundUtility | static |