Skip to content

Instantly share code, notes, and snippets.

@uchidev
Last active March 6, 2017 16:33
Show Gist options
  • Select an option

  • Save uchidev/82c59974e888d6dae4eab35cb42ddebf to your computer and use it in GitHub Desktop.

Select an option

Save uchidev/82c59974e888d6dae4eab35cb42ddebf to your computer and use it in GitHub Desktop.

AACに関する情報

JJ-40.30 MPEG-4 AAC-LC サンプル

サンプリングレート 48kHz

a=fmtp の config の samplingFrequencyIndex=3(48kHz)

RTPタイムスタンプ 90KHz

a=rtpmap の clock rate を 90000

レベル2 (0x29)

a=fmtp profile-level-id=41

コーデック種別 AAC-LC

a=fmtp object=2

チャネル数

a=fmtp の config channelConfiguration=1/2 モノラル/ステレオ

パケット化周期

a=ptime:20 (21.33ms)

ビットレート

bitrate=96000 (96Kbit/s) モノラル
bitrate=192000 (192Kbit/s) ステレオ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment