process#

SourceAudio.process(sampling_frequency=44100.0)#

Generate the sound of the audio source.

This method simply copies the audio source data to the output, possibly after having resampled it to the sampling frequency given as input.

Parameters:
sampling_frequencyfloat, default: 44100.0

Sampling frequency of the generated sound in Hz.