summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
blob: fccf70b300234a3fea0fc56c139947570ed85e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MIDIPLAY in Debian
==================

Debian package of midiplay - a hardware-software solution for MIDI and/or audio player
including clock, web interface

To enable:

Replace the link default in /etc/nginx/sites-enabled with a link pointing to /etc/nginx/sites-available/midiplay:

# rm /etc/nginx/sites-enabled/default
# ln -s /etc/nginx/sites-available/midiplay /etc/nginx/sites-enabled/midiplay


Sample rate conversion:

$ ffmpeg -i <from>.wav -acodec pcm_s32le <to>.wav