Click or drag to resize
Accord.NET (logo)

AudioSourceMixerStart Method

Start audio source.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public void Start()
Request Example View Source

Implements

IAudioSourceStart
Remarks
Starts audio source and return execution to caller. Audio source object creates background thread and notifies about new frames with the help of NewFrame event.
See Also