All Questions
Tagged with exoplayer2.x audio
8 questions
2
votes
2
answers
450
views
Handling ExoPlayer Audio Focus Loss When Resuming Video in Android App
I'm encountering an issue with audio focus in my Android app using ExoPlayer. The scenario is as follows:
A video is playing in my app.
I switch to a browser (e.g., Chrome) and start playing a video (...
0
votes
0
answers
377
views
android ExoPlayer getCurrentTracks language is null why?
I have android TV application which display ExoPlayer of streaming UDP url, all is working fine about streaming and video
The problem is the audio is not available, Video play without audio, so i ...
2
votes
0
answers
85
views
Is there's any way to save the modified audio to storage device using ExoPlayer
After changing the speed and pitch of a local audio, I would like to save it into the storage device, I change the audio parameters using the code below :
public void setSpeed(float speed) {
...
0
votes
1
answer
420
views
ExoPlayer stuttering with url from a specific site
So, my app plays radio stations from the Internet. And all is fine except of playing radio stations from 101.ru. Music is stuttering and I can't say that there are any equal time intervals between ...
1
vote
0
answers
2k
views
Exoplayer/Android Media Player Not Playing Video with AC3 Audio
I'm using Exoplayer version 2 for playing Video from Internal Storage and it works fine but whenever video contains ac3 type audio,exoplayer not plays audio,it only display video.
please help me
...
0
votes
0
answers
496
views
How to extract a section of audio using ExoPlayer?
I would like to extract a selected interval of an audio track (e.g. 10s A-B interval) and then export it in a consistent format (regardless of the source file format).
I started by trying to load ...
0
votes
1
answer
196
views
getTitle,getDescription,createPendingIntent(), getLargeIcon() missing in Playback Notifications with ExoPlayer
I am trying to implement Playback Notifications with ExoPlayer. But getTitle,getDescription,createPendingIntent(), getLargeIcon are missing and android studio is showing red (Cannot resolve method). ...
0
votes
0
answers
571
views
Exo player 2 : Last word/syllable of mp3 files are cut on certain devices
Issue description
I'm trying to implement Exoplayer to play background music in loop and speech sounds at the same time that are played on click events.
I can't add silence at the end of the file ...