Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki authored Apr 4, 2022
1 parent 0ea2e59 commit 226c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install git+https://github.com/kamo-naoyuki/pySIIB.git

```python
from pysiib import SIIB
from scipy.io import wavefile
from scipy.io import wavfile

fs, x = wavfile.read("clean.wav")
fs, y = wavfile.read("distorted.wav")
Expand Down

0 comments on commit 226c2f3

Please sign in to comment.