After Installing

The first time you install the program you'll have to configure it with your noise-floor dB level by running the following command in a Command Prompt / Terminal:

On Mac OS X
/Applications/osabe.app/Contents/MacOS/osabe config set threshold-in-dB-down -65
On Windows
osabe config set threshold-in-dB-down -65

where -65 at the end should be replaced with your actual noise floor in dB.

If you'd prefer to make this change directly to the application's settings configuration file, run the application once to generate the file and then consult the Configuration How-To for instructions.

For instructions on how to use the program, check out the User-Interface Reference.

Downloads

By downloading, installing, or using this software you agree to the terms of the license.

v0.10.0 (Current)

License
BSD 3
Linux Installer
I don't currently have any binary distributions for Linux, so you will have to build the application from source if you wish to run it on Linux; instructions are in the README.
Mac OS X Installer
osabe_v0.10.0_mac_x64.dmg
Important Note: Since this application is not signed, the first time you open it you will have to do so in a special way. Instructions are in the Install Notes.txt file in the download .dmg.
Windows Installer
osabe_v0.10.0_win_x64.msi
Note: Since this application is not signed, Windows may give you a warning when you try to install. If it does, see the instructions for installing on Windows 10.
Release Date
2024-02-05
Release Notes
Complete UI refactoring -- smoother graphics
Got rid of a memory leak but introduced a new one I'm still debugging