AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to make a voice .wav recorder script?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Laszlo



Joined: 14 Feb 2005
Posts: 4012
Location: Pittsburgh

PostPosted: Wed Jan 30, 2008 2:48 pm    Post subject: Reply with quote

Do you plan to post the source, too?
Back to top
View user's profile Send private message
vlcek



Joined: 19 Feb 2007
Posts: 321
Location: Czech Republic

PostPosted: Wed Jan 30, 2008 2:52 pm    Post subject: Reply with quote

Source is in pakage.
I'm working in new version.
_________________
Thanks.
Back to top
View user's profile Send private message
vlcek



Joined: 19 Feb 2007
Posts: 321
Location: Czech Republic

PostPosted: Wed Jan 30, 2008 5:22 pm    Post subject: Reply with quote

More discussion in:
http://www.autohotkey.com/forum/viewtopic.php?t=28116&sid=01ddbf16b69546c8d63f5d790aaa21a7
_________________
Thanks.
Back to top
View user's profile Send private message
vlcek



Joined: 19 Feb 2007
Posts: 321
Location: Czech Republic

PostPosted: Wed Jan 30, 2008 5:24 pm    Post subject: Reply with quote

More discussion and new versions will in:
http://www.autohotkey.com/forum/viewtopic.php?t=28116&sid=01ddbf16b69546c8d63f5d790aaa21a7
_________________
Thanks.
Back to top
View user's profile Send private message
Ice-Tee
Guest





PostPosted: Mon Apr 14, 2008 4:58 am    Post subject: Reply with quote

Does anyone have any idea of how to make this work? I am too looking for a "AHK-Way" solution, ... not third-party version, to take samples from the microphone and save to Wav. Does someone know how to do this effectively? Smile
Back to top
garry



Joined: 19 Apr 2005
Posts: 1030
Location: switzerland

PostPosted: Mon Apr 14, 2008 10:41 am    Post subject: Reply with quote

a standalone freeware
http://no23.de/no23web/MP3_OGG_Aufnahme_Software.aspx
example hotkey starts record datetime.wav/mp3/ogg
script example http://www.autohotkey.com/forum/viewtopic.php?t=27264
Code:
;http://no23.de/no23web/MP3_OGG_Aufnahme_Software.aspx
!k::
SetTitleMatchMode, 2
run,c:\AUDIO_No23 Recorder\No23Recorder.exe
SC=Recorder
WinWait,%SC%
IfWinNotActive,%SC%,,WinActivate,%SC%
WinWaitActive,%SC%
Sleep,300
send,!r
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Apr 14, 2008 11:25 pm    Post subject: Reply with quote

Thank you much Garry Very Happy, but anyone figure out yet a way to interface with Windows native recording capabilities? I think there maybe a DLL path to such way, ... that does not require any third-party application use Smile

All I do know is the Sound Recorder uses MMSYSTEM.DLL. Maybe someone can digest this and see how this ticks? I am not a DLL expert unfortunately, maybe someone can tell. :shocked:

Does anyone know if this is possible, to interface directly into this DLL via some call, to record sound to file? Very Happy
Back to top
Guest






PostPosted: Sun Jul 06, 2008 3:23 pm    Post subject: Reply with quote

Bump
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group