Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey Everyone,

 

I'm creating a small dictation system that will allow a user to record voice notes and play them back at a later time. I need to be able to record and store the recordings in either MP3 or the new WMA9 format (which I heard is better than MP3?!) Anyways, I am looking for a control that will support my requirements:

 

- ability to record (with pause/resume capabilities)

- ability to playback

- rewind/adjust slider to specific playback point (so in case the user wants to review part of what s/he said to continue their voice note)

 

I was thinking of using the Microsoft Encoder SDK, which I know is for video, but maybe it's for audio only as well? I also want it to be fairly simple to implement ...

 

I've looked at the Allen-Martin Wave control but it seems that the only playback supported is from beginning to end, you can't set a playback start point ...

 

Anyone know where I can find a good control (preferably native .NET, but ActiveX if it is .NET compatible works) .. or whether I should use the Microsoft Encoder product ...

 

Thanks!!!!

 

M.

Posted

DirectX 9 is out ... I've been playing with the Media Player encoder and it's not too bad, the SDK beta docs are only somewhat helpful ...

 

Do you think Dx9 is the way to go or Windows Media Encoder 9?

 

 

Thx!

M.

Posted

Ok .. here is my attempt at creating a simple VoiceNote application ... I've attached all the source but I can't seem to assign a profile to the encoder ...

 

When I use the Profile = acProfile.SaveToIWEncProfile it gives me an error to the tune of "invalid parameters" ...

 

Can someone please take a look and tell me what I'm doing wrong ... I feel so close, yet so far .. LOL

 

Thanks!

M.

 

PS. You'll need to install the Windows Media Encoder Series 9 RC from here:

http://www.microsoft.com/windows/windowsmedia/9series/encoder/default.asp

voicenote.zip

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...