access sound server

The sound server has the adress 172.31.40.30 and is reachable within the VMK Network or trough vpn from remote.

Copy sound files to the server

This is done on the command line using the secure copy command scp. This will copy any file from your local harddisk into the home directory of the user vmk on the sound server:

  1. Open Terminal.
  2. Type exactly this, except instead of /path/to/your/soundfile.wav you type the real path of your desired soundfile. It can be in any format like waf,aif,flac,mp3,ogg. You can easily get the path by drag’n’droppin the file from the finder into the terminal:
    scp /path/to/your/soundfile.wav vmk@172.31.40.30:.

Play sound file on the server

To play the soundfile you first have to access the server in a secure shell using the ssh command. Secure shell is an encrypted connection protocoll to access remote server command lines.

Once on the server you can play any soundfile using the mplayer command. The jack output option is required. (Jack is a free sound routing server software).

  1. Open Terminal.
  2. Open secure shell (the vmk password will be asked):
    ssh vmk@172.31.40.30
  3. Type mplayer command:
    mplayer -ao jack soundfile.wav

Routing audio outputs

see: http://guide.x21.ch/2012/04/09/stereo-file-auf-4-kanale-auf-jack-routen/

Playing pd patches over the network

To run pd (puredata) patches on the sound server, access the gui using vnc. OSX-Tool: http://sourceforge.net/projects/cotvnc/

Here ist the current initial patch: Initial pd patch (delay.pd)

20120430-130645.jpg

Pic 1: View from inside

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.