[enh] startPlayerFromMic()
See original GitHub issue- FlutterSound (dart)
- FlutterSoundPlatformInterface (dart)
- FlutterSoundPlatformInterface (iOS)
- FlutterSoundPlatformInterface (Android)
- Tau (iOS)
- Tau (Android)
- Example
- Doc
Several τ users need to play on the headset what is recorded by the microphone, in quasi-real-time.
I am convinced that implementing audio-graph will be the general solution and will be very elegant.
Unfortunately, I worry that I will have to leave the τ project before having implemented this terrific feature. (another project is waiting for me).
So, I think that we can implement a new simple verb startPlayerFromMic()
before the great global solution.
And use FFI instead of the Flutter channels if the App wants to be in cut-mode during the process instead of pass-threw.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Flutter Sound CHANGELOG | The τ Project documentation.
Local variable restarted is static. 7.6.4. Fixes a problem with FlutterSoundHelper.duration() . (Still does not work with temporary files). #613. 7.6 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We must improve the
latency
problem under Andoid.Ref #90