Closed hansm629 closed 2 weeks ago
AFAIK microphone might be recorded with regular SLES, no need to fall into termux-api. But currently there is no one who can fix it (Audacity).
@twaik Sorry for the late reply. I installed the package in the pull request, but I couldn't run audacity.
Did I miss something? (termux-api's microphone permission has already been enabled.)
$ audacity
CANNOT LINK EXECUTABLE "audacity": cannot locate symbol "sqlite3_trace" referenced by "/system/lib64/libandroid_runtime.so"...
Probably you should do LD_PRELOAD=/system/lib64/libsqlite.so audacity
.
@twaik thank you! It works perfectly, from microphone recording to mp3 saving!
Good. It seems like I found a sqlite3
problem source, trying to fix it.
Ok, I fixed a sqlite problem.
Can Audacity installed on Termux use the host device's microphone?
Since
termux-api
supportstermux-microphone-record
, I think there must be some way.I wonder if it is possible.