Skip to content

LAR-USP/remote-microphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Microphone through Socket Connection

Installation

sudo apt-get install portaudio19-dev python3-pyaudio
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Running

The recorder is the device that is connected to the AudioMoth in USB Mic. Mode

# On a RaspberryPi device
source venv/bin/activate
python3 recorder.py

The receiver is the computer that will get the audio data

# On the receiver device
source venv/bin/activate
python3 receiver.py

AudiomMoth USB mode configs (firmware and host configs)

https://www.openacousticdevices.info/usb-microphone

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages