 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
AtaBoy Guest
|
Posted: Fri May 14, 2004 10:21 pm Post subject: Slow Playback in TMediaPlayer |
|
|
Hi,
I try to decrease playing speed with TMediaPlayer. How can I play slower
than default slow speed? Though, I did something, but it works like an old
car's engine I used Timer for decreasing playing speed. At Every Timer's
palse, this code is executed:
if MediaPlayer.Mode = mpPlaying then
MediaPlayer.Stop
else
MediaPlayer.Play;
Best Regards
|
|
| Back to top |
|
 |
Nikola Jolovic Guest
|
Posted: Sun May 16, 2004 8:58 pm Post subject: Re: Slow Playback in TMediaPlayer |
|
|
"AtaBoy" <AtaBoy (AT) yahoo (DOT) com> wrote:
| Quote: | Hi,
I try to decrease playing speed with TMediaPlayer. How can I play slower
than default slow speed? Though, I did something, but it works like an old
car's engine I used Timer for decreasing playing speed. At Every Timer's
palse, this code is executed:
if MediaPlayer.Mode = mpPlaying then
MediaPlayer.Stop
else
MediaPlayer.Play;
Best Regards
|
I had the same problem 2 days ago. TMediaPlayer can't playback
slower than default speed (not that I know of). But, there is
a solution and it is called DSPack component. You can find it
at
http://www.sourceforge.net and
http://www.delphi32.com (search for multimedia components)
It's about 50 MB large and plays back a slow as you want...
Nikola Jolovic
[email]jolovic (AT) drenik (DOT) net[/email]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|