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

ENH: Device selection for multiple sounds (ptb library) #6342

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

Conversation

janna-stb
Copy link

@janna-stb janna-stb commented Mar 27, 2024

I implemented the option to select different output devices for multiple streams using the ptb library. The ptb library already had this functionality, but until now the psychopy code did not pass the device ID correctly. As a result, the sound was not output on the selected device. This will now work correctly and the sound will be played through the corresponding device/output for multiple simultaneous sounds on different devices.

Using the ptb library, it is now possible to select the output device for sounds.
The library itself already had this functionality, but the passing of the device ID in the psychopy code was lost.
This is now consistent.
@janna-stb janna-stb changed the title Device selection for multiple sounds (ptb library) ENH: Device selection for multiple sounds (ptb library) Mar 27, 2024
@TEParsons TEParsons changed the base branch from release to dev March 27, 2024 16:08
@TEParsons TEParsons requested a review from mdcutone March 27, 2024 16:09
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.

None yet

1 participant