Jacklu0831/Wake-Word-Detection

How to configure your audio parameters ?

Symfomany opened this issue · 0 comments

Hello

How to configure this parameters

audio parameters

T_x = 5511
T_y = 1375
n_freq = 101

audio stream parameters

fs = 44100
chunk_duration = 0.7 # each read window
feed_duration = 10 # the total feed length
chunk_samples = int(fs * chunk_duration)
feed_samples = int(fs * feed_duration)