Originariamente inviato da UnixMan

codice:
LAST EXECUTED COMMAND
 
At: 2017/10/02 23:32:25
 
Profile:

dff-dsf-*-00:1c:c0:37:22:73

 Command:

[sox] -q -t dff $FILE$ -t dsf -b 1 --buffer 32768 - lowpass -1 50000 gain -h -3 sdm
idem se invece imposto l'uscita in dff:
codice:
 Command:

[sox] -q -t dff $FILE$ -t dff -b 1 --buffer 32768 - lowpass -1 50000 gain -h -3 sdm
Questo è quello che vorresti fosse modificato e diventasse rispettivamente:

codice:
dff-dsf-*-00:1c:c0:37:22:73
Command:

[sox] -q -t dff $FILE$ -t dsf -b 1 --buffer 32768 

e

dff-dff-*-00:1c:c0:37:22:73
Command:

[sox] -q -t dff $FILE$ -t dff -b 1 --buffer 32768
analogo per input dsf.

Corretto?