Flash AS3 - How to set high quality audio recording

前端 未结 3 1966
误落风尘
误落风尘 2021-01-25 12:20

Currently, I\'m using

mic.rate = 100;

This only gives 63kbps.

Is it possible for Flash AS3 to set bitrate higher than 63kbps?

3条回答
  •  Happy的楠姐
    2021-01-25 13:00

    From the docs

    Acceptable values are 5, 8, 11, 22, and 44

    So enter one of those.

    And it's measured in kHz, not kbps, also according to the docs

提交回复
热议问题