So, I'm trying to make an audio recording application in Flutter and facing this issue, when I open the microphone for recording meanwhile I'm playing some songs on Spotify on the same device, it records what I'm saying but also records the song as well. I do not want it to record the system voice from which the microphone is recording. For example- In Google Meet, when the mic is on and while I play Spotify or something it doesn't record those songs, it only records external sounds.
In android (flutter) is there any way I can record user voice while any system audio playing in background doesn't get r
与本文相关的文章
- android - flutter build.gradle exception - Stack Overflow
- javascript - How to enable type checking of mjs files in VS Code - Stack Overflow
- javascript - Alternative to jqGrid, just an edit feature with ajax - Stack Overflow
- typescript - How can one test Chakra v3 UI Select in NextJS with Jest? - Stack Overflow
- javascript - Area of the circle - Stack Overflow
- javascript - Nodejs - Express - Best practice to handle optional query-string parameters in API - Stack Overflow
- Spring boot application using maven build failing in Azure AKS- main "ClassNotFoundException" - Stack Overflow
- amazon web services - XCOPY not working when run from Userdata in Windows ec2 - Stack Overflow
- c++ - Qt gives errors when playing audio - Stack Overflow
- javascript - How do I upload a file from iOS to my website? - Stack Overflow
- date - How to use JodaTime in JavaScript (AngularJS) - Stack Overflow
- How to add a new line to HTML text using JavaScript? - Stack Overflow
- javascript - Close window, after redirect - Stack Overflow
- Maven with Lombok build failing - Java 21 - Stack Overflow
- Flutter Android Homescreen widget implementation - application may be doing too much work on its main thread - Stack Overflow
- assembly - Does reading from an IO port on x86 always set AL? - Stack Overflow
- javascript - Reload bootstrap table Refresh and change settings - Stack Overflow
- python - Google Calendar API on EC2 (AWS) - webbrowser.Error: could not locate runnable browser - Stack Overflow
- javascript - Accessing Cookies in Chrome Extension - Stack Overflow
- javascript - Set content-length header on individual parts of a multipartform-data upload - Stack Overflow
评论列表(0)
- 暂无评论