Thread: Audio Processing Tree Traversal

  1. #1
    Registered User
    Join Date
    Dec 2014
    Posts
    143

    Audio Processing Tree Traversal

    I'm implementing some audio processing software and a requirement is that I be able to process channels independently. So essentially I need an audio processing tree. Here's an example...

    https://en.wikipedia.org/wiki/Tree_(...nching_SVG.svg

    I need some type of traversal that will allow me to do this. Note that nodes that process 2 channels must wait until the input channels have all been processed.

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    ok, and you posted this thread because...
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Libraries for Audio Signal Processing?
    By GOBLIN-85 in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2009, 01:12 AM
  2. Audio Processing
    By GOBLIN-85 in forum C++ Programming
    Replies: 4
    Last Post: 06-08-2009, 12:40 PM
  3. Audio Processing Question
    By bobthebullet990 in forum Linux Programming
    Replies: 7
    Last Post: 09-08-2006, 12:36 PM
  4. audio processing
    By the Wookie in forum C++ Programming
    Replies: 4
    Last Post: 07-10-2003, 08:25 PM
  5. Replies: 5
    Last Post: 05-23-2003, 01:11 PM