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
Post a Comment