Also if user needs to record the TV audio input, is MediaRecorder still can be used to record TV audio input or only AudioRecord is supported (android TV audio website only mentioned AudioRecord with sample code using AudioRecord). Thanks!
On Wednesday, April 8, 2015 at 10:20:10 AM UTC-4, [email protected] wrote: > > Thanks much Eric! I'm writing a native application to handle TV input on > Lollipop. So if I understand correctly, creating an audio patch between the > audio source port (TV tuner) and audio sink port is all what is needed to > playback the audio. > > > On Monday, April 6, 2015 at 11:46:21 AM UTC-4, Eric Laurent wrote: >> >> No need for an AudioTrack. >> The TIF will create the audio route between the TV Tuner audio source (or >> HDMI in which ever is selected) and the output device (speaker, HDMI >> etc...) selected for media. >> >> >> On Tuesday, March 31, 2015 at 3:13:46 PM UTC-7, [email protected] wrote: >>> >>> HI there, >>> >>> I have a dumb quesetion regarding how to playback audio input for TV >>> audio source based on the existing TIF (Tv input framework) framework? >>> After went through the TIF document, I see an audio patch can be created >>> between the audio source and audio sink to route the audio. Not sure if I >>> still need to create an AudioTrack to handle handle all >>> the buffers (but where to get the buffers?) >>> >>> Thanks much! >>> >> -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
