Kazuki Oikawa
Kazuki Oikawa
I don't have a iOS (Safari).
Please see README.md and gh-pages branch. This repo is very old (last update is 5 years ago). Maybe doesn't work with latest emscripten.
このサンプルコードは六年前に書いたもののため、 当時と現在でWebRTCの仕様が変わったため、動いていないのかもしれません(未確認)。 libopus.js-sampleと同様にこちらも近いうちに書き換える予定です。 その際は asm.js の代わりに webassemblyを利用し、AV1など最近のコーデックに対応する予定です。 rel: https://github.com/kazuki/opus.js-sample/issues/11 -- This sample code was written 6 years ago, so the The specification of WebRTC has changed between then and now,...
ライセンスファイルはアップロードしていませんでしたね。すみません。 READMEに記載があるとおりになります。 > 各種ライブラリは各種ライブラリのライセンスに準拠します. それ以外の部分は修正BSDライセンスになります.
このサンプルコードは七年前に書いたものです。 当時と今ではJavaScriptやTypeScriptの仕様が異なるため、 今のTypeScriptコンパイラではエラーが発生するようになりました。 近い将来に現在の仕様に基づいて書き換える予定です。 また、その際はasm.jsの代わりにWebAssemblyを使う予定です。 -- This sample code was written 7 years ago. The specs of TypeScript and JavaScript have changed, so it's now generating errors. I am planning...
Thanks. Currently, ROCR's hsa_cache_get_info(HSA_CACHE_INFO_SIZE) returns size in byte unit in cpu agent but returns size in KiB unit in gpu agent. Maybe, ROCT interface returns size in KiB unit. And...
resolved the conflict.
I rebased it because it was conflicting with the current main branch.
I rebased. Some tests have failed, but this PR is not the cause.