DirtDBaK Posted March 23, 2008 Share Posted March 23, 2008 After looking at these functions I didn't see what I wanted.So I took a closer look at this function (mciSendString), just because I know I have used it for amp 3. I want to use the dll to allow streaming but I don't know what to use to do that.I know you can use all of these functions with mciSendStringSo after reviewing the list I was thinking that maybe this command would workMCI_SETAUDIOThis was on that page:MCI_DGV_SETAUDIO_STREAMAn audio-stream is specified in the dwValue member of the structure identified by lpSetAudio. The integer value specifies the audio stream played back from the workspace. If the stream is not specified, the first physically interleaved audio stream is played.If someone has a good understanding maybe they could write me a few examples with some comments so I can learn how to do it myself for some of these functions..MCI_SETAUDIO_OUTPUTModifies the bass, treble, or volume flag so that it modifies only the played signal and not what is recorded. If possible, this is the default when monitoring the input.MCI_DGV_SETAUDIO_TREBLEThe audio high-frequency level is specified as a factor in the dwValue member of the structure identified by lpSetAudio.MCI_DGV_SETAUDIO_BASSThe audio low frequency level is specified as a factor in the dwValue member of the structure identified by lpSetAudio.It took a lot of digging around, but I am going to try to get this done with your help.Thanks! [center][/center] Link to comment Share on other sites More sharing options...
DirtDBaK Posted March 24, 2008 Author Share Posted March 24, 2008 Bump.... [center][/center] Link to comment Share on other sites More sharing options...
DirtDBaK Posted April 20, 2008 Author Share Posted April 20, 2008 Well that really worked lol [center][/center] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now