audioplayer

  1. M

    iOS Question Change speed in play online

    Hi I created player with this code to play online sound: Private Sub CreatePlayer(url As String) As NativeObject Dim u As NativeObject u = u.Initialize("NSURL").RunMethod("URLWithString:", Array(url)) Dim player As NativeObject player =...
  2. PuzzleTak

    B4A Library PuzzleTak_AudioPlayer and Visualizer

    "Hello music playback library, which comes with the ability to display a Visualizer. You can get it from my GitHub repository along with an example. demo call subs Download : https://github.com/PuzzleTakX/PuzzleTak_AudioPlayer
Top