説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Thomas Buck 890dd05d66 scale interpolated line step count according to line length, so all lines appear with the same brightness. 10ヶ月前
.gitignore misguided attempt at image rendering 10ヶ月前
Makefile scale interpolated line step count according to line length, so all lines appear with the same brightness. 10ヶ月前
README.md add argparse to render script, add makefile. 10ヶ月前
osci-pi.py switch artist after all songs played 10ヶ月前
osci.service initial commit 10ヶ月前
render.py scale interpolated line step count according to line length, so all lines appear with the same brightness. 10ヶ月前
toolbox.svg toolbox logo looks acceptable now 10ヶ月前

README.md

Osci Music Player

Please see my blog post for more details.

Quick start instructions can be found in the top comment of the Python script in this repo.

ssh osci-music "sudo systemctl disable --now osci.service" && scp osci-pi.py osci-music:~ && ssh osci-music "sudo systemctl enable --now osci.service"

Also include a simple script to convert single SVG paths to audio. Run the included makefile to convert the SVG files in this directory.