Skip to content

Commit 4be50cd

Browse files
authored
Update README.md
fix some issues
1 parent 46a7213 commit 4be50cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Clone or Download project and import "sound.py" to your code:
66
import sound
77
```
88
## Create a Noise
9-
* import Noise class from sound.py and initial it with a Wav file or byte array of a sound:
9+
* import Noise class from "sound.py" and initial it with a Wav file or byte array of a sound:
1010
```python
1111
Import Noise from sound
1212
noise1 = Noise(path='./M1.wav', name='Mic 1')
@@ -35,7 +35,7 @@ draw_phase() | plot phase of voise in frequency domain
3535
hear_noise() | returns IPython.display.audio object to hear noise in Jupyter Notebook
3636

3737

38-
* Requirments
38+
## Requirments
3939
* matplotlib==3.3.0
4040
* numpy==1.19.1
4141
* scipy==1.5.1

0 commit comments

Comments
 (0)