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

RtAudio / ofRtAudioSoundStream / ofSoundBaseTypes #8231

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Dec 11, 2024

RtAudio 6.0.1 - updates / fixes

Fixes: #8224 for issues with Windows and deeper issues

Code changes to:

  • ofRtAudioSoundStream - Fix for device api not being set in setup causing reinit or warning / errors
  • ofSoundBaseTypes -Fix for ofSoundBaseTypes for printing device list (now apis by platform) and spelling of unknown
  • ofSoundStream - api setting explicit
  • ofConstants.h - Missing constants for RTAudio platforms
    #define __WINDOWS_DS__
    #define __WINDOWS_MM__
    #define __WINDOWS_WASAPI__
    #define __WINDOWS_ASIO__
    #define __LINUX_PULSE__
    #define __LINUX_ALSA__
    #define __LINUX_OSS__

Apothecary Updated

Fix for ofSoundBaseTypes for printing device list and spelling of unknown
@danoli3 danoli3 merged commit ba02087 into openframeworks:master Dec 11, 2024
11 of 15 checks passed
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.

rtAudio / Windows: External sound device without output.
1 participant