In article <378C7DEB.9447EE32@austin.rr.com>,
GMCKASKLE@austin.rr.com wrote:
> ...
> >
> > My guess is that I need to call the windows api,
> > which controls the sound card settings. However, I
> > have not been able to locate an api, which can do
> > this for me. Can anybody tell me, which api I can
> > use and in which dll it is located, or is there
> > another possibility to solve my problem?
> >
>
> There are some sound VIs that ship with LV5.1 and
> are available on the ftp site that use the multi-
> media functions to access the sound card. They
> may be a good place to start.
>
> Greg McKaskle
>
I am familiar with the sound VIs that are shipped with LV5.1 (I am using
LV5.1), but none of them can do an advanced configuration of the
sound
card.
What I need to do is:
- use line in for recording
- set the recording volume
- use line out for playback
- set the playback volume (supported by LV5.1)
After this configuration it is easy to play and record sounds using the
VIs that are shipped with LV5.1
In order to do the configuration, I need to use the winAPIs that are
located in winmm.dll in order to control the mixer - I guess. I have
found some APIs, which should be able to control the mixer, but they are
not trivial to use - (I am not an expert in windows programming).
I was hoping that someone had experience with multimedia programming
in Windows/LV and could tell me which winAPIs I should use.
Rasmus Christiansen
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.