Antennapod: Allow audio playback capture

Created on 22 Aug 2020  路  3Comments  路  Source: AntennaPod/AntennaPod

  • [x] I have used the search function to see if someone else has already submitted the same feature request.
  • [x] I will only create one feature request per issue.
  • [x] I will describe the problem with as much detail as possible.

Feature description

I want to be able to forward Antennapod's audio through ADB using sndcpy

Suggested solution:

Solution should be pretty straightforward. You only need to add android:allowAudioPlaybackCapture="true" to Antennapod's manifest

Thanks!

good first issue hacktoberfest

All 3 comments

I would like to contribute to this

@abhisht51 Thanks! Those errors you were getting in your PR #4373 are pretty strange. Maybe the build tools need to be upgraded. Looks like implementing this is harder than I thought.

ExoPlayer 2.11 release notes:

Add allowedCapturePolicy field to AudioAttributes to allow to configuration of the audio capture policy.

Looks like after merging #4381, this will be easy to fix (cc @TacoTheDank)

Was this page helpful?
0 / 5 - 0 ratings