https://github.com/slimcdk/sdb-xmas-train
Controller software for christmas train at Dagli'Brugsen Stjær
https://github.com/slimcdk/sdb-xmas-train
community community-project electronics non-profit project python python3
Last synced: 10 months ago
JSON representation
Controller software for christmas train at Dagli'Brugsen Stjær
- Host: GitHub
- URL: https://github.com/slimcdk/sdb-xmas-train
- Owner: slimcdk
- Created: 2019-10-21T18:17:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T17:08:43.000Z (over 5 years ago)
- Last Synced: 2025-02-06T20:40:48.877Z (over 1 year ago)
- Topics: community, community-project, electronics, non-profit, project, python, python3
- Language: Python
- Homepage:
- Size: 17.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stjær Dagli'Brugsens juletog
### Normalize audio
```bash
$ pip3 install ffmpeg-normalize
$ cd audio
audio$ ffmpeg-normalize -fp -pr --audio-codec libmp3lame -ext mp3 **/*.mp3 --output-folder normalized
```