PeterVerbeek Posted June 18, 2019 Author Share Posted June 18, 2019 @OSMMDAIJI Thanks! Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Skeletor Posted June 24, 2019 Share Posted June 24, 2019 This is fantastic @PeterVerbeek. A great program indeed. The GUI is really inviting. Well done. Going to download and test it.... PeterVerbeek 1 Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI Link to comment Share on other sites More sharing options...
PeterVerbeek Posted June 26, 2019 Author Share Posted June 26, 2019 Thanks for your praise, @Skeletor. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
abberration Posted October 23, 2019 Share Posted October 23, 2019 Hi, Peter. We talked over email a couple years ago when I found this software on Sourceforge. This software truly is a shining example of what Autoit can do. It looks like the latest version has many new features since I started using it. Thank you for all your hard work on it. Easy MP3 | Software Installer | Password Manager Link to comment Share on other sites More sharing options...
jaberwacky Posted November 9, 2019 Share Posted November 9, 2019 I just wanted to say that even though I no longer need Peace or APO Equalizer, I happily used it without even realizing that it was coded in AutoIt. This is truly a shining example of what can be done with this language! Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
PeterVerbeek Posted December 31, 2019 Author Share Posted December 31, 2019 @abberration Thanks. I recognise your username. I can't recall what we've talked about but it must have been important Sorry for the late response. @jaberwacky Yes, I just like the power and ease of AutoIt. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted December 31, 2019 Share Posted December 31, 2019 @PeterVerbeek Congratulations for the great work, is it possible to echo the microphones too? My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 22, 2020 Author Share Posted January 22, 2020 @Belini The Peace effects panel has an echo effect which makes it possible to have an echo on an input device like a mic. I've tested it today as I wasn't sure if Equalizer APO has the capability. Fortunately it has. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted January 22, 2020 Share Posted January 22, 2020 Fantastic, I have been trying to echo microphones for a long time but I never got this, congratulations on the work. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 23, 2020 Author Share Posted January 23, 2020 @Belini {input echo on}Thanks .. thanks .. thanks{input echo off} Glad you've finally found an echo solution Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted January 23, 2020 Share Posted January 23, 2020 The problem now is to find within your code the functions that do this, can you point to me where these functions are? My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 24, 2020 Author Share Posted January 24, 2020 (edited) @Belini I guess you needed this for your own AutoIt app. I wasn't aware of that 😳. Peace uses Equalizer APO (Audio Processing Object) which reroutes the audio stream through its own audio processor. Peace produces the proper Equalizer APO command and writes them to a file for Equalizer APO to read and process. So for an echo Peace produces for instance the following commands from the Echo dials on the Effect panel: expandcollapse popupDevice: all Copy: C1=C Copy: RC1=RC Copy: SUB1=SUB Copy: L1=L Copy: R1=R Copy: SL1=SL Copy: SR1=SR Copy: RL1=RL Copy: RR1=RR Copy: C2=C Copy: RC2=RC Copy: SUB2=SUB Copy: L2=L Copy: R2=R Copy: SL2=SL Copy: SR2=SR Copy: RL2=RL Copy: RR2=RR Copy: C3=C Copy: RC3=RC Copy: SUB3=SUB Copy: L3=L Copy: R3=R Copy: SL3=SL Copy: SR3=SR Copy: RL3=RL Copy: RR3=RR Channel: C1 RC1 SUB1 L1 R1 SL1 SR1 RL1 RR1 Delay: 500 ms Channel: C2 RC2 SUB2 L2 R2 SL2 SR2 RL2 RR2 Delay: 1000 ms Channel: C3 RC3 SUB3 L3 R3 SL3 SR3 RL3 RR3 Delay: 1500 ms Copy: C=0.7*C+0.575*C1+0.389*C2+0.163*C3 Copy: RC=0.7*RC+0.575*RC1+0.389*RC2+0.163*RC3 Copy: SUB=0.7*SUB+0.575*SUB1+0.389*SUB2+0.163*SUB3 Copy: L=0.7*L+0.575*L1+0.389*L2+0.163*L3 Copy: R=0.7*R+0.575*R1+0.389*R2+0.163*R3 Copy: SL=0.7*SL+0.575*SL1+0.389*SL2+0.163*SL3 Copy: SR=0.7*SR+0.575*SR1+0.389*SR2+0.163*SR3 Copy: RL=0.7*RL+0.575*RL1+0.389*RL2+0.163*RL3 Copy: RR=0.7*RR+0.575*RR1+0.389*RR2+0.163*RR3 Edited January 24, 2020 by PeterVerbeek Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted January 25, 2020 Share Posted January 25, 2020 Yes I need it for my own application but I don't know which parts of the Peace Equalizer code I need to copy to put in my Autoit script My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 25, 2020 Author Share Posted January 25, 2020 Do you want to make your own interface for Equalizer APO? As Peace doesn't process audio, there isn't a function to add echo onto an audio source. But I do have a solution. The Bass.dll library has many audio changing functions. Perhaps an echo function is one of them. I'm using this library to create my own music player (with C#, WPF, .net, etc.). Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted January 26, 2020 Share Posted January 26, 2020 I just want to echo a karaoke program I developed and I'm going to take a look at the functions of BASS.dll as you suggested. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 27, 2020 Author Share Posted January 27, 2020 Take a look at the BASS_ChannelSetFX function which takes a structure called BASS_DX8_ECHO for echoing or another effect structure for effects like flanger and gargle. As I'm still learning Bass.dll I can't help you much further until I actually have implemented it in my music player, Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
Belini Posted January 27, 2020 Share Posted January 27, 2020 @peterVerbeek you already helped a lot with your tips, thanks. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
PeterVerbeek Posted January 28, 2020 Author Share Posted January 28, 2020 @Belini No problem. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
PeterVerbeek Posted March 8, 2020 Author Share Posted March 8, 2020 For those who care, I've released a new Peace version 1.5.4.3 including a new YouTube tutorial on automating your configurations. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. Link to comment Share on other sites More sharing options...
PeterVerbeek Posted September 9, 2020 Author Share Posted September 9, 2020 The new release 1.5.5.5 is available which includes a new interface for testing one's ears and headphones. Creator of the Peace equalizer, an interface for Equalizer APO. Besides Peace, my library of functions is also available on SourceForge. 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