Re: Record From Sound Card
Re: Record From Sound Card
Thanks for the help however I did struggle across some difficulties:
These are the errors that 'visual basic.net' has:
'WaveInStream' not defined
'WaveFileWriter' not defined
'WaveFormat' not defined
'WaveInEventArgs' not defined
and also there was a warning:
'NAudio.Wave' name space or type specified in the imports doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases
I don't know about the warning but it doesn't take an idiot to realise that all the errors are related to 'Wave'. I was wondering if this is because there wasn't something imported that should have been. Hope you can help.
Thanks
Re: Record From Sound Card
Sorry didn't read the top bit.
It's getting late here and I'm quite tired
I'll download the program NAudio first
I don't know how you found this
I searched for ages, 20 minutes or so, and still couldn't find anything
Re: Record From Sound Card
I tried it and it failed
maybe it's just me though I will just make what I want in visual C it has examples on the NAudio website on how to do it
Re: Record From Sound Card
Learn DirectSound, you will find you can do quite a lot of things with it...
Re: Record From Sound Card
You can record a simple WAV file using mciSendString("record filename"). I'm not sure exactly about the specifics, you should search it.