[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] audio output
From: |
Graham Goode |
Subject: |
Re: [fluid-dev] audio output |
Date: |
Thu, 1 Sep 2011 10:11:30 +0200 |
Hi Christian,
You are using the PortAudio driver in Fluidsynth to access ASIO, so
you will need to use the processes available in fluid_portaudio.c to
access this information.
I am not a programmer, I just know enough to compile things... so if
there is a better answer please feel free to add it :)
GrahamG
On 9/1/11, Christian Carré <address@hidden> wrote:
> hi all
>
> can you tell me how to get the list of audio output drivers (winmm and asio)
> and select one of these
> a sample of code source please
> I use "fluidsynth-1.1.4-asio" on visual studio
>
> regards