Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radziszop/musicvisualizer-be

Backend for my music visualizer
https://github.com/radziszop/musicvisualizer-be

Last synced: 5 days ago
JSON representation

Backend for my music visualizer

Awesome Lists containing this project

README

        

# Audio Visualizer BE

Back end for audio visualizer

## Description

This backend is needed for audiovisualizer-FE to properly record and download visualizations

## :rocket: How to start

#### This app requires [FFMPEG](https://ffmpeg.org/) to be installed on the server to work.

### Instaling dependencies

```
yarn install
```

### Starting in dev mode

```
yarn start:dev
```

### Starting aplication

```
yarn start
```

## TODO

- [x] Merging audio with recorded visualization
- [ ] Proper error handling
- [ ] Auth module
- [ ] Storing users visualizations in file store and letting them edit collections

## Made with:

nestjs
ffmpeg