<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dev0</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dev0"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Dev0"/>
	<updated>2026-04-30T19:15:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Dev0&amp;diff=8307</id>
		<title>User:Dev0</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Dev0&amp;diff=8307"/>
		<updated>2005-05-15T15:34:54Z</updated>

		<summary type="html">&lt;p&gt;Dev0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, I&#039;m dev0. I like bands that scream and fall over.&lt;br /&gt;
Like Hot Cross:&lt;br /&gt;
&lt;br /&gt;
http://www.unshadowed.com/thediaper/pics/hotcross.jpg&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Vorbis&amp;diff=5048</id>
		<title>Vorbis</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Vorbis&amp;diff=5048"/>
		<updated>2005-05-15T15:23:22Z</updated>

		<summary type="html">&lt;p&gt;Dev0: /* Software */ added oggdropXPd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&#039;&#039;&#039;Ogg Vorbis&#039;&#039;&#039; ([http://www.vorbis.com www.vorbis.com]) is a fully open, non-proprietary, patent-free &amp;lt;small&amp;gt;(subject to [http://www.hydrogenaudio.org/forums/index.php?showtopic=13531 speculation])&amp;lt;/small&amp;gt;, and royalty-free, general-purpose compressed audio format for mid to high quality (8khz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to &amp;gt;256 kbps/channel. This places vorbis in the same competitive class as audio representations such as MPEG-4 ([[AAC]]), and similar to, but higher performance [[MP3]], twinvq ([[VQF]]), [[WMA]] and [[PAC]].&lt;br /&gt;
