Here's what the .conf file looks like after my edit:


Code:
--------------------
    #
  # wavin 
  #
  wavin pcm * * 
        # R
        [arecord] -d0 -c2 -f S16_LE -r 44100 -traw -D $FILE$ - | tee 
/mnt/HP/Recordings/1.wav
  wavin mp3 * *
        # RB:{BITRATE=-B %B}
        [arecord] -d0 -c2 -f S16_LE -r 44100 -twav -D $FILE$ | [lame] --silent 
-q $QUALITY$ -v $BITRATE$ - -
  wavin flc * * 
        # R
        [arecord] -d0 -c2 -f S16_LE -r 44100 -twav -D $FILE$ | [flac] -cs 
--totally-silent --compression-level-0 -
  
  
--------------------


The location of the file is:

usr/local/slimserver/Cache/InstalledPlugins/Plugins/Waveinput/custom-convert.conf

I've played around with the file such as changing [arecord] to [aplay]
and parameter changes, and that causes the plugin to error out, so I'm
thinking I'm messing with the right .conf file. Doing arecord/aplay from
the command line and killing with a ^C does not seem to have adverse
effect on the wav header, but I'm realizing now that this may differ
from what the plugin is doing.

The slimserver id is the same as the id I'm using when using PuTTY. Just
to be safe, I set the Write Permissions under pCP LMS page, and also set
the properties on the directory using WinSCP - it shows as 0777 (full
R/W for everyone if I understand correctly). So yes, I do think
slimserver has the right permissions. Still no file is produced with tee
after changing the permissions - as far as I can tell, the permissions
were there to begin with, but I'm pretty sure they are now.


------------------------------------------------------------------------
Spiel1's Profile: http://forums.slimdevices.com/member.php?userid=71168
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to