chore(deps): upgrade cpal from 0.15.3 (fork) to 0.17.1 (official)#2088
Open
louis030195 wants to merge 1 commit intomainfrom
Open
chore(deps): upgrade cpal from 0.15.3 (fork) to 0.17.1 (official)#2088louis030195 wants to merge 1 commit intomainfrom
louis030195 wants to merge 1 commit intomainfrom
Conversation
Breaking changes addressed: - cpal: Kree0/cpal fork (0.15.3) -> official cpal 0.17.1 - deepgram: 0.6.4 -> 0.7.0 (removes rodio/cpal 0.15 conflict) API changes: - sample_rate() now returns u32 directly (removed .0 field access) - max_sample_rate() now returns u32 directly - Removed ScreenCaptureKit host usage (cpal 0.17 has native loopback) macOS loopback recording: - cpal 0.17+ supports loopback recording natively on macOS 14.2+ - No longer need separate ScreenCaptureKit host from fork - Uses CoreAudio aggregate device internally Note: device.name() is deprecated in favor of device.description() but kept for backwards compatibility (shows warnings, not errors) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
cpalfrom Kree0/cpal fork (0.15.3) to official cpal 0.17.1deepgramfrom 0.6.4 to 0.7.0 (resolves rodio/cpal version conflict)Why this matters
API changes in cpal 0.17
sample_rate()returnsu32directly (wasSampleRatestruct with.0field)device.name()deprecated in favor ofdevice.description()(kept for compat, shows warnings)macOS loopback recording
Test plan
cargo build -p screenpipe-audiopassescargo build -p screenpipe-serverpassescargo test -p screenpipe-audiopassesBreaking changes
🤖 Generated with Claude Code