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

AudioParam: Undocumented field m_units #174

Closed
desttinghim opened this issue Sep 26, 2022 · 2 comments
Closed

AudioParam: Undocumented field m_units #174

desttinghim opened this issue Sep 26, 2022 · 2 comments
Labels

Comments

@desttinghim
Copy link

The AudioParam class has a field m_units that doesn't correspond to anything in the Web Audio API specification and is not documented anywhere in LabSound. I would guess that it is meant to specify what unit is used for the parameter (hertz, decibels, etc.) but it is only an unsigned integer and I don't see a data structure that maps that integer to a name.

@meshula
Copy link
Member

meshula commented Sep 26, 2022

I had been meaning to introduce a notion of specifying values in db or linear, but didn't take it over the finish line. It's removed in the ls2 branch, but should be removed here as well.

@meshula meshula added the v1.2 label Feb 5, 2023
@meshula
Copy link
Member

meshula commented Feb 7, 2023

This is removed in the 1.2 release. If you have further questions or comments please feel free to comment here or open a new issue.

@meshula meshula closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants