BrutefirDRC 1.2.0 released: now supporting all sample and bitrates
02.01.2010 – 20:34The new release 1.2.0 of BrutefirDRC is out! Features:
- supporting audio files with different samplerate and different bitrates (thanks to Toby again, he changed the wrapper script to make this possible)
- The user can define a directory with his own custom-convert Template files to be used when enabling the plugin
- The PCM conversion has been deleted because FLAC is doing the job equally well
Bitrate and samplingrate
The support for all sample and bitrates has been implemented by Toby. The brutefirwrapper now uses WAV as input and output format. The wrapper script can read the samplerate from the WAV header and resample the underyling filters as needed.
For this to work all conversion templates have been changed to transcode input files to WAV in 24bit format.
Tested formats known to work:
- Flac with a bitrate of 16/24bit and a samplerate of 41000,48000 or 96000
- MP3 with a samplerate of 41000 or 48000 (mp3 does not support samplerates of 96000)
- OGG with a samplerate of 41000,48000 or 96000
- WAV with a bitrate of 16/24bit and a samplerate of 41000,48000 or 96000
Tested formats that are not working on my installation (Ubuntu 9.10 with SqueezeBoxServer version: 7.4.1 – r28947 @ Tue Oct 20 07:58:02 PDT 2009):
- AIFF all sampling and bitratess
- WMA (no WMA-Decoder is included in the installation, so it cannot be transcoded to WAV)
All other formats have not been tested.
Installation
After replacing the old Plugin with the new version you need to
- enable BrutefirDRC for all players that are using it
- change your Brutefir Config-Files to use 24bit input (from sample: “S16_LE”; to sample: “S24_LE”;)!! See the example configuration files in filter_examples_1.2.0.tar.gz
3 Responses to “BrutefirDRC 1.2.0 released: now supporting all sample and bitrates”
Thanks for BruteFirDRC!
I have been trying to install 1.2.0, and have succeeded up to step 4, ie. downloaded, installed, created filter directory, restarted, and checked the filter settings on the squeezeboxserver.
I use SBserver 7.5.1 and the player is an SBTouch. It appears that the user interface has changed, and I cannot proceed further:
In step 5, in the Player tab of squeezeboxserver, there is no “menu” selection available. There is a drop-down for Basic Settings / Alarm Clock / Audio / LastFM, but nothing that allows me to add the plugin to the SBTouch menu.
I have also checked the Advanced tab on SBserver, and the Customize Device dropdown menu does not provide ability to add to the menu.
Any suggestion on where else to look will be greatly appreciated!
By Mervin on Nov 17, 2010
I know wma is not officially supported but has anyone come up with a conversion that works? I would love to get Brutfir working for XMRadio.
By cgull on Dec 24, 2010
@cgull: you need to provide a WMA to WAV decoder, that can be used from the command line. The WAV format must be the same that is created by SOX, the wrapper does not support all WAV formats! With this it would be easy to add a conversion line for WMA.
Regards Klaas
By Klaas on Dec 28, 2010