因此,我想尝试制作一个 android 应用程序,它可以在通过电话与其他人交谈时改变用户的声音(诸如“darth vader”效果之类的改变,它比其他任何东西都更有趣),我想知道如果可能的话。
我知道电话管理器,当用户正在打电话时,我可以在我的应用程序中“注意到”,但我需要以某种方式“即时编辑”
简而言之,我试图完成的结构:
-Microphone recieves voice data
-Data gets altered in a way the user chose while setting the app up
-Encrypted data is sent like usual to the receiver like usual when talking over phone
-The user hears the voice real-time (well if the app has a lot of work then there will probably be a small delay) with the voice effect
以前做过这样的事情,甚至有可能吗?