vinylplayer/README.md

28 lines
541 B
Markdown
Raw Permalink Normal View History

2016-12-03 16:18:31 -08:00
Minetest node/block vinyl player
================================
2016-12-06 06:35:47 -08:00
By Le Sanglier des Ardennes
2016-12-03 16:18:31 -08:00
* Convert Youtube video to mp3:
http://www.youtube-mp3.org/fr
2016-12-04 09:19:41 -08:00
2016-12-03 16:18:31 -08:00
* Convert mp3 to ogg:
2016-12-04 09:19:41 -08:00
2016-12-03 16:18:31 -08:00
$ sudo apt-get install ffmpeg
$ ffmpeg -i Jex\ Thoth\ -\ Keep\ Your\ Weeds.mp3 vinylplayer_keepyourweeds.ogg
2016-12-04 09:19:41 -08:00
2016-12-03 16:18:31 -08:00
* API documentation:
2016-12-04 09:19:41 -08:00
2016-12-03 16:18:31 -08:00
http://dev.minetest.net/minetest.sound_play
2016-12-04 09:19:41 -08:00
* Examples:
https://github.com/minetest-mods/mysoundblocks/blob/master/init.lua
https://forum.minetest.net/viewtopic.php?f=9&t=1412