https://github.com/jcheng5/shinymedia
  
  
     
    https://github.com/jcheng5/shinymedia
  
        Last synced: 7 months ago 
        JSON representation
    
- Host: GitHub
 - URL: https://github.com/jcheng5/shinymedia
 - Owner: jcheng5
 - Archived: true
 - Created: 2024-05-25T02:29:53.000Z (over 1 year ago)
 - Default Branch: main
 - Last Pushed: 2024-07-16T18:20:18.000Z (over 1 year ago)
 - Last Synced: 2024-11-02T16:08:49.209Z (about 1 year ago)
 - Language: TypeScript
 - Size: 53.7 KB
 - Stars: 4
 - Watchers: 1
 - Forks: 1
 - 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
```