Visual Basic 6 Media Player Help.....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jammersplace

    Visual Basic 6 Media Player Help.....

    me and my friend made a media player and we need to know if there is anyway
    to make a visualisation for it.


  • CMiYC

    #2
    Re: Visual Basic 6 Media Player Help.....

    On Sun, 09 Nov 2003 10:49:21 -0800, Jammersplace wrote:
    [color=blue]
    > me and my friend made a media player and we need to know if there is anyway
    > to make a visualisation for it.[/color]

    Yes there is a way to make one. If you understand the concept of decoding
    complex media formats than applying some mathematical function to derive
    something visual should be pretty easy.

    If its audio:
    1. Take a frame
    2. decode it
    3. process it (check amplitude, phase, freq, whatever)
    4. apply your visual algorithm to the data
    5. display it

    If you're looking for a "visualizat ion creator" you're out of luck. Its
    essentially applying math to the incoming data.

    -James

    Comment

    Working...