IrrKlang.NET

IAudioRecorder.AddSoundSourceFromRecordedAudio Method 

Creates a sound source for the recorded audio data, so that it can be played back. Only works after calling stopRecordingAudio().

[Visual Basic]
Public Function AddSoundSourceFromRecordedAudio( _
   ByVal soundName As String _
) As ISoundSource
[C#]
public ISoundSource AddSoundSourceFromRecordedAudio(
   string soundName
);

See Also

IAudioRecorder Class | IrrKlang Namespace