ahh, my goof was simple:

set the recordFormat to "mp4a"

is simply wrong.

setting that to "aiff" no compression ("raw") is fine for initial recording...

thanks
======

 set the recordRate to 22.050 --the uSampleRate of me
  set the recordChannels to 1 --the uRecordChannels of me
  set the recordSamplesize to 16 --the uSampleSize of me
  set the recordFormat to "aiff" --the uRecordFormat of me

==== the above works fine... in fact the quality is amazing with my Telex US B Audio Device Headset.

and FYI

set the recordCompression to "mp4a" simply does not work... though it is on the list or returned compression types.. if you run

put the recordcompressiontypes in the msg box... it appears, but it does not appear in the list from the "answer record" dialog... if you do set this, no sound file is saved at all. So, confirmed saving as mp4 from Rev is not an option.


Sivakatirswami


On Aug 14, 2005, at 2:58 AM, Dan Soneson wrote:

BTW, the recordFormat property only deals with file types. From the docs:


Value:
The recordFormat is one of the following:

    aiff    records a file in AIFF format
    wave    records a file in WAV format
    ulaw    records a file in AU format
    movie    records a file in QuickTime format


So, that would not be where you set the compression. Use the recordCompression property instead.

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to