Sign in to follow this
Followers
0
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By abberration
Hello, all!
I found all the Mp3 encoders I have used to be tedious in that you have to encode your albums one at a time, you have to create output folders and select them. I wanted something where I can just dump a bunch of folders and select my Mp3 folder for the output. Nothing out there works like that, so I wrote my own script.
By default, it creates the output folders from the metadata. If metadata isn't present, it uses the source material to create the folder and track names.
It uses FFMpeg to do the actual encoding, but it was too large to include in the package, so it must be downloaded separately. When you open the program for the first time, you will see "FFMpeg Not Found!". Click that or the button to pull up a search Gui where it has links for you to download FFMpeg. Also, to keep file size down, I didn't include a compiled version (you guys know how to do that). The package includes an icon (if you want to use it), a user's guide, and a function flowchart (if you want to edit the script, this may help decipher it).
Easy_Mp3.zip
-
By ripdad
This is a project that I have been working on for several months off and on.
It's a simple "What You Hear" MP3 @ 320Kbps and WAV audio recorder.
Features:
- LoudMax, a Gain Controller and Look-Ahead Limiter
- Auto Shut-Off after one minute of silence
- Side-by-Side Simulated LED Meter
- Running Time Counter
It started off being a large project, but I eventually stripped it down to its
bare essentials because I came to realize that it would be very difficult to
deal with every sound card and every way a PC is set up for audio. It would
have been a nightmare that I was not willing to go through.
This project contains the most up-to-date BASS.dll v.2.4.15.0 - December 17, 2019.
All BASS Dll's are 32bit. Those and the needed UDF's are included in the zip file.
I will try to explain how it works in the next post.
Download:
BASS VST Recorder v1.1.zip
-
By ripdad
This is an example script of how to load and use a VST using BASS in AutoIt.
It is NOT immediately Plug and Play. You will need to download 2 VST's to run it.
They are free for personal use.
All information is in the header of the script.
Download:
BASS VST HOST v0.4.zip
-
By ripdad
I have been working on audio graphical scripts these last several months.
This is my last script on this subject for now. On to other projects.
Credits: UEZ, Eukalyptus, BrettF, Prog@ndy, Authenticity and the AutoIt Community.
Thanks to all that made these scripts possible!
Please let me know if you have any problems with it.
Download:
LIVE Stereo Audio Waveform v2.zip
-