Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify limitations of 'Open' for PsychPortAudio #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TEParsons
Copy link

The wording of the documentation for PsychPortAudio('Open') gives the impression that only one stream per device can ever be opened, but calling run from the Python demo for PPA, which opens and closes a new stream each time, works fine when called multiple times in a single session. The proposed wording clarifies that the limitation is one stream at a time rather than one stream total.

The link to docs for 'OpenSlave' was also broken, so I added the prefix PsychPortAudio- while in the neighbourhood.

The wording of the documentation for PsychPortAudio('Open') gives the impression that only one stream per device can ever be opened, but calling `run` from [the Python demo for PPA](https://github.com/Psychtoolbox-3/Psychtoolbox-3/blob/master/PsychPython/demos/ppatest_pythonic.py), which opens and closes a new stream each time, works fine when called multiple times in a single session. The proposed wording clarifies that the limitation is one stream *at a time* rather than one stream *total*.

The link to docs for 'OpenSlave' was also broken, so I added the prefix `PsychPortAudio-` while in the neighbourhood.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant