Arni Richard Arnason
Arni Richard Arnason
I have found something similar, I am using `AudioPlayer player = AudioPlayer(); player.setAsset(asset); await player.play();` This works well on mobile, and desktop web. But if I open on Safari on...
It seems I solved by problem by creating an AudioPlayer for each playback and call seek(0): `AudioPlayer player = _getPlayer(asset); await player.seek(Duration.zero); await player.play(); await player.dispose();`
I can't play sound files in Thai on web (Windows Chrome), Android works well ```await player.play(AssetSource('assets/sounds/ผม.wav'))``` Error: NotSupportedError: The element has no supported sources. C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 299:10 createErrorWithStack C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart 341:28 _throw...
@ryanheise Is there any way for me to play Uint8List data with pure sample data by writing it to a file? If I try to play the file I am...
I am having the same problem. It works great on my Samsung, but on iPhone it is laggy. Using sample rate 22050Hz and not writing to a file.
There is some time from when recording is started in code until it actually starts, so the user must wait.
@mowgliho I found the solution here: https://stackoverflow.com/questions/26115626/i-want-to-call-20-times-per-second-the-installtaponbusbuffersizeformatblock But this means you need to change the plugin code and since the owner of this package is inactive you will need to...
@mowgliho I just made a quick fix, combined flutter_sound and flutter_sound_core, and changed the relevant line of code, the result is here: https://www.arnirichard.dk/flutter_sound_2.zip Then I link into that code in...
@mowgliho Yes, sorry, I guess I added this 5 by accident. Hope it works now.
@nixrajput I would really like to test this Could you please explain what values to put? 1. I guess I can put almost anything in appId 2. certificate is a...