Overview of TKAudioMixer.h
TKAudioMixer is an interface class provided by the SDK for audio mixing. It can mix multiple audio streams and then output the result.TKAudioMixerOutputDelegate is the callback class for the output of mixed audio data.TKAudioInfo is the class for audio format information.
TKAudioMixer
Method name |
Method description |
initWithDelegate |
Initialize the object |
addSource |
Add input source |
removeSource |
Remove input source |
receiveData |
Receive input source data |
TKAudioMixerOuputDelegate
Method name |
Method description |
mixedAudioOutput |
Audio mixing data output callback |
TKAudioInfo
Property name |
Property description |
bytes_per_sample |
Audio resolution |
sample_rate |
Sampling rate |
number_of_channels |
Number of audio channels |
number_of_frames |
Number of frames |
fromat |
Format |