eukalyptus Posted December 25, 2008 Share Posted December 25, 2008 HiThis is an audiorecorder using bass.dllAGC = automatic gain controlschedule recordingsencoding wav/mp3/ogg or any other cmdline-stdin-encodersdownload:http://rapidshare.com/files/176617327/Recorder.zipenjoyEukalyptus DirectSound UDF Direct2D UDF Link to comment Share on other sites More sharing options...
gseller Posted December 25, 2008 Share Posted December 25, 2008 Oh WOW! That is excellent! I haven't got a mic so I can't test it fully but I see the visuals working when the gui is opened... Very Nice! Link to comment Share on other sites More sharing options...
FireFox Posted December 25, 2008 Share Posted December 25, 2008 @eukalyptus AWESOME !!!!!!!! It works very fine for microphone but It seems to dont work with line in like record audio of youtube video or played mp3 on computer... If Its possible can you explain me how to do or add it Link to comment Share on other sites More sharing options...
eukalyptus Posted December 25, 2008 Author Share Posted December 25, 2008 @eukalyptusAWESOME !!!!!!!! It works very fine for microphone but It seems to dont work with line in like record audio of youtube video or played mp3 on computer...If Its possible can you explain me how to do or add it HiOn most soundcards it´s possible to record the output.You have to choose an input called "stereo mix" or "what you hear" or something like that!E DirectSound UDF Direct2D UDF Link to comment Share on other sites More sharing options...
FireFox Posted December 25, 2008 Share Posted December 25, 2008 @eukalyptus Super, Super, Super !!! 5 stars from me Anyone reply? everyone is opening their presents or forum is sleeping, anyway im always here ! Cheers, FireFox. Link to comment Share on other sites More sharing options...
TheDaverMan Posted April 28, 2013 Share Posted April 28, 2013 Link is dead, can you repost the recorder, please ? Link to comment Share on other sites More sharing options...
lorenkinzel Posted April 28, 2013 Share Posted April 28, 2013 (edited) Link is dead; and after only half a decade. What's up with that? Apoligies for stupid comment Edited April 28, 2013 by lorenkinzel Link to comment Share on other sites More sharing options...
TheDaverMan Posted April 30, 2013 Share Posted April 30, 2013 Which is stupid, I'm looking for examples to complete a program.I made a post for help, but nobody helps me.I am looking for the solution to record the resuting channel after VST effect.if you're not too stupid, you know help me ?Thanks. Link to comment Share on other sites More sharing options...
dvc Posted April 10, 2014 Share Posted April 10, 2014 Hello Eukalyptus Is it possible to have your program Audiorecorder using bass.dll ? I'd like to try to do a voice recording in auto-it Can you repost it because the link is down. thanks and have a good day. Link to comment Share on other sites More sharing options...
BrewManNH Posted April 10, 2014 Share Posted April 10, 2014 http://www.autoit.de/index.php?page=Thread&postID=42923&highlight=bass.dll#post42923, this is a link to the german forums that I think has the program you're looking for. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
dvc Posted April 11, 2014 Share Posted April 11, 2014 Thanks BrewManNH, I found it. Excuse me but I am a beginner in auto-it. Once the program is compiled, when I run it I get this error: Error: Subscript used with non-Array variable Can you help me ? Link to comment Share on other sites More sharing options...
BrewManNH Posted April 11, 2014 Share Posted April 11, 2014 NOt without a lot more information, the exact error message for starters, second don't compile it before running it in SciTE. If there's an error in SciTE, the console window will give you the correct line number for the error. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
dvc Posted April 14, 2014 Share Posted April 14, 2014 Thanks BrewManNH, the first error is the return of the function in basscb.au3 : Func _GetDevices() $Ret=DllCall($Bass, "int", "GetDevices") Return $Ret[0]+1 EndFunc : ==> Subscript used with non-Array variable.: Return $Ret[0]+1 Return $Ret^ ERROR If I comment it (the return) I have another error on an another function : Func _GetDeviceName($Device) I think I've forgotten one thing ???? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now