|
Is there a way to access WMP10+'s playback speed controls in a dotnet app?
User level information on the Playback control information
Started by srboisvert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use the following method to access playback rate:
AxWindowsMediaPlayer1.URL = "e.
The MediaElement or MediaPlayer is basically just to your form .
Because it allows you to adjust the playback speed.
|
|
I want to control the playback speed of audio in AVAudioplayer . Is this possible? If so, how would you do it?
Started by jecob on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Audio Queue Services are quite for examples of how to wrap OpenAL in Objective... .
AVAudioPlayer does not support playback speed setting.
I think to do that, you that effect.
You can only change the volume not the speed of playback.
You can't.
|
|
Is there a JavaScript library available that can playback an MP3 or related music file? The JavaScript would be fed the MP3 from the server and stream it back over the browser.
Started by Nathan Z on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Guess what does IE support? :)
IMHO, ....
Opera should also work, but I am unsure which codecs/formats it can play .
Safari should work as Chrome.
On Chrome it might work with mp3.
But it does not support MP3 (only ogg).
On FF3 you can use the audio tag...
|
Ask your Facebook Friends
|
Hi,
I'm looking for a way to playback .flv files using java. This means I will need a ffmpeg lib that is cross-platform. I've been toying with jmf and fobs4jmf, but I cannot playback in linux because I need a native library (maybe fobs4jmf.so?).
Is there...
Started by Miguel Ping on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Use an embedded browser....
It seems to support Mac and Linux fine, see http://fobs.sourceforge.net/f4jmf%5Ffirst.html i would use a blatant shortcut .
I'm probably not reading your question correctly, but I don't understand what you have against fobs4jmf .
|
|
Hi. how can i record and playback mouse and keybaord events.
i need this to capture the user interactions with my application so that later on i can play to see what user did.
Started by Mohsan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are literally hundreds of keyboard / mouse automation apps out there:
http://www.nonags.com/nonags/auto.html
I recommend Do It Again - its free, easy to use and works well, although if I remember correctly it has a quirk where it doesn't work particularly... .
|
|
I'm using Media Player Framework to access the user's music library on iPhone. I would like to set the playback starting position so that I can start playing a song from 30 second mark, for example.
I have trouble finding out how to do this. The MPMediaPlayerController...
Started by scatterbrain on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
CurrentPlaybackTime is a writeable property, so adjusting the playback starting point can be done playing and playback will start at your desired point..
|
|
Hi,
is there a way to adjust the speed of the playback of an audio while playing in Objective C for the iPhone/iPod touch?
Also would be interesting if playing a file backwards would be possible.
Thanks
Tom
Started by crashtesttommy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For PCM has a system-supplied audio unit that allows you to change playback speed without changing pitch.
Rate when you send it to the playback engine (Audio Queue, Remote I/O Unit, OpenAL).
|
|
I wnt to test sound in Windows Vista and would like the user to be able to record and play back a sample (to test the mic).
In Win 98-XP, the Sound Recorder let you record then immediately playback. In Vista SR only lets you save the file and allows no...
Started by Clay Nichols on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If it doesn't move when you speak or make noise, it's not configured... .
If you go to Recording Devices (right click the speaker icon), you can see a volume measurement next to the selected recording device .
Not built in, but you could use Audacity for this .
|
|
I have downloaded the iphone MoviePlayer sample code from iphone developer center,but when i add a action [mMoviePlayer stop] at overlay button there, the screen keep blinking when i playback the movieplayer, is anyone met this problem?
Started by issac on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In case it is not the Done button you are talking about, which .
Is called and the playback stops.
|
|
Hi everyone,
I'm writing a cross-platform program that involves scrolling a waveform along with uncompressed wav/aiff audio playback. Low latency and accuracy are pretty important. What is the best cross-platform audio library for audio playback when ...
Started by carneades on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Basically I couldn't synchronize sound playback to the system clock while correcting for the sound.
|