-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Microphone Support Without Termux-API #2871
Comments
Why even after I installed termux-api by using Then I run It will do nothing? It did not ask my microphone permission I tested both android 13 and android 9, no success. |
@yingshaoxo |
As for the this ticket itself,
the microphone recording is already supported by PulseAudio. Just need to grant microphone permission via Termux:API app and then load I'm closing this issue. |
@sylirre So PulseAudio recording is already supported as long Termux:API apps and packages installed? |
Yes, PulseAudio supports recording, just by default it uses only Termux:API is needed only to propagate the microphone permission to Termux application. However the everything above is applicable only to PulseAudio and ALSA was never supported and won't be as it is kernel-based audio interface, is not necessarily available on Android devices and requires root for use. If you have problems with getting PulseAudio microphone recording to work, open issue at https://github.com/termux/termux-packages. Here an example which shows two possible states of source module. The first command was run without microphone permission and another one after granting permission to the Termux:API. |
I solved this problem by doing:
https://yingshaoxo.blogspot.com/2023/09/how-to-let-linuxdeploy-desktop-audio.html |
Feature description
I know this ridiculous, but it's will help to make some program (packages) record from termux
Additional information
Maybe
The text was updated successfully, but these errors were encountered: