top of page

AudioMoth Live App

The AudioMoth Live App takes audio from any USB microphone and displays a live scrolling waveform and spectrogram, with options to make continuous recordings, monitor the audio input, or apply a heterodyne bat detector to the input.

live.png

The AudioMoth Live App works with all USB microphones but is specifically designed to work with AudioMoth USB Microphone firmware, which allows all existing AudioMoth hardware versions to be used as configurable USB microphones.

Download the latest version here:

For more information on using the AudioMoth Live App see the application note here.

As well as the graphical user interface described above, the AudioMoth Live App has an additional variant, named AudioMoth-Live, that can be used as a command line tool.

Download the latest version here:

The Linux and Raspberry Pi files are shell scripts that can be run from the command line after downloading with the commands:

> sh AudioMothLiveSetup1.0.0.sh

and

 

> sh AudioMothLiveBuild1.0.0.sh

The Linux version will copy a pre-compiled executable to /usr/local/bin while the Raspberry Pi will compile the executable from source code and then copy it to /usr/local/bin. Both versions will prompt for the user password in order to complete the copy.

The Linux and Raspberry Pi shell scripts can also be downloaded directly from the command line with:

> curl -LJO https://github.com/OpenAcousticDevices/AudioMoth-Live/releases/download/1.0.0/AudioMothLiveSetup1.0.0.sh

and

> curl -LJO https://github.com/OpenAcousticDevices/AudioMoth-Live/releases/download/1.0.0/AudioMothLiveBuild1.0.0.sh

For more information on using AudioMoth-Live see the application note here.

AudioMoth-Live

bottom of page