Skip to content

Commit

Permalink
サンプルリンク追加&修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Oct 16, 2024
1 parent ebcea51 commit 7986c92
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Please read <https://github.com/shiguredo/oss/blob/master/README.en.md> before u
- [ノイズ抑制](https://github.com/shiguredo/media-processors/tree/develop/packages/noise-suppression)
- [ライト調整](https://github.com/shiguredo/media-processors/tree/develop/packages/light-adjustment)
- [ライト調整(GPU版)](https://github.com/shiguredo/media-processors/tree/develop/packages/light-adjustment-gpu)
- [MP4 メディアストリーム](https://github.com/shiguredo/media-processors/tree/develop/packages/mp4-media-stream)

## npm

Expand All @@ -47,6 +48,7 @@ GitHub Pages にサンプルを用意しています。完全にクライアン
- [ノイズ抑制](https://shiguredo.github.io/media-processors/noise-suppression/)
- [ライト調整](https://shiguredo.github.io/media-processors/light-adjustment/)
- [ライト調整(GPU版)](https://shiguredo.github.io/media-processors/light-adjustment-gpu/)
- [MP4 メディアストリーム](https://shiguredo.github.io/media-processors/mp4-media-stream/)

## 優先実装

Expand Down
2 changes: 1 addition & 1 deletion packages/light-adjustment-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</script>
```

実際の動作は[デモページ](https://shiguredo.github.io/media-processors/examples/light-adjustment-gpu/)
実際の動作は[デモページ](https://shiguredo.github.io/media-processors/light-adjustment-gpu/)
[ソースコード](https://github.com/shiguredo/media-processors/blob/develop/examples/light-adjustment-gpu/main.mts))で確認できます。


Expand Down
2 changes: 1 addition & 1 deletion packages/light-adjustment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ processor.startProcessing(track, options).then((processed_track) => {
});
```

実際の動作は[デモページ](https://shiguredo.github.io/media-processors/examples/light-adjustment/)
実際の動作は[デモページ](https://shiguredo.github.io/media-processors/light-adjustment/)
[ソースコード](https://github.com/shiguredo/media-processors/blob/develop/examples/light-adjustment/main.mts))で確認できます。


Expand Down
2 changes: 1 addition & 1 deletion packages/mp4-media-stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const video = document.getElementById('video')
video.srcObject = stream
```

実際の動作は[デモページ](https://shiguredo.github.io/media-processors/examples/mp4-media-stream/)
実際の動作は[デモページ](https://shiguredo.github.io/media-processors/mp4-media-stream/)
[ソースコード](https://github.com/shiguredo/media-processors/blob/develop/examples/mp4-media-stream/main.mts))で確認できます。

## サポートブラウザ
Expand Down
2 changes: 1 addition & 1 deletion packages/noise-suppression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JavaScript/TypeScriptでノイズ抑制機能を実現するためのライブ
</script>
```

実際の動作は[デモページ](https://shiguredo.github.io/media-processors/examples/noise-suppression/)
実際の動作は[デモページ](https://shiguredo.github.io/media-processors/noise-suppression/)
[ソースコード](https://github.com/shiguredo/media-processors/blob/develop/examples/noise-suppression/main.mts))で確認できます。

### JavaScript/TypeScript から利用する場合
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual-background/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ JavaScript/TypeScriptで仮想背景機能を実現するためのライブラ
</script>
```

実際の動作は[デモページ](https://shiguredo.github.io/media-processors/examples/virtual-background/)
実際の動作は[デモページ](https://shiguredo.github.io/media-processors/virtual-background/)
[ソースコード](https://github.com/shiguredo/media-processors/blob/develop/examples/virtual-background/main.mts))で確認できます。


Expand Down

0 comments on commit 7986c92

Please sign in to comment.