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

Models required for a Configurable DSP with Parametric Equalizer #18

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

maximmaxim345
Copy link
Contributor

@maximmaxim345 maximmaxim345 commented Nov 26, 2024

This PR adds models as required by music-assistant/server#1795, see that PR for a full description.

Related Changes

This PR is to be viewed in conjunction with music-assistant/frontend#756 and music-assistant/server#1795.

@marcelveldt
Copy link
Member

The linter found a few small formatting issues, can you fix those ? Otherwise looks good!

@maximmaxim345
Copy link
Contributor Author

Fixed them, can you try again now?

This commit adds `DSPConfig`, which describes a multi step DSP pipeline
for a player.

For now only `ParametricEQFilter` is added, but future work could expand
the filter selection to include convolutional, graphical EQ, limiting
and compression filters.
This adds a TONE_CONTROL DSP Filter, replacing the old CONF_EQ_BASS,
CONF_EQ_MID and CONF_EQ_TREBLE options.
Copy link
Member

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

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

Nice!

@marcelveldt marcelveldt merged commit eebd746 into music-assistant:main Dec 11, 2024
3 checks passed
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.

2 participants