Software Archive
Read-only legacy content
17061 Discussions

How to record audio from real sense to format like mp3?

Akshay_B_1
Beginner
537 Views

Hi,

I was trying to record images and that was easily done in rssdk format but now I want to record only the audio or video+audio how do i do that in c#?

0 Kudos
1 Reply
samontab
Valued Contributor II
537 Views

You should be able to get the raw audio data from the camera using the Intel SDK.

Once you have that, you can encode it with whatever encoder you like.

Here is an article discussing FLAC (an open source lossless audio format) in C#:

http://stoyanov.in/2010/01/08/encoding-uncompressed-audio-with-flac-in-c/

0 Kudos
Reply