-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add pedalboard.io.AudioStream support for Linux #368
Merged
Merged
Commits on Aug 4, 2024
-
pedalboard.io: Add Linux support for AudioStream class
Problem AudioStream is currently not supported on Linux due to macro definitions in the build script that disable AudioStream functionalities Solution Add the JUCE_MODULE_AVAILABLE_juce_audio_devices macro to ALL_CPPFLAGS, add link flag with the alsa-lib JUCE dependency for interacting with sound devices in Linux, fix audioDeviceIOCallback to support the live audio playback feature Result AudioStream is now supported on Linux as well as Windows and MacOS
Configuration menu - View commit details
-
Copy full SHA for e567f3d - Browse repository at this point
Copy the full SHA e567f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844b5d0 - Browse repository at this point
Copy the full SHA 844b5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc92181 - Browse repository at this point
Copy the full SHA fc92181View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0d4e9a - Browse repository at this point
Copy the full SHA b0d4e9aView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c74c66 - Browse repository at this point
Copy the full SHA 0c74c66View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8530a77 - Browse repository at this point
Copy the full SHA 8530a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee78238 - Browse repository at this point
Copy the full SHA ee78238View commit details -
Configuration menu - View commit details
-
Copy full SHA for e868ffc - Browse repository at this point
Copy the full SHA e868ffcView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daf5edb - Browse repository at this point
Copy the full SHA daf5edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8c51f - Browse repository at this point
Copy the full SHA cb8c51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8211ed - Browse repository at this point
Copy the full SHA f8211edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8106865 - Browse repository at this point
Copy the full SHA 8106865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788e144 - Browse repository at this point
Copy the full SHA 788e144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ddd2c4 - Browse repository at this point
Copy the full SHA 1ddd2c4View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e01722 - Browse repository at this point
Copy the full SHA 1e01722View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2185923 - Browse repository at this point
Copy the full SHA 2185923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190bc76 - Browse repository at this point
Copy the full SHA 190bc76View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c38edd - Browse repository at this point
Copy the full SHA 9c38eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9594e25 - Browse repository at this point
Copy the full SHA 9594e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 658c1e6 - Browse repository at this point
Copy the full SHA 658c1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52267f1 - Browse repository at this point
Copy the full SHA 52267f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5300ac0 - Browse repository at this point
Copy the full SHA 5300ac0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.