Skip to content

StealingSanta/AudioProcessing_with_Python-Audio_Compression_Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio Processing with Python - Rice Compression

Testing the Rice audio compression algorithm at how effective it is in reducing the final audio file size. RICE algorithm is a compression method for lossless data compression based on curve fitting technique.

  • The program reads the wav file as byte object, where each byte is an integer ranging from 0-255.
  • Rice is used to compress the file into a text format, hopefully it can successfully reduce in file size

About

Testing the Rice audio compression algorithm and how effective it is.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors