TKAudioFrame
TKAudioFrame Class
Overview
- Audio Data Information
SAMPLES
Number of samples in this frame
public int samples;
BYTESPERSAMPLE
Number of bytes per sample: 2 for PCM16
public int bytesPerSample;
CHANNELS
Number of channels (data are interleaved if stereo)
public int channels;
SAMPLESPERSEC
Sampling rate
public int samplesPerSec;
FORMAT
Sampling format
public int format;
BUFFER
Data buffer
public byte[] buffer;