You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the gain of a given eq band externally from JS? I've tried using webamp.media.setEqBand( 60, -2 ) and while the call doesn't error out it also doesn't affect the UI or the audio. If I pass in a bogus band frequency it does error out.
The text was updated successfully, but these errors were encountered:
Is it possible to set the gain of a given eq band externally from JS? I've tried using
webamp.media.setEqBand( 60, -2 )
and while the call doesn't error out it also doesn't affect the UI or the audio. If I pass in a bogus band frequency it does error out.The text was updated successfully, but these errors were encountered: