B4A Library Virtualizer

Hi all

This is the virtualizer library for B4A, virtualizer work since API 9,
exactly same as Reverblib, Gplayer, Reverbsetting library.
All work is copy past :) inspired from the magnificient STEVE's Equalizer lib .
Thank to him again.

Please try and send me feedback.. it's seems work with the attached project. have Fun..
 

Attachments

  • virtualizer.zip
    34.5 KB · Views: 740
  • copperbars.jpg
    copperbars.jpg
    7.6 KB · Views: 823
  • Virtualize.zip
    4 KB · Views: 706
  • Gplayer.zip
    3.8 KB · Views: 689
Last edited:

Gigatron

Member
Licensed User
Longtime User
Ok it's working with device player.

Try tu comment those lines on project to unuse Gplayer.


'gp.Initialize2("gp")
'gp.Load(File.DirAssets,"redsector_amiga.mp3") ' Please add mp3 on this project and change the name
' gp.Play


Open your device mp3 player, while music start
launch attached project and change seek bar value, the mp3 of your device
react with virtualizer effect.
good luck
 

Gigatron

Member
Licensed User
Longtime User
Go this error

I have tested virtualizer on my XperiaX10i under android version 2.3.3 and it's working without errors.
What is your device version ? Consider that's not working under Api 9.
Later
 

vb1992

Well-Known Member
Licensed User
Longtime User
Thanks for reminding me, I tested on froyo
maybe we can put a check for OS version
to put up that warning!

I'll test it on the tablet tonight
 

Gigatron

Member
Licensed User
Longtime User
By the way i found someting interesting on my Hard disk,
reworked to build Visualizer from android SDK API 9.

I rebuild this and now(v1.7) i don't know if it's working;
can someone test this library, really i don't understand how use getFFT and other functions.

Visualizer library:
Status: untested

Try to test it//
 

Attachments

  • VisualizerLiB.zip
    4.7 KB · Views: 378
Top