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 6425e91 commit 6c6f12aCopy full SHA for 6c6f12a
README.md
@@ -64,6 +64,14 @@ pytest
64
65
# Examples
66
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
75
```python
76
import sox
77
# create transformer
@@ -140,4 +148,4 @@ n_samples = sox.file_info.num_samples('path/to/file.wav')
140
148
# determine if a file is silent
141
149
is_silent = sox.file_info.silent('path/to/file.aiff')
142
150
# file info doesn't currently support array input
143
-```
151
+```
0 commit comments