playback Questions

10

I have a few apps on the Google play store and use the number of total installs as part of my growth plan. However as of July 16, 2018 I can no longer see the "Total Installs" in my console. It on...
Berga asked 17/7, 2018 at 10:23

4

Solved

Issue found: Invalid Data safety section We reviewed your app's Data safety section in Play Console and found discrepancies between it and how the app collects and shares user data. All apps are r...
Clem asked 20/2, 2022 at 21:54

7

Solved

I need simple video playback in Java. Here are my requirements: PRODUCTION QUALITY Open and decode video files whose video and audio codecs can be chosen by me. I.E I can pick well behaving code...
Weyermann asked 11/1, 2010 at 12:50

2

Video codec error androidx.media3.exoplayer.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.Exynos.avc.dec, Format(2, null, null, video/avc, avc1.640033, -1...
Eclat asked 28/7, 2023 at 5:46

5

Solved

void CalculateFrameRate() { static float framesPerSecond = 0.0f; // This will store our fps static float lastTime = 0.0f; // This will hold the time from the last frame float currentTime = GetT...
Cambium asked 11/4, 2011 at 21:30

7

Solved

I have music playlist for 5 songs. I just want that play and stop buttons work as long as im in app. And that i can stop music when i want to and start another. How this works now...The music play...
Antoninus asked 14/4, 2013 at 16:49

1

I have an app in Google's Play Store that had an update rejected recently and the app subsequently pulled. We've corrected the issues, at least I think we have, but Google can't test the app becaus...
Purree asked 10/11, 2021 at 22:26

3

I'm currently developing a simple game and now it's time to add music and sound effect. I tried using MediaPlayer, just like described here: Android media player bug However I have another problem...
Gregor asked 5/6, 2011 at 8:9

3

Solved

How can I programatically change the default audio device on a vista / win 7 system? Using C# or a Win API call?
Pages asked 12/10, 2009 at 15:14

7

I spend about 20 hours until now and my problem there still is . I am creating an android application that has several Activities (mainMenu , aboutUs,setting). I followed the best answered of below...
Accad asked 20/12, 2014 at 11:31

2

Solved

I am trying to find out if a video file is corrupted or not. I am using FFmpeg to transcode a video file. However, when it gets to a file that not playable and is damaged, it stops running. I wa...
Partook asked 12/11, 2019 at 9:48

2

My problem is a little bit complicated, I'll try to explain it clearly. To do it, I've done a simple project. I'm using Swagger codegen to generate Java classes from swagger file. In the swagger...
Ceiba asked 16/12, 2017 at 22:16

1

I currently have a Google Play Developer account as an individual. However I am starting my own company as a sole trader, so I need to move my payment profile from individual to business. Is there ...
Gerrard asked 11/1, 2022 at 11:4

16

Solved

I'm having an issue when I'm uploading an app bundle to the play console that: You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with i...
Apomixis asked 12/1, 2022 at 15:52

1

Solved

I am trying to integrate the play integrity check in my app to make sure that my app is not installed on a rooted Android device. I can successfully obtain the integrity token response as guided in...
Colmar asked 19/5, 2022 at 10:23

2

When I click on link existing project under API access on the Google Play Console, my existing cloud project does not show up.
Biz asked 13/7, 2021 at 3:59

2

I need some help, I want to make a recycle view containing audio in each item, how to play the audio when press play button and set progress to seekbar and at the same time pause other sound and co...

3

Is it possible to change the tempo of audio (in the form of loaded MP3 files) without changing the pitch using the Web Audio API? I'm aware of the playbackRate property on the AudioBufferSourceNod...
Exemplary asked 7/7, 2015 at 16:57

5

Solved

I want to tweak Avplayer rate , I able to do with help of [_avplayer play]; [_avplayer setRate:1.5]; Also disabled audio tracks , it is running good when it is less than 2.0. But when we apply ...
Permatron asked 9/11, 2016 at 11:35

3

We have created an app using the flutter platform. Music plays fine, but we are struggling to get the app to play audio in the background on iOS devices. As soon as the user moves to another ...
Olson asked 8/5, 2020 at 22:8

4

Solved

Is there a way to view animated GIFs demonstrations step-by-step? Example of an animated image produced with Blender screencast which is way too fast: Source: What is the fastest way to create a ...
Secede asked 18/7, 2015 at 15:10

2

I'm trying to use R to make music. I've found: Package musicmakeR, which is broken. Package audio, which is more for manipulating/playing existing audio files. Package tuneR. I THINK tuneR can...
Humblebee asked 16/10, 2018 at 14:48

5

Solved

Is there any possibility to remove to middle play button at start (yes I know I could just remove the css class) and instead show the bottom play bar? Basically what I would like to achieve is to ...
Inauspicious asked 17/7, 2013 at 14:35

6

Solved

Is there an easy way to load, play and control an mp3 file from cocoa? Tried googling it, but, as all things apple, i get messy results and have no idea where to start. As i understand, there's and...
Launalaunce asked 18/7, 2010 at 17:51

3

Solved

I have may file.wav in my directory. Then in parallel, I have to play is with an mp3 file. See the code below: String recordedFile = "/storage/sdcard0/app/file.wav"; MediaPlayer recordedS...
Footmark asked 12/7, 2013 at 3:7

© 2022 - 2024 — McMap. All rights reserved.