playback Questions

3

Solved

Using only the modules that come with a standard python 2.6 installation, would it be possible to play a simple beeping noise?
Linseylinseywoolsey asked 17/12, 2010 at 2:44

3

I'm following the iOS "Audio Queue Programming Guide - Playing Audio". Near the end of the guide, there are calls to CFRunLoopRunInMode() in the step Start and Run an Audio Queue: do { // 5 CFRun...
Martial asked 8/1, 2013 at 16:14

0

Since a long while now (a year or more), I see app crashes reported in Play Console (production and prelaunch reports) and some error message when debugging about dynamite measurement from Google's...
Purveyor asked 29/5, 2020 at 8:48

6

Solved

I am placed video MP4 to my domain space. I have its public URL, Now i want to play it in my android app; but don't know how can I do this. I used following code which is not working. Track control...
Teniacide asked 18/5, 2011 at 5:25

2

I'm trying to setup YouTube iframe API to play a FullHD video with a lower quality. My goal is to save bandwidth on mobile devices and reduce loading time. My HTML structure is the classical player...
Pierpont asked 19/12, 2014 at 8:23

3

Solved

I have a sound in my app that starts automatically when appear the view; but, as the title says, I'd like that this sounds starts with a little delay, about an half second after the view appear. I ...
Augite asked 5/8, 2015 at 18:25

2

Solved

Here is a simple piano app and it works but there is a problem. After about 20 clicks (sometimes it is exactly 28 clicks) even I click the buttons it doesn't play any sound. The app doesnt crash or...
Griskin asked 14/5, 2014 at 21:13

5

I've noticed that when my app start, the music I'm listening is automatically stopped, and I've noticed that when I start some other apps, the music just continue... this means that I don't know ho...
Gunstock asked 12/9, 2013 at 11:5

2

I want to stream audio on iOS using AVAudioEngine. Currently I'm not sure how to do this. I get RTP data from the network and want to playback this audio data with AVAudioEngine. I am using the ...
Assembler asked 23/10, 2019 at 10:23

1

I'm on AudioKit 4.9.1 and can't manage to play a MIDI file with the new AKSequencer (replacing AKAppleSequencer). No sound playing. Assume that MIDI file AND samples are loaded correctly since they...
Matterhorn asked 13/11, 2019 at 9:1

2

Im using Python VLC to build a custom playback app in pyqt. I have painted a nice custom slider to track along with the video, but hit a bit of an annoying problem. No matter how often I tell my s...
Hooked asked 25/9, 2019 at 1:51

9

Solved

Okey, this is my problem. I have one service class where Ive managed to create media player to play music in background all time. Here is code: package com.test.brzoracunanje; import android.app.S...
Biotope asked 28/10, 2011 at 11:47

1

I've been trying to play audio files (.wav) using IPython but I don't hear any sound. What do I do to hear the actual sound? Here is the code: import IPython IPython.display.Audio("180960__klee...
Toilette asked 7/7, 2019 at 21:7

2

Solved

Using SCRecorder want to save video after recording, with different playback speed chosen by user ex: 2x, 3x. Using AVPlayer, it can be achieved using this code: //create mutable composition AVMut...
Salient asked 7/12, 2018 at 6:15

3

I'm building an Radio Automation Program, but I can't figure out how to have a timer countdown the number of seconds left in the song. I'm currently using Pygame and don't really want to load anoth...
Internal asked 4/8, 2011 at 5:0

6

I have an activity with two play and pause buttons (currently invisible) and a seekbar. When I press the play button, the pause button should become visible, and when I press the pause button it sh...
Combative asked 12/7, 2013 at 21:7

8

Solved

I've got my computer(Windows 7) hooked up to the TV, and i very often change output device for sound between Digital Audio (S/PDIF)(High definition audio device) and my headset (2- Corsair CA-HS1 U...
Decussate asked 23/3, 2012 at 11:35

4

I'm a beginner learning javascript. I've got various projects in mind with an interactive page on my site related to microtonal frequencies and planetary frequencies. I need to be able to play my a...
Luzluzader asked 6/8, 2014 at 10:4

4

Solved

I'm trying to play a video from a server using Swift. I have imported MediaPlayer framework, here is my code: import UIKit import MediaPlayer class VideoViewController: UIViewController { over...
Thereon asked 30/7, 2014 at 10:28

1

Solved

I am building a simple GUI with Raspberry, TKinter, and sox, using python 3. I want to play a tone, generated on the fly, every time a button in the GUI is pressed. Here's the code: from Tkinter i...
Wacky asked 13/2, 2018 at 15:16

4

Solved

I currently can only playback my background sound from having my wave file next to my compiled exe. But I actually want to have a single static executable with the wave file inside. Is this possibl...
Vermillion asked 14/5, 2012 at 0:30

2

Solved

Android supports hardware play / pause buttons on headsets and attached devices. I am trying to find a way to test support for those devices on an emulator. The Android documentation talks about ho...
Desiderate asked 10/6, 2013 at 22:50

2

Solved

I have some .264 video files that I would like to view at half playback speed, without encoding them into a new file. I remember using ffplay to do this in the past, but it was some time ago, and I...
Depurative asked 2/11, 2016 at 0:39

3

I'm using a embed player from mixlr.com to play audio. Now I need a button to stop the whole site's audio. Though the player have it's own play pause button. But I need my own button to control the...
Andriette asked 9/7, 2015 at 2:35

4

Background I've succeeded uploading an audio file (3gp) into Google-Drive. Now I want to be able to play the file within the app. The Google Drive API only allows to get the input stream of the...

© 2022 - 2024 — McMap. All rights reserved.