python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Constantly print volume of raw PCM audio stream to terminal as a number from 0 to 1?
Currently, I am trying to read the volume / gain of a raw 16 bit PCM audio stream. Basically, I'd like to be able to pipe a stream into an executable and print a number in a range from 0 (no sound) to...

SkyyySi
Votes: 0
Answers: 0
recording audio in raw or pcm format using python
I am trying to use porcupine on my Jetson Nano as a wake word.
In order to do this I need to record audio in pcm format(which I believe is raw format) using python.
I also need the sample rate to be 1...
gs97ahn
Votes: 0
Answers: 1