Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

12
votes
5answers
7k views

Video playback in Java ( JMF, Fobs4JMF, Xuggler, FMJ )

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 codecs. ...
11
votes
3answers
2k views

What does this gdb output mean?

I've got a button that plays a sound, and it seems to work perfectly fine on the simulator, but i'm getting this message: Error loading ...
10
votes
3answers
517 views

Play two sounds simultaneusly

Is there a way to play two sounds at the same time? I know that SoundPlayer isn't able to do this. I can't use SoundEffect as I believe it's only part of XNA. The two required sounds will be called ...
9
votes
2answers
3k views

MediaPlayer stutters at start of mp3 playback

I've been having a problem playing an mp3 file stored in a raw resource: when the file first starts playing, it generates perhaps a quarter of a second of sound and then restarts. (I know that this is ...
9
votes
6answers
768 views

Post code that plays a Christmas tune

Is there a way to play a Christmas tune on a PC or Mac without having a pre-recorded sound file? (No .mp3 or .wav or whatever-sound file) I remember on my TI 99/4A and Apple II sounds (resembling ...
7
votes
4answers
230 views

Playing Audio in .Net / C#

I'm an experienced MFC programmer of many years, who for the more recent years has been developing commercial apps in Objective C for Mac and iOS - I'm trying to get up to speed with .Net and C# (as ...
7
votes
5answers
673 views

Free load test tool with browser recording

Is there any free load test tool which can record browser action, and then playback in a way of multiple virtual user? P.S. I am talking about the clicking of mouse in the browser, and also keyboard ...
6
votes
3answers
645 views

Android 2.1 Detect Bluetooth audio connect/disconnect

I'm scratching my head trying to find a way to detect bluetooth headset connect and disconnect events for Android 2.1. I see in API Level 11 that there are some explicit ones, but how do I do it in ...
6
votes
1answer
668 views

Audio recording and playback in Silverlight

I have a Silverlight 4 application that records user's voice through the mic. Now, as soon as the recording is completed, I need to play the recorded voice back to the user before posting it to the ...
6
votes
1answer
4k views

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 call?
5
votes
2answers
332 views

Event for VideoView playback state or MediaController play/pause

I cant seem to find an event that listens for playback state. I am mostly interested in the play/pause state. I am using MediaController which has a Play/Pause button, but I have a secondary button ...
5
votes
3answers
530 views

Playing audio backwards

Hi I'd like to play audio backwards in Android. How do I accomplish it? Any pointers will be appreciated. Thanks.
4
votes
2answers
1k views

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 wmp = new WindowsMediaPlayer(); wmp.URL = "music.mp3"; ...
3
votes
1answer
175 views

how to download and play youtube video on Android?

i want to play a youtube video on a button click.but i dont want that video to be played using youtube site.i want to play it locally.how to do that? i tried following ways to play the video. ...
3
votes
1answer
617 views

JQuery Menu Sound Play On Hover

I have a menu on the right, and when hovered over I want this click sound to play. However I don't understand how this would be enabled. I use an unordered list, and the li's have links that link to ...
3
votes
1answer
620 views

Android Animation pause and play problem

I have created an animation using the following code. private AnimationSet rootSet = new AnimationSet(true); private int xstart=258; private int ystart=146; for(; k<points.length; k++) { ...
3
votes
2answers
2k views

Is it possible to pause a playing SWF file in Adobe Flex? How?

I just wanna know if it is possible to pause a playing SWF file in adobe flex? I have an SWF Loader and it plays my SWF file however, it does not have any capability (or built in function) that pauses ...
3
votes
1answer
844 views

jQuery automatic scroll / slideshow

Could i modify this existing code to automatically scroll through the list items to display the content? Sorry, the: ul li a {} links. Maybe using "interval" method? $(document).ready(function(){ ...
3
votes
1answer
493 views

C# XP Sound QuickFix

I have this: ThreadPool.QueueUserWorkItem(new WaitCallback(FireAttackProc), fireResult); and FireAttackProc: private void FireAttackProc(Object stateInfo) { // Process Attack/Fire ...
3
votes
3answers
7k views

Android not playing Video .mp4

hi guys i have prepared a code to just play a simple mp4 file from my res folder... The coding is something like this... public class VideoPlayer extends Activity { @Override protected ...
3
votes
2answers
118 views

How can i get 2 wavefilereaders to play sequencially?

I'm trying to play a set of audio wav files being sent over the network for playing as a overall sound stream. How do i get a set of these chunks to play one after the other with no sound breaks or ...
3
votes
1answer
852 views

change the pitch of a wave file in Android?

Can somebody tell me how to change the pitch of a wave file in Android?
3
votes
4answers
6k views

playback video full screen

I am trying to play a video in my app. It has to be embedded. I went through the "Play Video Files in Android" thread. I am able to play my video using VideoView as mentioned in this discussion. ...
3
votes
3answers
1k views

Can you control the speed of a video clip playing in Quartz Composer?

Is there a way to manipulate the speed of the video playback? I'm especially interested in a way to slow down with frame blending, exactly like the function in Final Cut Pro.
2
votes
1answer
67 views

HTML 5 - Play tiny mp3 “inline”

I want to play a mp3 using HTML 5 audio support. I was trying to use an audio tag but now I am doing it using javascript. My "Player" will be just a tiny Play image, that when is pressed plays the ...
2
votes
2answers
105 views

How do you play a sound on a loop in the background without being interrupted?

The following code should play a silent audio clip on a loop to keep an application active in the background: //set sessions .... ......... //play audio_player = [[AVAudioPlayer alloc] ...
2
votes
1answer
70 views

wavetable synth for iOS

I need to implement a wavetable player in my app. For different notes (polyphony) a note on and note off feature is needed (including looping for relevant sounds). The samples are available or can be ...
2
votes
1answer
174 views

android: using default video player

I have an application that plays video files. I have been using code for using videoview and starting the videoview manually to play video files. However, I just wanted to know if I can use the ...
2
votes
2answers
77 views

Record and playback simultaneously - Asterisk

I am trying to build an application where I am required to record and playback simultaneously. The application needs to go live on an asterisk telephony server. My problem is: A user calls the ...
2
votes
2answers
366 views

Play .wav files on Android phone

I need to complete an app on an Android phone that plays back four sound files when four separate buttons are pressed. The trouble I have is that the sound files are .wav files. They are also stereo ...
2
votes
2answers
117 views

.NET video play library which allows to change the playback rate?

I am integrating a video player to an existing .NET WinForms application. I first tried to use "Windows Media Player Control" which is included in Windows SDK, but I could not change the playback ...
2
votes
2answers
774 views

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 to headphones while simultaneously recording microphone input into file B.caf This ...
2
votes
1answer
154 views

Trying to record from microphone and playback in real time

I'm trying to record data from my microphone and then play it back through the speakers in real time, and with some delays, but I'm having some problems with it. I chose to use python and alsaaudio, ...
2
votes
1answer
82 views

Playback in meetme (asterisk)

I would like to play an audio file to all members of a MeetMe conference, like a notification. Does anyone have any idea about how to do this?
2
votes
1answer
284 views

Play .mp4 in WebView

Is it possible to play .mp4 videos in WebView? I cant use VideoView due to some application requirements. (I want the video in a frame)
2
votes
1answer
52 views

Android R Id to type File

I'm making an app that must slow down the playback of audio files. The audio files' ids are in an int[] array (like R.raw.one, R.raw.two). Here's my problem, I'm trying to iterate through this ...
2
votes
1answer
179 views

C# PCM data audio player for Silverlight 5

Is there a way in SilverLight 5 to play PCM data? This could be obtained from a stream from a web Server or obtained by reading a WAV file. Any help would be greatly appreciated.
2
votes
1answer
206 views

Movie is played with some delay after calling play on MPMoviePlayerController

I am developing an iPhone application in which I play the videos using MPMoviePlayerController. Sometimes, some of the videos does not play immediately after I call play on MPMoviePlayerController. I ...
2
votes
1answer
215 views

How to play sounds periodically on Windows Phone 7?

With the new WP 7.1 they added Background Agent to play sound files from within your application, and TaskScheduler Agent to run tasks periodically. However: @1 I want to play sounds periodically ...
2
votes
1answer
709 views

Play and pause one HTML5 audio element at a time via jQuery

I've got several HTML5 audio elements on a page and am using jQuery to play and pause them. The play and pause functions work appropriately, but the tracks can all be played at the same time. How can ...
2
votes
2answers
337 views

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 from the ...
2
votes
0answers
531 views

Android play video problem : Device Specific

I used the following code to play the video. It is working properly. videoView = (VideoView) findViewById(R.id.VideoView); File f=new File(Environment.getExternalStorageDirectory(), ...
2
votes
2answers
1k views

Directory for storing audio files in Android

I am new to developing for Android, and am figuring my way around. I want to play an audio file based on the click of a button. I have defined the onClickListener() method and the layout file. When I ...
2
votes
2answers
476 views

How to know which video formats my WPF application can play?

I have a small application that allows the playback of videos. First off, I do not disallow the user to select any particular type of file. What I want to do is make sure I can play the file the user ...
2
votes
1answer
457 views

How to play stream audio in iPhone/iPad

I want to play sounds from an internet server in my own program. But the sample codes Apple supplied concerned about sound play are all open an audio file, and then play it. I want to know how can I ...
2
votes
1answer
424 views

android playback suddenly stopping

I have an app that is streaming audio content and sometimes it just stops all of the suddent. the logcat windows shows -- AudioHardware pcm playback is going to standby and that's it. I saw on ...
2
votes
2answers
1k views

Change the playback rate of a track in real time on Android

I would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with ...
2
votes
2answers
2k views

Jquery: How do I fire/play a sound file when I want?

I have some code that basically inflates a 'balloon' through 15 or so stages and then makes it pop at the 16th stage. (yes, images are changed). What I'm wondering now is if it's possible to use ...
2
votes
0answers
207 views

Is there any way i can make podcast application from iphone play my podcasts ? ( with code )

I'm doing an application who can play podcasts, but i feel more comfortable is the iPhone default podcast application plays itself, instead of me having to handle them. Passing the url to the ...
2
votes
1answer
2k views

Trouble playing wav in Java

I'm trying to play a PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame file as described here (1) and here(2). The first approach works, but I don't want to depend on sun.* stuff. The second ...

1 2 3 4 5 7