Use Web Audio for browser voice meter
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m22s

This commit is contained in:
Ruslan Bakiev
2026-05-13 15:31:56 +07:00
parent c9be8b5e75
commit 4a2e458a01
4 changed files with 248 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
export 'browser_voice_meter_stub.dart'
if (dart.library.js_interop) 'browser_voice_meter_web.dart';