Old 12th December 2003, 20:23   #1
naikrovek
Junior Member
 
Join Date: Dec 2003
Location: peoria, illinois
Posts: 32
Send a message via ICQ to naikrovek Send a message via AIM to naikrovek Send a message via Yahoo to naikrovek
seperate L & R data?

1) why does the new thread button not show up in mozilla?

2) (much more importantly) is there a way to teach AVS to do math on the left audio stream and the right audio stream INDEPENDENTLY?

I know that you can show two scopes, one left and one right, but i want them to interact. specifically i want to subtract the right side of the audio from the left, then draw a scope based on that new data alone.

another example would be to draw a dot on screen whose placement is determined in the X coordinate by the right channel and the Y coordinate by the left channel. A perfectly mono recording would draw a diagonal line, from lower left to upper right, while a perfectly out of phase (left and right do exactly the opposite at all times) would draw a diagonal line from the upper left to the lower right.

is this possible with AVS? If not, is there a plugin SDK that has this functionality?

Thank you.
naikrovek is offline   Reply With Quote
Old 12th December 2003, 20:32   #2
mikm
Major Dude
 
mikm's Avatar
 
Join Date: May 2001
Location: somewhere else
Posts: 1,286
a. it does for me (Firebird .7)
b. yes. Instead of using v for your sound data, use a getosc() or getspec.
To get both the left and right oscilliscope data, you would use something like this:

vl=getosc(i,.01,1);
vr=getosc(i,.01,2);

powered by C₈H₁₀N₄O₂
mikm is offline   Reply With Quote
Old 12th December 2003, 20:36   #3
naikrovek
Junior Member
 
Join Date: Dec 2003
Location: peoria, illinois
Posts: 32
Send a message via ICQ to naikrovek Send a message via AIM to naikrovek Send a message via Yahoo to naikrovek
gratzie. after manually pasting the URL for the new topic button into my browser's address bar it magically appears now, but only within this forum, (not the nsis forum, for example)

odd.

and thank you.
naikrovek is offline   Reply With Quote
Old 12th December 2003, 21:19   #4
naikrovek
Junior Member
 
Join Date: Dec 2003
Location: peoria, illinois
Posts: 32
Send a message via ICQ to naikrovek Send a message via AIM to naikrovek Send a message via Yahoo to naikrovek
Quote:
Originally posted by m²k
a. it does for me (Firebird .7)
fixed. ad-blocking .css file was causing it (as per my suspicions yesterday). nothin in the href /looked/ like it would trigger a rule but something was getting set off so i made a false-positive rule to turn it back on.

works great and thanks for the avs help.
naikrovek is offline   Reply With Quote
Old 13th December 2003, 13:08   #5
Zevensoft
Major Dude
 
Zevensoft's Avatar
 
Join Date: Apr 2002
Location: Ballarat, Australia
Posts: 529
I see you understand phase encoding. Perhaps these may be of interest.
Attached Files
File Type: zip zevensoft_audiostuff.zip (1.0 KB, 131 views)

1 | 2 | 3 | 4 | 3W | 4WW
Zevensoft is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Visualizations > AVS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump