Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/projectm-service
Web service to visualize audio files and return a video file
https://github.com/revmischa/projectm-service
Last synced: 3 days ago
JSON representation
Web service to visualize audio files and return a video file
- Host: GitHub
- URL: https://github.com/revmischa/projectm-service
- Owner: revmischa
- License: agpl-3.0
- Created: 2024-07-07T18:44:28.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T20:00:18.000Z (6 months ago)
- Last Synced: 2025-01-01T02:30:22.455Z (7 days ago)
- Language: Rust
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProjectM Music Visualization Service
This is a web service designed to run on AWS to convert audio files to video files by
running the audio data through the [projectM music visualizer](https://github.com/projectM-visualizer/projectm).It makes use of the [projectM gstreamer plugin](https://github.com/projectM-visualizer/gst-projectm).
## Quickstart
Configure some AWS credentials and create a profile for the account you wish to deploy in.
If using an IAM user, run `aws configure`.
If using SSO, run `aws configure sso`.
Give your AWS profile a name.
```shell
npm i -g pnpm
pnpm install
pnpm exec cdk bootstrap --profile my-profile # one-time setup
pnpm exec cdk deploy --profile my-profile
```