File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8484
85850.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
95950.1.0 (2015-06-20):
9696 Initial release. Some ideas are taken from PySoundCard _. Thanks to Bastian
Original file line number Diff line number Diff line change 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"""
78import argparse
Original file line number Diff line number Diff line change 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"""
77import argparse
You can’t perform that action at this time.
0 commit comments