![]() |
|
Equalizer (flac:wav) ? - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: Equalizer (flac:wav) ? (/showthread.php?tid=4290) |
Equalizer (flac:wav) ? - t@rmac - 16-12-2017 13:11 Hi , Currently transcode all flac into wav ( works fine ) , Minim installed on Qnap nas I' would like to try the equalizer ( streams.options tag ) , but I can't hear any difference in sound This is the string : convOut=-af equalizer=f=80:width_type=h:width=100:g=-2 Perhaps it does not work with the flac transcode ? Thank you RE: Equalizer (flac:wav) ? - simoncn - 16-12-2017 14:47 To use the converter program for trancoding flac to wav, you need to set stream.transcode to flac:wav; (semicolon at end). This is explained in the MinimStreamer user guide. RE: Equalizer (flac:wav) ? - t@rmac - 16-12-2017 15:57 Thanks Sim , yes , the semicolon is : flac:wav then the eq. should works ? RE: Equalizer (flac:wav) ? - simoncn - 17-12-2017 10:53 There is no semicolon in flac:wav You need flac:wav; RE: Equalizer (flac:wav) ? - t@rmac - 17-12-2017 14:06 thanks |