|
|
| Anthony 2007-01-14, 4:17 am |
| Hi there everyone. I am starting to build an application that requires three
maybe Mediaplayers. ok I can get them all to work at once. But can anybody
tell me how I can attach a volume control to each one and have each player
adjustable in the volume without effecting the rest. is there a way I can
send the output from each to a seperate channel, say one the waves channel,
while another one to the CD channel etc. I nam aware that I will need to
find a good volume componet, but I am sure I can do this.
Many thanks to anybody that can shed some light on this problem
Anthony
| |
| Benny Franz 2007-01-14, 8:06 am |
| Hi Anthony
I don't know the answer to your question but I wonder how you can start
three mediaplayers..
Witch mediaplayer do you use ??
-Benny
"Anthony" <mrmclarge@yahoo.co.uk> skrev i en meddelelse
news:45a9b76b$1@news.orcon.net.nz...
> Hi there everyone. I am starting to build an application that requires
> three
> maybe Mediaplayers. ok I can get them all to work at once. But can anybody
> tell me how I can attach a volume control to each one and have each player
> adjustable in the volume without effecting the rest. is there a way I can
> send the output from each to a seperate channel, say one the waves
> channel,
> while another one to the CD channel etc. I nam aware that I will need to
> find a good volume componet, but I am sure I can do this.
>
> Many thanks to anybody that can shed some light on this problem
>
> Anthony
>
>
| |
|
| Anthony wrote:
> Hi there everyone. I am starting to build an application that requires three
> maybe Mediaplayers. ok I can get them all to work at once. But can anybody
> tell me how I can attach a volume control to each one and have each player
> adjustable in the volume without effecting the rest. is there a way I can
> send the output from each to a seperate channel, say one the waves channel,
> while another one to the CD channel etc. I nam aware that I will need to
> find a good volume componet, but I am sure I can do this.
>
> Many thanks to anybody that can shed some light on this problem
>
> Anthony
>
>
All i can say is this, you'll need to capture the audio packets
before it gets sent to the media drivers. Adjust the PCM values
to your liking.
Not sure if the media players actually give you the option
of viewing the audio decoded stream before it gets sent to the
media system how ever, you can, write your own media player using
the codec's for audio and video decompression which are installed
in on the machine already.. With that, you can capture any thing
before you send it on it's way.
Look in the Win32/Media.hlp help for the Compression and Decompression of
Audio and Video.
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
| |
| Anthony 2007-01-14, 7:06 pm |
| I use the Tmediaplayer in delphi 7, I can have all three going at once. you
have to set the sharing flag, and then away you go.
"Benny Franz" <bennyfranz@pc.dk> wrote in message
news:45aa2f24$0$3463$edfadb0f@dread11.news.tele.dk...
> Hi Anthony
>
> I don't know the answer to your question but I wonder how you can start
> three mediaplayers..
> Witch mediaplayer do you use ??
>
> -Benny
>
> "Anthony" <mrmclarge@yahoo.co.uk> skrev i en meddelelse
> news:45a9b76b$1@news.orcon.net.nz...
anybody[color=darkred]
player[color=darkred]
can[color=darkred]
>
>
| |
| Anthony 2007-01-14, 7:06 pm |
| Yes I will look in there, but I am not sure I can do that. I am not that
experienced, but I will have a go
"Jamie" < jamie_ka1lpa_not_valid_after_ka1lpa_@cha
rter.net> wrote in message
news:Ofrqh.2$JJ.1@newsfe05.lga...
> Anthony wrote:
three[color=darkred]
anybody[color=darkred]
player[color=darkred]
can[color=darkred]
channel,[color=darkred]
> All i can say is this, you'll need to capture the audio packets
> before it gets sent to the media drivers. Adjust the PCM values
> to your liking.
> Not sure if the media players actually give you the option
> of viewing the audio decoded stream before it gets sent to the
> media system how ever, you can, write your own media player using
> the codec's for audio and video decompression which are installed
> in on the machine already.. With that, you can capture any thing
> before you send it on it's way.
> Look in the Win32/Media.hlp help for the Compression and Decompression
of
> Audio and Video.
>
> --
> "I'm never wrong, once i thought i was, but was mistaken"
> Real Programmers Do things like this.
> http://webpages.charter.net/jamie_5
>
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|