lux-voice-processing / conf /recording.yaml
marcellopoliti's picture
fix dockerfile
9da994b
raw
history blame
215 Bytes
chunk: 1024 # Record in chunks of 1024 samples
sample_format: 32 #pyaudio.paInt16 # 16 bits per sample
channels: 2
fs: 44100 # Record at 44100 samples per second
seconds: 5
recording_folder: "data/audio_recordings"