Apesbrain;697723 Wrote: 
> Thanks, everyone, for the replies.  I tried both suggested conversion
> commands below and my FLAC files played.  It's not clear to me upon
> listening, however, that the desired outcome of attenuating a target
> octave is actually happening.


The first thing I'd do is place that comment above the rule. Since the
commmented second line is part of the rule, it would be safer.


Code:
--------------------
    
  # Run all flac through SoX to notch out one designated octave for tinnitus
  # treatment. In this example the octave is centered on 5.8kHz.
  flc flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [sox] -q -t flac $FILE$ -t flac -C 0 $RESAMPLE$ - sinc 8.7k-4.35k
--------------------


It may be a little difficult to hear using 8.7k-4.35k. To make it very
obvious, try something like 9.7k-1.35k.


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=94130

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to