mirror of
https://github.com/BlackLight/micmon.git
synced 2024-11-23 20:25:14 +01:00
README example fix
This commit is contained in:
parent
55ab612775
commit
007456d5ad
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ from micmon.audio import AudioDirectory, AudioPlayer, AudioFile
|
|||
from micmon.dataset import DatasetWriter
|
||||
|
||||
basedir = os.path.expanduser('~/datasets/sound-detect')
|
||||
audio_dir = os.path.join(basedir, 'audio/sample_1')
|
||||
audio_dir = os.path.join(basedir, 'audio')
|
||||
datasets_dir = os.path.join(basedir, 'data')
|
||||
cutoff_frequencies = [250, 7500]
|
||||
|
||||
|
|
Loading…
Reference in a new issue