Skip to content

Commit

Permalink
Add SILK audio codec
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Mar 11, 2017
1 parent c5af2d9 commit a92b34a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/src/RTC/RtpDictionaries/RtpCodecMime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ namespace RTC
{ "isac", RtpCodecMime::Subtype::ISAC },
{ "g722", RtpCodecMime::Subtype::G722 },
{ "ilbc", RtpCodecMime::Subtype::ILBC },
{ "silk", RtpCodecMime::Subtype::SILK },
// Video codecs:
{ "vp8", RtpCodecMime::Subtype::VP8 },
{ "vp9", RtpCodecMime::Subtype::VP9 },
Expand All @@ -55,6 +56,7 @@ namespace RTC
{ RtpCodecMime::Subtype::ISAC, "ISAC" },
{ RtpCodecMime::Subtype::G722, "G722" },
{ RtpCodecMime::Subtype::ILBC, "iLBC" },
{ RtpCodecMime::Subtype::SILK, "SILK" },
// Video codecs:
{ RtpCodecMime::Subtype::VP8, "VP8" },
{ RtpCodecMime::Subtype::VP9, "VP9" },
Expand Down

0 comments on commit a92b34a

Please sign in to comment.