Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Support for audio pan
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Snarf0  
View profile  
 More options Apr 19 2012, 1:50 am
From: Snarf0 <vanbe...@bladel.tokheim.com>
Date: Wed, 18 Apr 2012 22:50:33 -0700 (PDT)
Local: Thurs, Apr 19 2012 1:50 am
Subject: Support for audio pan
Hi All,

Using the gecko-mediaplayer plugin (0.9.9.2) on Ubuntu 10.10, I'm
trying to pan audio via javascript. Is there any way to do that ?

Using the command line, for hearing only one channel, works fine:
"mplayer <movie-file> –af pan=2:0:1:0:0"

Best Regards,
Snarf0


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin DeKorte  
View profile  
 More options Apr 19 2012, 9:01 am
From: Kevin DeKorte <kdeko...@gmail.com>
Date: Thu, 19 Apr 2012 07:01:24 -0600
Local: Thurs, Apr 19 2012 9:01 am
Subject: Re: [gecko-mediaplayer] Support for audio pan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/18/2012 11:50 PM, Snarf0 wrote:

> Hi All,

> Using the gecko-mediaplayer plugin (0.9.9.2) on Ubuntu 10.10, I'm
> trying to pan audio via javascript. Is there any way to do that ?

> Using the command line, for hearing only one channel, works fine:
> "mplayer <movie-file> af pan=2:0:1:0:0"

> Best Regards, Snarf0

I believe that you can add

af=pan=2:0:1:0:0

to ~/.mplayer/config under the [gnome-mplayer] section.

But as far as controlling it via javsscript, I don't believe you can
do that including the current version can do that (1.0.6). But I would
not mind adding that function, especially if there is a standard for
doing this.

Kevin

- --
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+QDKMACgkQ6w2kMH0L1dHqggCdGzQcWJ1eW7bt/l6/rd6QWhxW
9xEAni8+8n5kFjpjRS/7bZvMuOYMl0Fa
=w7aj
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Snarf0  
View profile  
 More options Apr 19 2012, 10:48 am
From: Snarf0 <vanbe...@bladel.tokheim.com>
Date: Thu, 19 Apr 2012 07:48:01 -0700 (PDT)
Local: Thurs, Apr 19 2012 10:48 am
Subject: Re: Support for audio pan

Hi Kevin,

Thanks for the quick response!
I'll have a look at your proposal.

Since I'm porting my application from windows to linux I already use the
WMP way of working in windows.
My javascript  transparantly passes parameters in a pair "name/value" to
the WMP like below:

               str += '<OBJECT ID="Player" width="100%" height="100%"'
               str += '
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">'
               str += '    <PARAM name="balance" Value = "-100">'
               str += '   <PARAM name="volume" Value = "'+AudioVolume+'">'

Is this an idea?

Cheers,
Snarf0


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »