Top "Playback" questions

Playing a sound or a video from an existing audio or video file or stream.

iOS: Sample code for simultaneous record and playback

I'm designing a simple proof of concept for multitrack recorder. Obvious starting point is to play from file A.caf …

ios audio record playback simultaneous
C# How to programatically change the playback device

How can I programatically change the default audio device on a vista / win 7 system? Using C# or a Win API …

c# windows-7 audio playback
How to calculate FPS in OpenGL?

void CalculateFrameRate() { static float framesPerSecond = 0.0f; // This will store our fps static float lastTime = 0.0f; // This will hold the time …

c opengl playback
Play mp3 sounds from SD card

I have a directory on my tablet's SD card called "/Android/data/com.example.android.app/files". I just created …

android mp3 sd-card playback
JLayer - Pause and resume song

I've noticed that a lot of topics were about pausing/resuming an MP3 using JLayer, so in order to help …

java playback resume jlayer
How to record the user voice in Objective-C for iPhone

I want to record the user voice and then play it back after some time. Is there any way to …

ios objective-c playback avaudiorecorder voice-recording
MediaPlayer stop playing after about 5 seconds

I'm currently developing a simple game and now it's time to add music and sound effect. I tried using MediaPlayer, …

android media-player playback
Google Play store, Can no longer see Total Installs

I have a few apps on the Google play store and use the number of total installs as part of …

android google-play playback
How to play .mp3 file from resources in C#?

I put music.mp3 in resources and then I added Windows Media Player to references. I wrote this code: WindowsMediaPlayer …

c# .net resources mp3 playback
Toggle button visibility in android activity

I have an activity with two play and pause buttons (currently invisible) and a seekbar. When I press the play …

android button playback visible