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
Probably won't be resolved for over 2 years so possible solution is to ditch the Android SDK's Visualizer class. Will have to grab audio data directly from the mediaplayer itself to use. Probably will have to implement own FFT algorithm for the data too.
The text was updated successfully, but these errors were encountered:
Grabbing from the mediaplayer doesn't seem feasible...
Might require an extremely roundabout method.
Download/stream audio data into a buffer, analyze the data, and then send the buffer to the Media Player to play.
Audio data gets affected by the volume when using Cyanogenmod even when programmed not to be.
Made bug reports:
-> !!! - HERE click - !!! <-
-> !!! - AND HERE click - !!! <-
Probably won't be resolved for over 2 years so possible solution is to ditch the Android SDK's Visualizer class. Will have to grab audio data directly from the mediaplayer itself to use. Probably will have to implement own FFT algorithm for the data too.
The text was updated successfully, but these errors were encountered: