1
Host Development / Re: listen to audio output / audio input
« on: July 16, 2009, 09:58:12 »
Hi, I've just recently started using vamp but I think for your purpose it should work.
Afaik vamp has no support for audio interfaces. My guess is, your host needs to read from the operating system's audio interface and then feed it to the vamp plugins. Maybe QT offers a wrapper for that os-audiointerfaces. Note that vamp itself doesn't require qt, you can use any toolkit you like.
As you are using windows, I recommend building the host-sdk binaries yourself.
--maep
Afaik vamp has no support for audio interfaces. My guess is, your host needs to read from the operating system's audio interface and then feed it to the vamp plugins. Maybe QT offers a wrapper for that os-audiointerfaces. Note that vamp itself doesn't require qt, you can use any toolkit you like.
As you are using windows, I recommend building the host-sdk binaries yourself.
--maep