The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. It is highly useful for applications with netjack or any realtime audio streaming application where using raw PCM is not possible, and the delay introduced by most codecs is unacceptable. Please visit http://www.celt-codec.org for more information. Reproducible: Always
Created attachment 174689 [details] media-libs/celt-0.5.0.ebuild
Created attachment 174690 [details, diff] denormals patch denormals are when if a float gets very small. ie by multiplying a value with 0.1 over and over again... it gets converted to a denormal. intel cpus throw an exception to calculate with them. so multiplying 2 denormals takes 100time longer than multiplying 2 normal floats. this is fixed upstream in the git version
Created attachment 174693 [details] media-libs/celt-0.5.0.ebuild minor fix, missed a typo
Nice to see an initial ebuild here. Thanks for the work. In the meantime, CELT 0.5.2 has been released (17th of Feb). @ Gentoo devs: Is it possible to get this into the tree anytime soon? Work on the Mumble-1.2.0 branch has been started and Mumble 1.2.x will switch to CELT and therefore need it to successfully compile.
Sure. Taking this one since it's needed for Mumble and I'm already working on both, expect them to hit the tree during the next day(s).
celt-0.6.1.ebuild in CVS now, thanks Adeel!