Skip to content

sajabdoli/stream_and_record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

stream and record

This Jupyter notebook is a simple audio recorder. This recorder uses pyaudio to listen to the input signal from the microphone.

This program can be used to measure the intensity values from the microphone. The program records and saves the audio when the intensity value of the input surpasses the desired threshold. The desired intensity threshold in dB may be specified (default = -50 dB).

Instead of recording the audio by the use of soundfile, you may send the audio to the server for appropriate processing like speech to text processing

Python Package Prerequisites

  • Python >= 3
  • pyaudio
  • os
  • struct
  • matplotlib
  • time
  • soundfile
  • numpy
  • collections

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published