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

725 portaudio rename endpoint_id to device_id #54

Merged
merged 7 commits into from
Mar 14, 2024

Conversation

kidq330
Copy link
Contributor

@kidq330 kidq330 commented Mar 7, 2024

No description provided.

@kidq330 kidq330 requested a review from varsill March 7, 2024 10:14
README.md Outdated
@@ -11,7 +11,7 @@ The plugin that captures and plays sound using the multiplatform PortAudio libra
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_portaudio_plugin, "~> 0.18.4"}
{:membrane_portaudio_plugin, "~> 0.18.5"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this one changes API, we need to release v0.19.0

@kidq330 kidq330 requested a review from varsill March 11, 2024 09:14
def_options endpoint_id: [
def_options device_id: [
Copy link
Member

@mat-hek mat-hek Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd leave the old option too, but document it as deprecated and warn in handle_init

@kidq330 kidq330 requested a review from mat-hek March 11, 2024 12:58
lib/membrane_portaudio_plugin/sink.ex Outdated Show resolved Hide resolved
lib/membrane_portaudio_plugin/source.ex Outdated Show resolved Hide resolved
@varsill varsill merged commit 765f00d into master Mar 14, 2024
3 checks passed
@varsill varsill deleted the 725-portaudio-rename-endpoint_id-device_id branch March 14, 2024 15:12
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.

[PortAudio] Rename endpoint_id -> device_id
3 participants