&lt;br /&gt;
Vorbis is the first of a planned family of Ogg multimedia coding formats being developed as part of Xiph.org&#039;s ogg multimedia project.&lt;br /&gt;
&lt;br /&gt;
Informal listening test suggests Vorbis to be comparable to MPEG-4 [[AAC]] at most bitrates and [[MPC]] at 128 kbps. Transparency is generally reached at about 150-170 kbps (-q 5) (with some exceptions). The encoder is reasonably young and unoptimized, so further improvements can always be expected.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, Xiph.org has failed to improve Vorbis at a steady rate since its initial 1.0 release in July 2002 (due to other developement projects and time constraints). Since then development has been lead by other coders such as [http://sjeng.org/vorbisgt3.html Garf] and [http://www.geocities.jp/aoyoume/aotuv/ Aoyumi].  Aoyumi&#039;s AoTuV series of encoders was incorporated into the September 2004 release of 1.1, which brought about the first quality improvements across the board for 2 years. Currently Aoyumi is working on AoTuv Beta 4 and future releases. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pros==&lt;br /&gt;
* Free (as in speech), Open Source and claimed to be patent free&lt;br /&gt;
* Good all-round performance (&amp;gt;48 kbps - a leading codec at [http://www.rjamorim.com/test/multiformat128/results.html 128 kbps])&lt;br /&gt;
* Well written [http://www.xiph.org/ogg/vorbis/docs.html specs]&lt;br /&gt;
* Several portable [http://wiki.hydrogenaudio.org/index.php?title=Ogg_Vorbis#Hardware hardware players] &lt;br /&gt;
* Suitable for internet-streaming (via [http://www.icecast.org/ Icecast] and other methods)&lt;br /&gt;
* Fully [[gapless]] playback&lt;br /&gt;
* High potential for further tuning&lt;br /&gt;
&lt;br /&gt;
==Cons==&lt;br /&gt;
* Limited official development (third-party developement is always encouraged)&lt;br /&gt;
* Current implementations are more computationally intensive to encode and decode than MP3 (Vorbis 2.0 seeks to overcome this limitations by slimlining the encoder)&lt;br /&gt;
* Quality could benefit from further tuning&lt;br /&gt;
&lt;br /&gt;
=Technologies used in compression=&lt;br /&gt;
* Advanced psymodel (based upon [[ATH]] model)&lt;br /&gt;
* Coupled stereo modes ([http://us.xiph.org/ogg/vorbis/doc/stereo.html point/phase stereo] and lossless)&lt;br /&gt;
* [[Huffman coding]]&lt;br /&gt;
* [[Vector quantization]]&lt;br /&gt;
* Modified Discrete Cosine Transform ([[MDCT]])&lt;br /&gt;
* Multiple block sizes for window switching&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&#039;&#039;&#039;Encoders&#039;&#039;&#039;&lt;br /&gt;
* [[oggenc]] (Win32/Posix)&lt;br /&gt;
* [[oggdropXPd]] (Win32)&lt;br /&gt;
* [http://www.saunalahti.fi/cse/foobar2000/foo_vorbisenc.zip foo_vorbisenc] (foobar2000)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Decoders&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[ogg123]] for Unix systems (GPL), a very simple to use command-line player. &lt;br /&gt;
* [http://qtcomponents.sourceforge.net/ QuickTime Component] (Allows playback in [[QuickTime]]/[[iTunes]])&lt;br /&gt;
* [http://corevorbis.corecodec.org/ CoreVorbis] (DirectShow)&lt;br /&gt;
* [http://www.illiminable.com/ogg/ illiminable Ogg Directshow Filters] (Also plays Speex, Theora and FLAC)&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
The following list contains some players that support Vorbis playback.&lt;br /&gt;
* [[iRiver H-Series]]&lt;br /&gt;
* [[MPIO H-Series]] &lt;br /&gt;
* [[Rio Karma]]&lt;br /&gt;
* [[IAudio M3]]&lt;br /&gt;
* [[Neuros]]&lt;br /&gt;
&lt;br /&gt;
=External links=&lt;br /&gt;
The following links contain information surrounding the Ogg Vorbis codec that can be found on Hydrogenaudio and elsewhere throughtout the web. &lt;br /&gt;
* [[Ogg]] (Container)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Vorbis Ogg Vorbis at Wikipedia.] &lt;br /&gt;
* [http://www.audiocoding.com/modules/wiki/?page=Ogg+Vorbis Ogg Vorbis at AudioCoding]&lt;br /&gt;
* [http://www.rarewares.org/ogg.html Ogg Vorbis binaries at Rarewares. ]&lt;br /&gt;
* [http://www.hydrogenaudio.org/show.php/showtopic/13531 Discussion of Vorbis&#039; legal status]&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=15049 Recommended settings thread for encoding with Vorbis.]&lt;br /&gt;
* [http://www.geocities.jp/aoyoume/aotuv/ Aoyumi homepage tuned versions of Vorbis 1.1 encoder and current beta binaries.]  &lt;br /&gt;
* [http://homepage3.nifty.com/blacksword/index_e.htm Archer homepage optimized versions of AoTuV Beta 3 Vorbis encoder and SSE optmizations. ]&lt;br /&gt;
* [http://www.xiph.org Xiph.org Foundation]&lt;br /&gt;
* [http://wiki.xiph.org/index.php/Bounties Xiph.org Vorbis bounties]&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Oggenc&amp;diff=5328</id>
		<title>Oggenc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Oggenc&amp;diff=5328"/>
		<updated>2005-05-15T15:20:57Z</updated>

		<summary type="html">&lt;p&gt;Dev0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Oggenc&#039;&#039;&#039; is the official [[Ogg Vorbis]] encoder by the Xiph.org Foundation. Is is part of vorbis-tools.&lt;br /&gt;
&lt;br /&gt;
[http://www.saunalahti.fi/~cse/temp/vorbis-tools-1.1.0-win32.zip Download]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Oggenc2&#039;&#039;&#039; is an enhanced version of oggenc developed by John33. Features compression from lossless files (Monkeys Audio, LPAC, FLAC, OptimFROG, WavPack and Shorten - requires presence of decoders), and the ability to specify &#039;padding&#039; in the headers for subsequent insertion of Tags.&lt;br /&gt;
&lt;br /&gt;
[http://www.rarewares.org/ogg.html Download]&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
* GPL&lt;br /&gt;
&lt;br /&gt;
Supported systems:&lt;br /&gt;
&lt;br /&gt;
* Windows&lt;br /&gt;
* Linux/BSD&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Oggenc&amp;diff=4834</id>
		<title>Oggenc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Oggenc&amp;diff=4834"/>
		<updated>2005-05-15T15:20:42Z</updated>

		<summary type="html">&lt;p&gt;Dev0: Added oggenc2.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Oggenc&#039;&#039;&#039; is the official [[Ogg Vorbis]] encoder by the Xiph.org Foundation. Is is part of vorbis-tools.&lt;br /&gt;
[http://www.saunalahti.fi/~cse/temp/vorbis-tools-1.1.0-win32.zip Download]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Oggenc2&#039;&#039;&#039; is an enhanced version of oggenc developed by John33. Features compression from lossless files (Monkeys Audio, LPAC, FLAC, OptimFROG, WavPack and Shorten - requires presence of decoders), and the ability to specify &#039;padding&#039; in the headers for subsequent insertion of Tags.&lt;br /&gt;
[http://www.rarewares.org/ogg.html Download]&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
* GPL&lt;br /&gt;
&lt;br /&gt;
Supported systems:&lt;br /&gt;
&lt;br /&gt;
* Windows&lt;br /&gt;
* Linux/BSD&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Sandbox&amp;diff=27</id>
		<title>Hydrogenaudio Knowledgebase:Sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Sandbox&amp;diff=27"/>
		<updated>2004-10-12T05:21:19Z</updated>

		<summary type="html">&lt;p&gt;Dev0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test 1234!&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Terms_of_Service&amp;diff=7570</id>
		<title>Hydrogenaudio Knowledgebase:Terms of Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Terms_of_Service&amp;diff=7570"/>
		<updated>2004-10-12T05:13:12Z</updated>

		<summary type="html">&lt;p&gt;Dev0: Initial Import&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. All messages express the views of the author, and are not and should not be taken as representative of the official policies of the forum or the views of its staff, unless explicitly stated as such by the authoritative members of the staff.&lt;br /&gt;
&lt;br /&gt;
2. All members, at the staff&#039;s discretion, must converse in an acceptable fashion to be allowed the privilege of continued participation.&lt;br /&gt;
&lt;br /&gt;
3. All members must acknowledge and accept that data integrity is not the liability of the Hydrogenaudio staff. Those who do not accept this should not contribute any content whatsoever to the Hydrogenaudio community.&lt;br /&gt;
&lt;br /&gt;
4. The Hydrogenaudio community requires that all members provide a valid email address. This email address will only be used for user account validation and activities directly related to the features of this community, and will never be given to any third party.&lt;br /&gt;
&lt;br /&gt;
5. All members that post to the Hydrogenaudio community must acknowledge and discuss only acceptable topics when starting a new thread. If posting to an already existing thread, they must continue in the vein of discussion that the thread has already manifested; if they wish to change topics, they must start a new thread.&lt;br /&gt;
&lt;br /&gt;
6. All members that create new threads must use a topic title which is understandable and describes the content of the thread properly. Furthermore, all new threads must be started in the correct forum categories, and posted only once -- in the appropriate category -- throughout the entire forum. Double posts will be removed, and threads with inappropriate topics will be moved. A member that continue violates this rule may be subject to administrative action.&lt;br /&gt;
&lt;br /&gt;
7. All members must acknowledge the authority of the staff insofar as administrative actions are concerned. These issues are no longer open for discussion once the staff member has indicated that the matter is closed. Further concerns regarding an action should be communicated via a private message to the staff member, and not repeatedly discussed publicly. Furthermore, once a thread on a particular topic has been closed or removed and indicated as being unacceptable by a staff member, starting a new discussion on the exact same topic will result in administrative action being taken against the poster.&lt;br /&gt;
&lt;br /&gt;
8. All members that put forth a statement concerning subjective sound quality, must -- to the best of their ability -- provide objective support for their claims. Acceptable means of support are double blind listening tests (ABX or ABC/HR) demonstrating that the member can discern a difference perceptually, together with a test sample to allow others to reproduce their findings. Graphs, non-blind listening tests, waveform difference comparisons, and so on, are not acceptable means of providing support.&lt;br /&gt;
&lt;br /&gt;
9. All members must refrain from posting links to -- or information regarding how to obtain -- copyrighted or illegal material. Discussion containing information of how to obtain such material, how to bypass protection methodologies of such material, or how to otherwise violate laws pertaining to such matters will not be tolerated, and participating members may be subject to administrative action.&lt;br /&gt;
&lt;br /&gt;
10. All members must post in English. Content in other languages are allowed as long as full English translations are provided, or otherwise at the discretion of the staff. User profile information (including sigs) in other languages is allowed.&lt;br /&gt;
&lt;br /&gt;
11. All member sigs must be kept brief -- 3 to 4 lines at most. They must also be non-obtrusive, and non-offensive.&lt;br /&gt;
&lt;br /&gt;
12. All members are only allowed to have a single user account with the forums. Members who are found to violate this rule may be subject to immediate banishment or other administrative action.&lt;br /&gt;
&lt;br /&gt;
13. Updates posted in the &amp;quot;News Submissions&amp;quot; forum should be of importance for the community.&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:HowTo&amp;diff=7569</id>
		<title>Hydrogenaudio Knowledgebase talk:HowTo</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:HowTo&amp;diff=7569"/>
		<updated>2004-10-12T05:06:43Z</updated>

		<summary type="html">&lt;p&gt;Dev0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pretty good article, huh?&lt;/div&gt;</summary>
		<author><name>Dev0</name></author>
	</entry>
</feed>