react-native-audio-waveform icon indicating copy to clipboard operation
react-native-audio-waveform copied to clipboard

React Native component to show audio waveform with ease in react native application ✨

Results 51 react-native-audio-waveform issues
Sort by recently updated
recently updated
newest added
trafficstars

When I am passing the URL as a path to waveform in Android it works fine but in ios it is giving error that **Failed to decode URL** I am...

while playing the audio using this package, the waveform candlesticks move fastly in IOS (maybe due to framerate), in Android, it is working fine, while debugging, we noticed a drastic...

The Waveform component does not generate a visual waveform when loading a dynamically provided audio file, even though the file exists and plays correctly. **Steps to Reproduce** - Pass a...

Hello, I found this issue when I have a list of Audio players. And I need to maintain single Audio playing at once, so tried to use this function: ```...

``` import { Forward02Icon, PauseIcon, PlayIcon, RepeatIcon, ShuffleSquareIcon, VolumeHighIcon, VolumeMute02Icon, } from "@hugeicons/core-free-icons"; import { HugeiconsIcon } from "@hugeicons/react-native"; import { useAudioPlayer, Waveform, type IWaveformRef, } from "@simform_solutions/react-native-audio-waveform"; import *...

**Description:** On iOS devices, audio playback using @simform_solutions/react-native-audio-waveform is completely silent when the device is in silent mode. This is due to the current AVAudioSession category being set to .playAndRecord...

Hey there! I'm getting this error for *.oga files: **Error: Failed to decode audio file** The mimetype of those files is audio/ogg This appears on iOS. on Android working fine.