Darkice Mp3/Ogg/AAC Encoder patches
Darkice is a live audio streamer which can encode and stream to a streaming server in ogg/mp3/aac formats. Below you will find the features that I added to darkice while I was working on MediaBox streaming platform.
Add file date when saving files patch
This patch adds a time/date stamp to the files encoded and saved by Darkice
Download: fileAddDate.patch
Server connection and mp3 buffer sink bug
This patch fixed some bugs in Darkice which resulted in encoder crash and mp3 data corruption.
Download: buffer-sink.patch
Enable mp3/ogg abr, vbr, cbr streaming modes patch
This patch adds support for Average BitRate, Variable BitRate and Constant Bitrate for mp3/ogg in Darkice encoder.
More details and technical details about these streaming modes can be found here
Download: darkice-abr-vbr-quality.patch
Enable mp3/ogg quality settings patch
This patch adds noise shaping and psycho acoustic quality settings and also highpass and lowpass filters for Darkice encoder.
Download: darkice-0.9-quality.patch