java - Route phone audio call to a custom sound service in android? -


i have implemented custom audio interface derived audiohardwarebase, , have initialized in audioflinger constructor class. class stream audio through network. work fine when play sound file, not when make phone call. problem due because audio of phone call come hardware unlike audio file (which come software). i'm willing modify basic android library/driver in order work. idea how can overcome issue?

thanks


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -