| View previous topic :: View next topic |
| Author |
Message |
Laszlo
Joined: 14 Feb 2005 Posts: 4012 Location: Pittsburgh
|
Posted: Wed Jan 30, 2008 2:48 pm Post subject: |
|
|
| Do you plan to post the source, too? |
|
| Back to top |
|
 |
vlcek
Joined: 19 Feb 2007 Posts: 321 Location: Czech Republic
|
Posted: Wed Jan 30, 2008 2:52 pm Post subject: |
|
|
Source is in pakage.
I'm working in new version. _________________ Thanks. |
|
| Back to top |
|
 |
vlcek
Joined: 19 Feb 2007 Posts: 321 Location: Czech Republic
|
|
| Back to top |
|
 |
vlcek
Joined: 19 Feb 2007 Posts: 321 Location: Czech Republic
|
|
| Back to top |
|
 |
Ice-Tee Guest
|
Posted: Mon Apr 14, 2008 4:58 am Post subject: |
|
|
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?  |
|
| Back to top |
|
 |
garry
Joined: 19 Apr 2005 Posts: 1030 Location: switzerland
|
Posted: Mon Apr 14, 2008 10:41 am Post subject: |
|
|
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 |
|
 |
Guest
|
Posted: Mon Apr 14, 2008 11:25 pm Post subject: |
|
|
Thank you much Garry , 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
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?  |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jul 06, 2008 3:23 pm Post subject: |
|
|
| Bump |
|
| Back to top |
|
 |
|