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

Fixing missing assignment of MP3 Codec when specified, in conjucture with the Node backend #469

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

psmgeelen
Copy link
Contributor

Scope: There was an issue that the MP3 Codec was not assigned if it was assigned when using the Node Backend. If no codec, or any other codec was set, this would be set back to the MP3 codec.

Related Issue: #468

Work done:

  • The first commit covers a unit-test to replicate this issue. The error was reproducible by setting the backend to Node and the Codec to MP3 as specified in the issue.
  • The second commit changes the indentation, assigning the MP3 codec in all cases of the Node backend. The print out is still specific to any other codec, explaining that it has been reset to MP3, as the node backend only supports MP3.

psmgeelen added 2 commits June 1, 2024 15:09
…ec, when the MP3 codec is selected in conjuncture with the Node Backend.
…ode backend is selected. Validate with unit test.
Copy link
Collaborator

@xsdg xsdg left a comment

Choose a reason for hiding this comment

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

Generally looks good; two minor changes

tests/test_instantiate.py Show resolved Hide resolved
tests/test_instantiate.py Outdated Show resolved Hide resolved
@xsdg xsdg merged commit 28a0ea8 into muammar:master Jun 3, 2024
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.

3 participants