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
NB: Remove a export on just_audio/lib/just_audio.dart file
Personal thinking that requires evaluation:
Consider abstracting the fact that they are platform specific classes. By removing the name and exposing a standard equalizer for both platforms. If unused parameters were passed on one of the two platforms, ignore them and check them with assert
The text was updated successfully, but these errors were encountered:
Implement a domain data class on
just_audio
package for this classes:DarwinEqualizerParametersMessage
->DarwinEqualizerParameters
DarwinEqualizerBandMessage
->DarwinEqualizerBand
NB: Remove a export on just_audio/lib/just_audio.dart file
Personal thinking that requires evaluation:
Consider abstracting the fact that they are platform specific classes. By removing the name and exposing a standard equalizer for both platforms. If unused parameters were passed on one of the two platforms, ignore them and check them with assert
The text was updated successfully, but these errors were encountered: