Post Reply 
Log Showing Some Convolution File Used
31-07-2019, 23:08
Post: #7
RE: Log Showing Some Convolution File Used
(31-07-2019 22:40)Snoopy08 Wrote:  
(31-07-2019 08:37)simoncn Wrote:  This setting for stream.transcode does not apply convolution to FLAC files, only to WAV files. To apply convolution to FLAC files as well, you need

stream.transcode: flac:wav;,wav:wav24

The semicolon after flac:wav forces the use of FFmpeg for transcoding instead of using MinimStreamer's internal converter.
Suggest adding the above to the documentation?

You mean this documentation?


Convolution Filtering section

To use convolution filtering, the stream.transcode property must be set to a value that transcodes the audio file or network stream using FFmpeg as the stream converter. See the Transcoding section for details of how to do this.

Transcoding section

Input type

Flac
FLAC files. Valid for local files served by MinimServer (.flac) only. The output type must be L16, L24, wav, wav24 or wav16. By default, a stream converter program is not required. If you want MinimStreamer to perform transcoding using a stream converter program, you can specify this by adding a semicolon after the output type.


Output type

wav
PCM audio encoded in WAV format, preserving the original sample bit depth. Valid for local files and network streams. If the input type isn't flac or if the output type is followed by a semicolon, a stream converter program is required.
If the input type is dsf, the output sample bit depth is 32 by default. You can override this default value by specifying wav16 or wav24 for the output type.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Log Showing Some Convolution File Used - Alandbush - 31-07-2019 23:08

Forum Jump:


User(s) browsing this thread: 1 Guest(s)