We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a7213 commit 4be50cdCopy full SHA for 4be50cd
README.md
@@ -6,7 +6,7 @@ Clone or Download project and import "sound.py" to your code:
6
import sound
7
```
8
## Create a Noise
9
-* import Noise class from sound.py and initial it with a Wav file or byte array of a sound:
+* import Noise class from "sound.py" and initial it with a Wav file or byte array of a sound:
10
```python
11
Import Noise from sound
12
noise1 = Noise(path='./M1.wav', name='Mic 1')
@@ -35,7 +35,7 @@ draw_phase() | plot phase of voise in frequency domain
35
hear_noise() | returns IPython.display.audio object to hear noise in Jupyter Notebook
36
37
38
-* Requirments
+## Requirments
39
* matplotlib==3.3.0
40
* numpy==1.19.1
41
* scipy==1.5.1
0 commit comments