Home > Net >  Recording found when using McISendString set the channel number and sampling digit fail, strives for
Recording found when using McISendString set the channel number and sampling digit fail, strives for

Time:10-10

Recording found when using McISendString set the channel number and sampling digit fail, strives for the great god answer
Int MCI1=McISendString (" Open New Type WaveAudio Alias movie ", "", 0, 0).
Int MCI2=McISendString (" set movie format tag PCM ", "", 0, 0).
Int MCI3=McISendString (" set movie Channels 1 ", "", 0, 0).
Int MCI4=McISendString (" set movie SamplesPerSec 16000 ", "", 0, 0).
Int MCI5=McISendString (" Set movie BitsperSample 16 ", "", 0, 0).
Int MCI6=McISendString (Record "movie", "", 0, 0).
Run the code above is that MCI5 value is 282

CodePudding user response:

I am also the same question,
Int MCI3=McISendString (" set movie Channels 1 ", "", 0, 0). After changing the channel number to 2, here also complains, said the value out of range,
Feel in the first step int MCI1=McISendString (" Open New Type WaveAudio Alias movie ", "", 0, 0). , WAV format is fixed, and cannot be modified, don't know why,

CodePudding user response:

Very normal ah, you need to set parameters and then open the equipment! Equipment are you open will not modify parameter Settings,

CodePudding user response:

Very normal ah, you need to set parameters and then open the equipment! Equipment are you open will not modify parameter Settings,
  •  Tags:  
  • C #
  • Related