Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt authored Jun 23, 2020
1 parent 6425e91 commit 6c6f12a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ pytest

# Examples

**Warning: These examples use the most recent pre-release of pysox (1.4.0b0). You can install it with:**


```pip install sox --pre```


**For examples and documentation for other versions, see the [Documentation](http://pysox.readthedocs.org).**

```python
import sox
# create transformer
Expand Down Expand Up @@ -140,4 +148,4 @@ n_samples = sox.file_info.num_samples('path/to/file.wav')
# determine if a file is silent
is_silent = sox.file_info.silent('path/to/file.aiff')
# file info doesn't currently support array input
```
```

0 comments on commit 6c6f12a

Please sign in to comment.