You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebAV project offers a variety of quick DEMO experiences. Visit the [DEMO Homepage](https://bilibili.github.io/WebAV/demo) to check the compatibility of your current device.
29
+
The WebAV project offers a variety of quick DEMO experiences. Visit the [DEMO Homepage](https://webav-tech.github.io/WebAV/demo) to check the compatibility of your current device.
30
30
31
31
_Note: The test video resources are hosted on GitHub pages, so starting a DEMO may require some network loading time._
32
32
33
33
Here are some feature demos you might be interested in:
`av-cliper` is the foundational SDK for audio and video data processing. It provides basic classes and functions to help developers quickly achieve their target functionalities.
`av-canvas` relies on the basic capabilities of `av-cliper` and provides a canvas that responds to user operations on Sprites (dragging, scaling, rotating), enabling quick implementation of products like video editing and live streaming workstations.
- A "canvas" that the user or code can manipulate, add and control assets, and output a `MediaStream`.
18
18
- Materials include: camera, microphone, screen, audio and video files, images, text.
19
19
- Outputting `MediaStream` means being able to push "canvas" content to a server or record it as a local video.
20
20
21
-
`@webav/av-cliper` has a more API, Suggest to read [basic concepts](https://bilibili.github.io/WebAV/_api/av-cliper/#md:basic-concepts-%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5) Helpful to quickly understand the DEMO source code and other apis.
21
+
`@webav/av-cliper` has a more API, Suggest to read [basic concepts](https://webav-tech.github.io/WebAV/_api/av-cliper/#md:basic-concepts-%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5) Helpful to quickly understand the DEMO source code and other apis.
`@webav/av-cliper` 的 API 相对多一些,建议先阅读[基础概念](https://bilibili.github.io/WebAV/_api/av-cliper/#md:basic-concepts-%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5),有助于快速理解 DEMO 源码与其他 API
21
+
`@webav/av-cliper` 的 API 相对多一些,建议先阅读[基础概念](https://webav-tech.github.io/WebAV/_api/av-cliper/#md:basic-concepts-%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5),有助于快速理解 DEMO 源码与其他 API
0 commit comments