I would like to be able to access raw video and audio from a device and synchronise the two streams using the playback controller.
I understand that I can access raw video using RawVideoSource but cannot find a similar object for handling raw audio.
I am able to access recorded audio using PcmAudioSource. Is audio only ever persisted as Pcm and not in the native form delivered by the device as appears to be the case for video?
I would like to synchronise the audio and video without using the built in client controls, whether WinForms or Wpf variants.
Thanks for the response. Unfortunately I do not think that the samples provided in the link answer my questions. They all rely on the client controls that I am not able to use.
I know that the name is really bad and the documentation is apparently also out of sync with the implementation, but I looked into the code and RawVideoSource can also be used with audio sources.