Reputation: 1169
I am building Voice recording application for Windows Mobile 6.5 Classic device, i was searching for ready made SDK\library, but i haven't found SDK or any recording library. Do you have any suggestion ?
Thanks Suresh
Upvotes: 0
Views: 106
Reputation: 182
For voice recording on WM 6.5 we can call API though P/Invoke in C#.
I just found a document to tell us how to use P/Invoke to use audio interface in our project, also it has codes you can download in it.
Recording and Playing Sound with the Waveform Audio Interface
I hope my suggestions can help you to solve this problem.
Upvotes: 2