Skip to content

Commit 6c6f12a

Browse files
authored
Update README.md
1 parent 6425e91 commit 6c6f12a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ pytest
6464

6565
# Examples
6666

67+
**Warning: These examples use the most recent pre-release of pysox (1.4.0b0). You can install it with:**
68+
69+
70+
```pip install sox --pre```
71+
72+
73+
**For examples and documentation for other versions, see the [Documentation](http://pysox.readthedocs.org).**
74+
6775
```python
6876
import sox
6977
# create transformer
@@ -140,4 +148,4 @@ n_samples = sox.file_info.num_samples('path/to/file.wav')
140148
# determine if a file is silent
141149
is_silent = sox.file_info.silent('path/to/file.aiff')
142150
# file info doesn't currently support array input
143-
```
151+
```

0 commit comments

Comments
 (0)