Skip to content

Commit 67e6e72

Browse files
committed
DOC: update a few URLs
1 parent c6262b7 commit 67e6e72

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484

8585
0.2.0 (2015-07-03):
8686
* Support for wheels including a dylib for Mac OS X and DLLs for Windows.
87-
The code for creating the wheels is largely taken from PySoundFile_.
87+
The code for creating the wheels is largely taken from the soundfile_ module.
8888
* Remove logging (this seemed too intrusive)
8989
* Return callback status from `wait()` and add the new function `get_status()`
9090
* `playrec()`: Rename the arguments *input_channels* and *input_dtype*
9191
to *channels* and *dtype*, respectively
9292

93-
.. _PySoundFile: https://github.com/bastibe/SoundFile/
93+
.. _soundfile: https://github.com/bastibe/python-soundfile/
9494

9595
0.1.0 (2015-06-20):
9696
Initial release. Some ideas are taken from PySoundCard_. Thanks to Bastian

examples/rec_unlimited.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python3
22
"""Create a recording with arbitrary duration.
33
4-
The soundfile module (https://PySoundFile.readthedocs.io/) has to be installed!
4+
The soundfile module (https://python-soundfile.readthedocs.io/)
5+
has to be installed!
56
67
"""
78
import argparse

examples/wire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Pass input directly to output.
33
4-
https://app.assembla.com/spaces/portaudio/git/source/master/test/patest_wire.c
4+
https://github.com/PortAudio/portaudio/blob/master/test/patest_wire.c
55
66
"""
77
import argparse

0 commit comments

Comments
 (0)