Share My Creation Music player - kimstudio (first post)    Apr 28, 2022   (2 reactions) The user interface takes me back to old days windows media player. very nice! any experince to share for all these skinned components? The equalizer is made by self for all these filters or it is called from sdk/exisiting api? tkx. B4J Question Colors and ColorDrawable and B4X - William Lancee (first post)    Oct 18, 2020   (3 reactions) B4XView is a powerful cross platform equalizer. Dim lblStatus As Label lblStatus.Initialize("") Dim lblStatusX As B4XView = lblStatus lblStatusX.SetColorAndBorder(xui.Color_Red, 1dip, xui.Color_Black, 50dip) 'if not yet added to form, for example root in B4XPages Root.AddView Share My Creation YouMediaPlayer - Your personal Media Player - stefanoa    Feb 20, 2018   (1 reaction) Pause, Stop - Button Previous/Next - Option "Play Single Song" (if deactivated play all songs from actual position to end of list) - Search a song with a word in the title (function 'search the word') - List grouped by artist - List by Folders - Select your favorite artists and listen songs with new B4A Question Graphic equalizer - Shay    Sep 11, 2017   (1 reaction) Hi,
I need to monitor if radio station is running (is generating sound) on remote device, without the ability to be on device location. (issue is that radio is stopping from playing, while I don't see any reason in the code)
Is there any way to add graphic equalizer so I can know if remote device is B4i Question Equalizer B4I - Daniel Uribe    Jul 04, 2017 Hello world!
It´s a pleasure, Is there a way to implement an equalizer in B4I? like bass, treble..?
Always thanks!! B4A Question it's possible make a sound equalizer??? - Erel (first post)    Oct 26, 2015   (1 reaction) You can combine FFT library with AudioStreamer to manipulate the raw audio data. B4A Question ExoPlayer and EQLib - Agnetha    Jun 30, 2019 Hello! Is it possible to use the Equalizer Library (EQLib) together with the Exoplayer? I can't get the AudioSessionId of the Exoplayer. Always returns '0'. Dim R As Reflector R.Target=Player1 R.Target=R.GetField("player") Dim AudioSessionId As Int = R.RunMethod("getAudioSessionId") Share My Creation 20Tracks MPX-Player - JohnC (first post)    Sep 09, 2020 I had an idea like this 20 years ago in which songs would have a "Multi-Track" feature, that allowed the end user to control the "volume" of each instrument/voice independently. My idea was to create a new way to adjust your music way better then using an Equalizer (which can effect the sound of mo B4A Code Snippet [B4X] Audio Streaming UDP - max123 (first post)    Apr 01, 2022   (9 reactions) Hi @Star-Dust , I've developed a similar project some time ago, but I use ESP8266 and ESP32 that read audio wave from microsd card and stream it over UDP to Android (B4A) or desktop devices, PC and Raspberry Pi (B4J) or another ESP8266 with external i2S audio DAC. Tried it not only in local network B4A Library vlcb4a - a B4A wrapper of VLC (Android) - moster67    Jan 14, 2020   (29 reactions) This is the port of VLC media player to the Android™ platform. VLC for Android can play any video and audio files, as well as network streams and DVD ISOs, like the desktop version of VLC. VLC for Android is a full audio player, with a complete database, an equalizer and filters, playing all weird a Page: 1   2   3   4   5   6   7   Powered by ColBERT |