Click or drag to resize
Accord.NET (logo)

IAudioSourceStart Method

Start audio source.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
void Start()
Request Example View Source
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