Skip to content
Snippets Groups Projects
Commit 6f437d06 authored by 최정민's avatar 최정민
Browse files

sample rate : 48000->44100

parent cd8d0ab8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import numpy as np
import time
duration = 0.05
fs = 48000
fs = 44100
flc = MaxMinConverter(10,300,220,880)
vlc = MaxMinConverter(10,300,0.2,0.9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment