The Wayback Machine - https://web.archive.org/web/20200715121528/https://github.com/topics/lossless-compression-algorithm
Skip to content
#

lossless-compression-algorithm

Here are 50 public repositories matching this topic...

kalrish
kalrish commented Jun 25, 2018

TL;DR: metaflac should support outputting to a different file, like vorbiscomment(1).

Background: I have created a music compilation system which works kinda like a software build system. When possible, it encodes and tags in different steps so that a mere tag change doesn't result in the reencoding of the entire library.

Ravdec is a module written in python, which is based on a Lossless Data Compression Algorithm designed by Mr. Ravin Kumar on 19 September, 2016.This compression algorithm have a fixed compression ratio of 1.1429 in all possible cases, It accepts data of following format: alphabets,numbers, and symbols.It can be used where the machine generates data at a very fast rate, that it became difficult for other algorithms to calculate the probability of a symbol, as data keeps on getting large, and is transmitted over the network with a much faster rate. In this case also, the above module, and algorithm gives the same compression ratio.
  • Updated Dec 22, 2019
  • Python

Improve this page

Add a description, image, and links to the lossless-compression-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lossless-compression-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.