-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
bump(x11/audacity): 3.6.4 #21824
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
bump(x11/audacity): 3.6.4 #21824
Conversation
f8dc076 to
091d05f
Compare
|
I have tested the aarch64 CI artifact in my phone but got an error. After exporting the variables like this file https://github.com/audacity/audacity/blob/master/au3/linux/audacity.sh audacity fails with semget syscall. |
|
Ok, so I removed usage of semget/semctl/semop and also shmget and managed to make it work without them. Also I added |
|
By |
|
Ok, I checked it on device and it starts and shows GUI, no |
|
Now audacity opens but it does not play any audio file. Try to import a mp3 file and click on the play button. |
|
I tried to open m4a file and it refused to open it too. Probably it can not pick ffmpeg. |
|
Interesting. The same happens to old audacity, probably portaudio related. |
|
portaudio.tar.gz (uncomment two commented lines in |
|
Sample to enumerate portaudio devices. |
|
Ok, I figured out. For some reason |
|
AFAIK microphone support is not possible without RECORD_AUDIO so it will be |
|
You can install termux-api, will have to see about adding to termux-app itself. |
|
Wow! So microphone works fine too! So cool! |
|
They share |
|
I'll merge this PR in 24 hours if no one minds. |
|
Oh, so you finally have the audacity to merge! huh! |
|
Should turn off networking, update checks and crash reports |
|
Done. Also I replaced xtkoba's message about not supporting audio devices with warning to grant microphone access to Termux:API. Probably we should add this message in every place where microphone is being accessed. Or we should patch these places to explicitly ask for microphone access with using Termux:API. |
cecf0a4 to
72c8458
Compare
|
Fixed a sqlite-related problem. |
Fixes #18790
Fixes #10412
Fixes #21545
Fixes #20570
Fixes #19679
Fixes #5422
Audacity starts, can open wav and mp3 files, play and record sound (with RECORD_AUDIO permission granted to Termux:API). Some review needed.