dvdli
dvdli
We are refactoring and fixing some type and minor issues. The next tag will be released once those issues fixed.
Before you play audio streams on mobile devices, you need to setup codecs and ALSA paths first. Due to the difference among devices, the settings might be different. After setting...
Yes, you can set them up by tinymix.
@bactone Could you please add some logs in tinycap to know the return values of pcm_readi? I also found that there are some type mismatching issues in the code. I...
Thanks for pointing out the problem. We can realize parts of the ideas and behaviors of the plugin feature. However, for better understanding and avoiding misunderstanding, it would be good...
No. It seems to support only one plugin library. However, it seems to support many cards and devices in one library.
> Sure , I am working on sample plugin. I will upload the change soon. Thanks a lot for sharing this with us. > Each card+device can have different plugin...
It depends on which device you are using. If the device provides PCM devices as the interfaces to play the stream to the uplink and downlink, you can try to...
Did you set up the path of the playback before call the pcm_prepare? If the PCM device is a dynamic-path device, you need to setup path before prepare.
@psqli, According to the doc, AOSP also accepts BSD which we are using. Do you have any concern about BSD license? > Why Apache Software License? > For userspace (non-kernel)...