|
|||
|
Thanks,
It works! Not to be a bother, but I do have a question. Is there a way to set the quality of the recording? I looked at the 'record' script in the script viewer and did not see anything for quality. Thanks again, any further info will be greatly appreciated. ![]() |
|
|||
|
Before open a MCI device, you can set an alias for it
Code:
... mci.alias = "myrecorder''; mci.command = "open''; ... Code:
...
mci.sendCmdString("set myrecorder bitspersample 8
channels 2 samplespersec 44100'');
mci.command = "record'';
...
http://www2.cmp.uea.ac.uk/~fuzz/tmci/MCI_set.html |
|
|||
|
Thanks again.
I can't seem to get it to work. Should I put the script portion concerning audio quality in the "record" script window? That is where I have it now and the quality does not change. I'm sure I am missing something quite simple, any tips? Thanks again for all your help. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|