-
Notifications
You must be signed in to change notification settings - Fork 4
Revamped API #111
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
Open
SolarLiner
wants to merge
45
commits into
main
Choose a base branch
from
refactoring/design-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Revamped API #111
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6423735
wip: remove input/output specific traits and make code compile again
SolarLiner 51a94d4
fix: examples and CoreAudio backend
SolarLiner 6cd037e
fix: compile errors in alsa backend
SolarLiner 836bf79
fix: alsa and pipewire backends work
SolarLiner 2c17962
wip: update ALSA and Pipewire backends
SolarLiner e5cc1e2
feat(coreaudio): do input/output detection for devices
SolarLiner 6e98f93
fix(examples): fix compilation errors
SolarLiner db5441a
refactor: remove `SendEverywhereButOnWeb` as it was useless (web will…
SolarLiner d1eeea2
feat: `StreamConfig` methods that use `DeviceType`
SolarLiner fb59144
fix: add back `buffer_size_range` to `AudioDevice` after rebase
jacksongoode 71fdec8
test: fix compilation errors
SolarLiner 164d19b
wip(wasapi): stream format negociation
SolarLiner 75d65b8
wip: move to workspace structure
SolarLiner 582825f
wip: wasapi backend
SolarLiner 5dfaf3c
fix(wasapi): forgot unversioned files
SolarLiner 7522d21
Merge branch 'main' into refactoring/design-v2
SolarLiner 09e235a
chore: formatting/linting
SolarLiner 93137fb
refactor: alias wasapi backend pointing to interflow_wasapi
SolarLiner 73c6b69
wip: coreaudio v2 implementation
SolarLiner a5d691b
feat: proxy traits and types for type-erased backends
SolarLiner c0d68c3
wip: rework examples
SolarLiner e3daaac
wip: fix coreaudio implementation
SolarLiner 4e11b76
chore: use anyhow::Context when delegating to `create_stream`
SolarLiner a4e2e20
fix: audio unit creation routine only needs to enable I/O on specific…
SolarLiner b815a09
feat(coreaudio): move to different backends + add extension to get au…
SolarLiner 245c1d8
feat(core): register mutable references in ExtensionProvider, and aut…
SolarLiner 5d2dc3b
feat(core): example showcasing dynamic lookup + dx fixes in core
SolarLiner 1f73693
refactor(core): make callback take references to input and output
SolarLiner 9ebc5d4
refactor(core): reborrow AudioMut as immutable + make AudioRef copy/c…
SolarLiner 92085e5
chore(examples): add specific device example with ability to choose o…
SolarLiner 7135dc7
wip: input example
SolarLiner de58ccc
fix: property ordering for Audio Units when creating stream configura…
SolarLiner da43a7c
chore: better metering display in examples
SolarLiner 37020dc
feat: null backend which passes silence to input and discards output
SolarLiner 2a11e21
feat: implement registration of available platforms
SolarLiner b17d614
fix: slice and change_amplitude use the wrong bound calculation
SolarLiner 3d2dfde
fix(wasapi): backend now works properly
SolarLiner 59ff9da
chore: new example listing registered platforms
SolarLiner c47abeb
docs: update README.md
SolarLiner 78659d7
Merge branch 'main' into refactoring/design-v2
SolarLiner d038938
fix(examples): import CoreAudioDeviceExt to get access to additional …
SolarLiner 26cee00
test: fix compilation errors caused by platform-specific code
SolarLiner b9ee59f
ci: use cargo test --workspace and remove pipewire feature from matrix
SolarLiner 82a5ef6
fix: interflow-coreaudio being compiled outside of macos
SolarLiner f22ee8e
chore: ignore .vscode and .idea folders
SolarLiner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "rust-analyzer.cargo.features": [ | ||
| "pipewire" | ||
| ] | ||
| } | ||
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.