soundmeter
soundmeter copied to clipboard
Simple real-time sound meter
Hi, when I import soundmeter into my flask app, I believe it's breaking the default Ctrl+C behaviour because the sigint_handler doesn't raise KeyboardInterrupt. I believe if you simply adding `raise...
Hi, I want to get the value of RMS in decibels, any idea of the formula to use ?
Please would it be possible to allow other applications still use the same microphone when soundmeter is running Currently it seems it's having exclusive access to audio input it's working...
Can you please tell me, how to run it on Pycharm?
I'm getting the following error with osx 10.11 python 2.7.10 ``` $ soundmeter --collect --seconds 10 -v Traceback (most recent call last): File "/usr/local/bin/soundmeter", line 9, in load_entry_point('soundmeter==0.1.3', 'console_scripts', 'soundmeter')()...
If you encounter issues when installing Python dependencies, the following may help: ### Trouble installing pyaudio If you see the following error: ``` src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found...
~# python -m speech_recognition ALSA lib pcm_dsnoop.c:638:(snd_pcm_dsnoop_open) unable to open slave ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe...
Implementing fix proposed by @rastafioul in https://github.com/shichao-an/soundmeter/issues/27
Hi, I'm trying to run soundmeter indefinitely on my Mac Mini using the command soundmeter -t +XXX 2 -a exec-stop -e xyz.sh When I started this last night and checked...
Added some functions that could be helpful to someone. Also added the possibility of execute module meter.py with the included main directly.