TwinVQ: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(webarchive link for Linux SDK is useless as the tarballs are not archived; remove link)
(link to official encoder and player for windows)
Line 4: Line 4:
Perceptual audio codec. The main technique used is a vector quantizer. The codebook is about 500kb in size, this results
Perceptual audio codec. The main technique used is a vector quantizer. The codebook is about 500kb in size, this results
in long encoding times but fast decoding.  
in long encoding times but fast decoding.  
http://www.twinvq.org/english/index_en.html
has the official encoder and player for [[Windows]].


http://www.mp3-tech.org/programmer/sources/refsoft990809.tgz
http://www.mp3-tech.org/programmer/sources/refsoft990809.tgz
Line 12: Line 15:


http://www.csn.ul.ie/~mel/projects/linux/vqfplugin/
http://www.csn.ul.ie/~mel/projects/linux/vqfplugin/
hosts a native VQF plugin for [[XMMS]]
hosts a native VQF plugin for [[XMMS]].


[[Category:Audio Codecs]]
[[Category:Audio Codecs]]
[[Category:Undiscovered Audio Codecs]]
[[Category:Undiscovered Audio Codecs]]
[[Category: MDCT Audio Codecs]]
[[Category: MDCT Audio Codecs]]

Revision as of 12:28, 7 November 2007

Perceptual audio codec. The main technique used is a vector quantizer. The codebook is about 500kb in size, this results in long encoding times but fast decoding.

http://www.twinvq.org/english/index_en.html has the official encoder and player for Windows.

http://www.mp3-tech.org/programmer/sources/refsoft990809.tgz also have code for the vqf version that made it into AAC.

http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219611.htm?prn=y Intel shares some code for AAC flavored vqf.

http://www.csn.ul.ie/~mel/projects/linux/vqfplugin/ hosts a native VQF plugin for XMMS.