Blog : How To Make Voice Activated Sound Recorder?
How To Make Voice Activated Sound Recorder?
Hi, I want to make a voice recorder, so when I just speak into the
microphone it will automatically just start recording for me, so I don't have
to actually manually hit record.
I tried looking at the directx4vb dsound7 record tutorial, but I still
haven't got a clue on how to accomplish this.
Has anyone done anything like this before or has any idea, thanks
View Complete Forum Thread with Replies See Related Forum Messages: Follow the Links Below
to View Complete Thread
Sound Recorder
Sound Recorder
Sound Recorder
Sound Activated Events
Sound Activated Events ?
Simple Sound Recorder....
How To Play A Sound Recorder In Vb???
Sound Recorder - Position & File Name
Get System Audio Format As We See For Sound
Recorder
How To Display The Sound/voice Input At The Sound
Card
Easiest Way To Create An ActiveX Control Which Works
Like Sound Recorder
How To Make A Combotextarea Activated
[VB6] How Can I Make A Click Recorder...?
ActiveX For Miscorsoft's &"Sound
Recorder&"
DX 8.1 Sound Objects And Directplay Voice
Need Help Accessing Sound Card's Voice
Synthesis
DirectSound, Making Any Voice Sound Robotic
[ADVANCED]
Make Voice Chat By LAN
Make A Voice Chat
How To Make A Voice Chat Room???
How To Make S/w To Respond Voice Command
How To Make Voice Chatting Programm In VB
Howto Make A Voice Call Using GSM Modem
How To Make Audio (voice) Chat Application Using VB6
TCP/IP
Best Way To Make Sound?
How To Make Sound
Make A Sound Play
Need To Make My Own Sound Format?
How To Make Background Sound Work
How To Make A Splash Screen With Sound And
Animation....
How Does This Sound ? Make A Search Tool Bar Like The
Google
How To Make A Sound Play By Pressing A Button
Effect Sound & Make Some Config With System
Mutilmedia
Anyone Know How To Make The Sound API Let Me Play
Differnt Sounds At The Same Time?
Making A Vb Program Make An Anoying Auido Sound Like
In Qbasic
Sound Event (When Some Sound Arrives In Sound
CarD)
Why The Window Activated But Not Come To The
Top??
Mp3 Recorder
.wav Recorder. Anyone Know Where To Get One
Why Do ALL VB Forms Become Visible When Only One Is
Activated
Calculation, Only When Sheet Is Activated
Small Fonts Activated?
Detect When Form Becomes Re-activated
Events Activated Through Keys
How Can I Find Is There Any Transaction
Activated?
Meaning Of Point Activated
Timer Activated Sub Procedure
Closing Activated Dialog
Time Activated Program
Sound
Recorder can anyone suggest a way to open the Windows Sound recorder
from VB?
thanks
nige
Sound
Recorder I am looking to create a program that records sound from the
microphone only to an mp3 format.
I am fairly new to VB so am looking for
some sample source code to get me started.
Many thanks
Sound
Recorder If i have the code below for the code as an audio recorder, how
can i save the recorded sound as s WAV file when the user clicks the save
button???
Code: Sub CloseSound() Dim Result& Dim
errormsg% Dim ReturnString As String * 1024 Dim ErrorString As String *
1024
End Sub Sub RecordSound() 'Record a sound up to 5 minutes Dim
Result& Dim errormsg% Dim ReturnString As String * 1024 Dim
ErrorString As String * 1024
CloseSound
Result& =
mciSendString("open new type waveaudio alias mysound", ReturnString, 1024,
0) If Not Result& = 0 Then errormsg% = mciGetErrorString(Result&,
ErrorString, 1024) MsgBox ErrorString, 0, "Error" Exit Sub End
If
Result& = mciSendString("set mysound time format ms bitspersample
8 samplespersec 11025", ReturnString, 1024, 0) If Not Result& = 0
Then errormsg% = mciGetErrorString(Result&, ErrorString, 1024) MsgBox
ErrorString, 0, "Error" Exit Sub End If
'Record for 300 seconds (5
minutes) Result& = mciSendString("record mysound to 300000",
ReturnString, 1024, 0) If Not Result& = 0 Then errormsg% =
mciGetErrorString(Result&, ErrorString, 1024) MsgBox ErrorString, 0,
"Error" Exit Sub End If End Sub
Sub PlayRecSound() 'Play the
recorded sound Dim Result& Dim errormsg% Dim ReturnString As String
* 1024 Dim ErrorString As String * 1024 DoEvents Result& =
mciSendString("stop mysound", ReturnString, 1024, 0) If Not Result& = 0
Then errormsg% = mciGetErrorString(Result&, ErrorString, 1024) MsgBox
ErrorString, 0, "Error" End If
Result& = mciSendString("play
mysound from 1 wait", ReturnString, 1024, 0) If Not Result& = 0
Then errormsg% = mciGetErrorString(Result&, ErrorString, 1024) MsgBox
ErrorString, 0, "Error" End If
End Sub
Private Sub
Command1_Click() RecordSound End Sub
Private Sub
Command2_Click() Call PlayRecSound End Sub
Private Sub
Form_Unload(Cancel As Integer) CloseSound End Sub
Sound
Activated Events Hi guys
I am in the process of writing a very
large project that controls thearter lights via an interface box. All is going
well, but I am now looking at what is refered to in the industry as 'Sound to
Light' What I require is to be able to trigger a sub routine when a certain
input level of sound is taken on the sound cards input, but only when the peek
occures in a certain frequency range e.g. if a bass beat occures then it should
trigger one peice of code, if a trebble peek occures then another peice of code
is executed.
Is this posiable?
Many thanks
Sound
Activated Events ? I am interested in creating an event to trigger some
code. The event would be when (any?) sound comes in via the line in port of a
sound card. Can anyone direct me to some information about this? I was told
by a few people that there are some libraries already created to take care of
a sound activated event.. but they are more used for VOX and voice
recognition.
Chris
Simple
Sound Recorder.... Hello!
I'm planning to make a simple sound
recording appliction.
It has to be able to record sound from other
software like MediaPlayer etc, and from external sources like microphones or
other devices connected to the computer via the sound card.
It also has
to have settings for quality/rate.
Has anyone got ideas on standard
controls to use, or experiences that might come in
handy?
tnx
noccy
How
To Play A Sound Recorder In Vb??? hihi, i now write a program where by i
need to play some voice in the program when some signal is detected. I
decide to record some voice by using the Sound Recorder sorfware we can found in
WINDOW. After i record some voice, i need to play it back in vb program that
i write( i using vb6 write the program). Can somebody help me how to play the
voice in vb???? Thank
Sound
Recorder - Position & File Name If I run the Windows Sound
Recorder program from within my VB application using the code below, how can I
preselect the filename, sample rate, and position on the screen?
Call
Shell("Sndrec32.exe", vbNormalFocus)
Get
System Audio Format As We See For Sound Recorder Dear Friends I have
Developed a player for voice Recording I want to set the recording formats
manually. For that i would like to retrive the system info as we get for
Sound Recorder
Programs ---> accessories----->
Entertainment-------> Sound Recorder in Sound Recorder File --->
Properties---> ConvertNow Button Diaplays a window i want it. how is it
posible can any help me.
if i change the setting and save where does thes
are effcted.
thank u Regards Nagarjuna
How
To Display The Sound/voice Input At The Sound Card Hi,
How to
write a program to display both output sound wave (from a wav or mp3 file or
midi file) and input sound/voice at the same time on the screen?
I dont
have to save the file. I just want to be able to compare the output sound and
the input sound, to check how identical the sound is.
What
component/activex i have to look at? Thanks!
Easiest
Way To Create An ActiveX Control Which Works Like Sound Recorder Env:
Windows
Hi,
I am planning to make an ActiveX control which works
like Sound Recorder but has some additional features. The main aim is to make it
work over the web. To ensure that the download time is negligible which is the
way to go --
1. Create the ActiveX control using VB 6.0 2. Create the
ActiveX control using VC++/SDK 3. Create the ActiveX control using
VC++/MFC 4. Create the ActiveX control using VC++/ATL
The primary
concern is the download time. Using which of the above, will I achieve the
smallest binary (including all dependent DLLs).
The speech encoder is a
COM component that has been developed using ATL/COM
How
To Make A Combotextarea Activated Use [ code=vb ] instead
of just the code tag, for readability - Metallisoft Hi,
I have created a program which permits to someone to type an account of
5 characters and to validate this account. the problem is that when the
account the use types is valid and the msgbox appeared to tell him it is valid,
the user can not type anything else in the combotextarea.
Can you explain
me this?
More over, if he has types 10241, just after the mesaggebox
appeared i can see the last character ="1" in the combotextarea. Can you
explain me why?
Thanks a lot for your help.
Best
Regards.
Nathalie
Here is the code of the application even if it
is not interesting
Code:
Private Sub combo1_KeyPress(KeyAscii As
Integer)
Dim i As Integer Dim s As String Dim bValid As
Boolean bValid = True
If Len(sPrefix) = ACCLEN
Then KeyAscii = 0 MsgBox "vous ne pouvez pas saisir plus
de 5 chiffres pour un compte comptable", vbExclamation Exit
Sub End If
Else ' si la variable bValid= true alors on ajoute àla
valeur de sPrefix celle du caractère en cours, ' sPrefix =
sPrefix & Chr(KeyAscii)
If Len(sPrefix) = ACCLEN
Then If CanAdd(Mid(sPrefix, 1, ACCLEN - 1)) = True
Then bCanSave = True ' InsertDB MsgBox
"on peut inserer le nouveau compte dans la BDD", vbExclamation ' Combo1.Text
= ""
End Function 'Private Function Existe(ByVal
Devise As String) As Boolean 'Dim var As Boolean 'Dim i As Integer 'For
i = o To Combo1.ListCount - 1 ' If Mid(Combo1.List(i), 1, 5) = Devise
Then ' Existe = True 'Exit For ' End If 'Next i ' 'End
Function
[VB6]
How Can I Make A Click Recorder...? well the question is in the title,
but i would like to describe what i want.
i want to make a program like
Ghostmouse that records clcik of your mose and plays them back.
this is
also for my game client.
ActiveX
For Miscorsoft's &"Sound Recorder&" I don't know too much about
ActiveX's, but I am trying to embed microsoft's basic "Sound Recorder" - you
know, the one under the accessories files - into a webpage. I am trying to use
the