wave

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS AudioVisualizer

    This view is an audio visualizer that converts decibel values into simulated FFT data and renders one of three styles (spectrum, waveform, or filled wave) on a canvas. It features noise filtering, Gaussian normalization. The sample project works in B4A and B4I. You need this libs. xFFT...
  2. PuzzleTak

    B4A Library PuzzleTak_AudioWaveSeekBar

    Hi guys I came to share one of my works with you friends :) lib PuzzleTak_AudioWaveSeekBar for b4a Get the real waves of the audio => (local , url ) and Random Wave Dim p As Phone If p.SdkVersion >= 24 Then pt.TreadGetByteUUIDFromBytes(File.DirAssets,"la_la_la.mp3") ' use...
  3. User242424

    B4A Library AXWaveAnimation

    Hello World! Another B4A Library ? AXWaveAnimation AXWaveAnimation is a wave animation or a bubble animation for recording or playing audio using the amplitude of the voice. AXWaveDrawable You can customize the wave drawables or add or remove the wave drawables. Example ...
  4. A

    Android Question take time from a wav file

    I need use the time of wav file to create a sequence of audios. Is there a code that allows me to obtain and use this information?
  5. Danamo

    Android Code Snippet Change Pitch of Wave File Playback using SoundPool

    Sub Process_Globals 'Requires Audio library Private Pool As SoundPool End Sub Sub PlayRecording Dim ret As Int 'Used in call to Pool.Play. ret = 0 if error occurs Dim PoolID As Int 'Identifies the Pool number when a sound file is loaded Dim SourceDir As String =...
Top