|
-
Jul 14th, 2001, 09:29 PM
#1
Help me megatron
I want to be able to record from the microphone inputs toa file, and be able to control the quality of the sound being recorded! can it be done??? thanx megatron, or anyone that can help me...
-
Jul 15th, 2001, 01:23 AM
#2
PowerPoster
Have you tried mciSendString api calls? I am not sure of the exact methods, but i know you can record through it.
-
Jul 15th, 2001, 02:55 AM
#3
of course i have! thats the only way to do it without using any custom controls! its the parameters u pass to it that i want! so can it be done and if so, what are the parameters? thx in advance, TheSarlacc
-
Jul 15th, 2001, 11:41 AM
#4
Try the set command, e.g:
set mysound samplespersec 24000 bitspersample 8
This will set it to 8-bit, 24 Hz. You can change the numbers to what you want the quality to be.
-
Jul 18th, 2001, 01:22 AM
#5
can u provide me with some sample code on how to use this? thx
-
Jul 18th, 2001, 01:58 AM
#6
and one more thing: is it possible to start a new mp3 and record to it using API?
-
Jul 18th, 2001, 09:55 AM
#7
I did give an example (above). I guess the full line would look something like:
Code:
mciSendString "set mysound samplespersec 24000 bitspersample 8", 0, 0, 0
MP3's are another story. It's best you just convert them after recording a WAV.
-
Jul 19th, 2001, 06:26 AM
#8
are there any DLL's or APIs that allow Mp3 encoding of WAV files in VB?
-
Jul 19th, 2001, 09:14 AM
#9
I'm not sure about any API's, but I know there are some DLLs. Try searching www.planet-source-code.com.
-
Jul 20th, 2001, 12:00 AM
#10
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|