Sora Android SDK は WebRTC SFU Sora の Android クライアントアプリケーションを開発するためのライブラリです。
We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.
Please read https://github.com/shiguredo/oss before use.
利用前に https://github.com/shiguredo/oss をお読みください。
- libwebrtc を利用した Sora 向け Android SDK
- WebRTC 統計情報 の取得に対応
- 回線が不安定になった際、解像度とフレームレートどちらを維持するかの設定をする DegradationPreference に対応
MAINTAIN_FRAMERATE/MAINTAIN_RESOLUTION/BALANCEDが指定できる
- 映像コーデック
VP8/VP9/AV1/H.264/H.265に対応H.264とH.265はハードウェアデコーダー/エンコーダーに対応VP9とAV1は対応端末であればハードウェアデコーダー/エンコーダーを利用可能
- 音声トラックを無効にし、デジタルサイレンスパケットを送出するミュート(ソフトミュート)を利用できる
- 映像トラックを無効にし、黒塗りの映像パケットを送出するミュート(ソフトミュート)を利用できる
- 音声・映像のプライバシーインジケーターを消灯するミュート(ハードミュート)を利用できる
- フロント / リアカメラ切り替えとキャプチャフォーマット変更に対応
- 各種カメラ設定を利用できる
- 解像度・フレームレート・フロントカメラ優先・初期ハードミュート
- 受信した音声データを PCM 形式で取得できる
- Android 5 以降 (エミュレーターでの動作は保証しません)
- Android Studio 2025.3.1 以降
- WebRTC SFU Sora 2025.2.0 以降
詳細は Discord またはメールにてお問い合わせください
- オープンソースでの公開が前提
- 可能であれば企業名の公開
- 公開が難しい場合は
企業名非公開と書かせていただきます
- 公開が難しい場合は
- 音声出力先変更機能
Copyright 2017, Lyo Kato <lyo.kato at gmail.com> (Original Author)
Copyright 2017-2025, Shiguredo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.