Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcheng5/shinymedia
https://github.com/jcheng5/shinymedia
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcheng5/shinymedia
- Owner: jcheng5
- Archived: true
- Created: 2024-05-25T02:29:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T18:20:18.000Z (5 months ago)
- Last Synced: 2024-07-16T22:25:33.686Z (5 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jcheng5/shinymedia - (TypeScript)
README
> [!IMPORTANT]
> This repo has moved to https://github.com/posit-dev/shinymedia# shinymedia
This package provides Shiny UI components relating to audio and video. It currently provides the following two components:
- `input_video_clip()`: A video input component that allows the user to record a short audio/video clip from a webcam, and sends it as a reactive input value.
- `audio_spinner()`: An output component that plays an audio clip while displaying a spinning visualization that pulses in sync with the audio.## Installation
```sh
pip install git+https://github.com/jcheng5/shinymedia
```