OpenAcousticDevices / AudioMoth-Live-App

An Electron-based application for recording and analysing live audio from high sample rate microphones, including the AudioMoth USB Microphone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioMoth-Live-App

An Electron-based application for recording and analysing live audio from high sample rate microphones, including the AudioMoth USB Microphone.

For more details on the device itself, visit www.openacousticdevices.info.

Usage

Once the repository has been cloned, you must either have electron-builder installed globally, or get it for the app specifically by running:

npm install

From then onwards, start the application with:

npm run start 

Package the application into an installer for your current platform with:

npm run dist [win64/win32/mac/linux]

This will place a packaged version of the app and an installer for the platform this command was run on into the /dist folder. Note that to sign the binary in macOS you will need to run the command above as 'sudo'. The codesign application will retrieve the appropriate certificate from Keychain Access.

For detailed usage instructions of the app itself and to download prebuilt installers of the latest stable version for all platforms, visit AudioMoth Labs.

Running the app on Linux

In order to run the app on a Linux machine, you must first set a udev rule which gives the application the required permissions. Navigate to /lib/udev/rules.d/ and either create a new file or append to an existing file with the name 99-audiomoth.rules the following:

SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="06f3", MODE="0666"

Related Repositories

License

Copyright 2023 Open Acoustic Devices.

MIT license.

About

An Electron-based application for recording and analysing live audio from high sample rate microphones, including the AudioMoth USB Microphone.

License:MIT License


Languages

Language:C 96.6%Language:JavaScript 2.9%Language:HTML 0.5%Language:CSS 0.1%Language:Python 0.0%Language:Shell 0.0%