File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Clone or Download project and import "sound.py" to your code:
6
6
import sound
7
7
```
8
8
## 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:
10
10
``` python
11
11
Import Noise from sound
12
12
noise1 = Noise(path = ' ./M1.wav' , name = ' Mic 1' )
@@ -36,9 +36,9 @@ hear_noise() | returns IPython.display.audio object to hear noise in Jupyter Not
36
36
37
37
38
38
## Requirments
39
- * matplotlib== 3.3.0
40
- * numpy== 1.19.1
41
- * scipy== 1.5.1
42
- * ipython== 7.16.1
39
+ * matplotlib > 3.3.0
40
+ * numpy > 1.19.1
41
+ * scipy > 1.5.1
42
+ * ipython > 7.16.1
43
43
* For better experince install "Jupyter Notebook"
44
44
You can’t perform that action at this time.
0 commit comments