노현욱

docs : addding readme

1 # Capstone Design 2 1 # Capstone Design 2
2 # Sound Augumentation을 이용한 악기 2 # Sound Augumentation을 이용한 악기
3 3
4 +실행방법
5 +```
6 +pip install -r requirements.txt
7 +python low_latnecy.py
8 +```
4 9
5 -1. peak 추정방법 다르게 만들기
6 -2. 피크 추정시에만 fft 돌릴수 있도록
7 -3. delay 최소화를 진행
...\ No newline at end of file ...\ No newline at end of file
10 +이후 본인이 직접 녹음한 소리를 사용하고 싶으면 y를 입력해 녹음을 진행하고,
11 +그렇지 않으면 그냥 n을 누르고 소리를 입력하시면 됩니다.
...\ No newline at end of file ...\ No newline at end of file
......