Fahime Ghasemi
Fahime Ghasemi
Hi I want to change this repo to create a call recorder that doesn't need to be a system app. Could you please give me some advice? First of all...
Hello I've cloned this repo and added some features to the app. Now I'm gonna create a Magisc .zip file. I don't know how I can do that. Could anybody...
I've used shell command to run tinyplay on a Samsung Galaxy A52 phone. when I run tinyplay /storage/emulated/0/test.wav I got the following messages. Playing sample: 1 ch, 22050 hz, 16...
This section in pcm.c returns error ` if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_PREPARE) < 0) { return oops(pcm, errno, "cannot prepare channel"); }` It says invalid argument. I've tested with channel set to...
I want to develop an app on android rooted device. I want to play a pre-recorded audio file for incoming and outgoing calls. Is it possible through tinyalsa?
I want to use tinyalsa for recording a call. During the call mic should be muted. so I just need to record downlink sound. I know that before using tinycap...
Hi I'm getting NullPointerException and stack trace is as follow Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.aspsine.multithreaddownload.DownloadInfo.setAcceptRanges(boolean)' on a null object reference at com.aspsine.multithreaddownload.core.DownloaderImpl.onConnected(DownloaderImpl.java:128) at com.aspsine.multithreaddownload.core.ConnectTaskImpl.parseResponse(ConnectTaskImpl.java:132) at...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Page URL (type "NEW" for a new page suggestion) NEW ### What's the...
This is validate subsequence algorithm written in kotlin language