<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xiph.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1234</id>
	<title>XiphWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xiph.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1234"/>
	<link rel="alternate" type="text/html" href="https://wiki.xiph.org/Special:Contributions/1234"/>
	<updated>2026-04-21T17:18:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=OggPCM_Draft1&amp;diff=1590</id>
		<title>OggPCM Draft1</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=OggPCM_Draft1&amp;diff=1590"/>
		<updated>2005-08-20T13:37:26Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is it ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OggPCM&#039;&#039;&#039; is a pulse-code modulation (PCM) audio codec for Ogg.  Similar to Microsoft&#039;s .wav or Apple&#039;s .aiff formats, it&#039;s a simple way to store and transfer uncompressed audio within an Ogg container.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why is it ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probobally thinking, this is pretty redundant, eh?  Well, yes, it is.  We have FLAC and, of course, there&#039;s .wav and .aiff files when you don&#039;t want to go through the hassle of losslessly compressing it.&lt;br /&gt;
&lt;br /&gt;
The intention for this format is as an interchange format, especially for use with [[OggStream]].  It is also useful for storing time-synced decoded audio/video for development, vs RIFF/WAV (.wav) and YUV4MPEG (.yuv) in seperate files as we did with [[Theora]].&lt;br /&gt;
&lt;br /&gt;
It is also less complex than either .wav (RIFF) or .aiff (AIFF), both of these formats being designed for generic multimedia (audio, video, etc).  Full compatability with these formats includes support for non-PCM data.&lt;br /&gt;
&lt;br /&gt;
Using raw PCM data, on the other hand, doesn&#039;t give us that all-important header which carries information about the number of channels, sample width, and sample frequency.  So what we need is a header followed by raw PCM data - nothing more complicated.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
Packets are processed as per the value of their first byte.  Packets of unknown ID should be silently ignored, providing a convient way to add future expandability which does not break the data format.&lt;br /&gt;
&lt;br /&gt;
An example of how this can be useful is the proposed ReplayGain extension to .wav format: http://replaygain.hydrogenaudio.org/file_format_wav.html&lt;br /&gt;
&lt;br /&gt;
Note that no such extension is planned, nor is the need for a future format forseen, but history has shown that even the most basic formats eventually become obsolete.&lt;br /&gt;
&lt;br /&gt;
 Packet 0, BOS, 12 bytes&lt;br /&gt;
  8  0x00       Header Packet ID&lt;br /&gt;
 24  &amp;quot;PCM&amp;quot;      Codec identifier &lt;br /&gt;
  8  0x01       Version Major (breaks backwards compatability to increment)&lt;br /&gt;
  8  0x00       Version Minor (backwards compatable, ie, via extended header)&lt;br /&gt;
  8  [variable] Number of Channels&lt;br /&gt;
  8  [variable] Bits per Sample&lt;br /&gt;
 24  [variable] Samples per Second&lt;br /&gt;
  2  [variable] Data Type: 0=signed int, 1=unsigned int, 2=float, 3=extended&lt;br /&gt;
  6  [null]     Padding to byte/int - may be used for &amp;quot;extended&amp;quot; data type&lt;br /&gt;
&lt;br /&gt;
 Data Packet&lt;br /&gt;
  8  0xFF       Data Packet ID&lt;br /&gt;
 24  &amp;quot;PCM&amp;quot;      Codec identifier, pads data to 32-bits&lt;br /&gt;
 ..  [data]     variable length pcm data&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://adipex.shengen.ru adipex]&lt;br /&gt;
[http://diazepam.shengen.ru diazepam]&lt;br /&gt;
[http://protonix.shengen.ru protonix]&lt;br /&gt;
[http://hydrocodone.shengen.ru hydrocodone]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Help:Contents&amp;diff=1582</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Help:Contents&amp;diff=1582"/>
		<updated>2005-08-20T13:35:51Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Spam deleted&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://adipex.shengen.ru adipex]&lt;br /&gt;
[http://diazepam.shengen.ru diazepam]&lt;br /&gt;
[http://protonix.shengen.ru protonix]&lt;br /&gt;
[http://hydrocodone.shengen.ru hydrocodone]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Speex&amp;diff=1575</id>
		<title>Speex</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Speex&amp;diff=1575"/>
		<updated>2005-08-20T12:27:59Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
The Speex project maintains a patent-clear audio codec designed for compressing speech data.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
[http://www.speex.org Speex homepage]&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Tremor&amp;diff=1574</id>
		<title>Tremor</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Tremor&amp;diff=1574"/>
		<updated>2005-08-20T12:27:22Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tremor is a fixed-point version of the Ogg Vorbis decoder for those platforms that can&#039;t do floating point math.&lt;br /&gt;
&lt;br /&gt;
== Platforms ==&lt;br /&gt;
&lt;br /&gt;
== Texas Instruments TMS320C55x DSP Family ==&lt;br /&gt;
&lt;br /&gt;
Download the generic lowmem source using [http://subversion.tigris.org/ Subversion].  &lt;br /&gt;
This is probably the version you want to start working with for a DSP.  &lt;br /&gt;
&lt;br /&gt;
svn co http://svn.xiph.org/branches/lowmem-branch/Tremor/&lt;br /&gt;
&lt;br /&gt;
There is also a [http://svn.xiph.org/branches/lowmem-no-byte/Tremor/ no-byte branch] for platforms whose smallest data unit is larger than 8 bits.&lt;br /&gt;
&lt;br /&gt;
Required / Suggested Changes to the code as downloaded:&lt;br /&gt;
&lt;br /&gt;
* Roland Wintersteller&#039;s various fixes&lt;br /&gt;
See the [http://lists.xiph.org/pipermail/tremor/2004-October/001114.html mailing list entry]&lt;br /&gt;
* Johannes Sandvall&#039;s performance improvements&lt;br /&gt;
See the [http://lists.xiph.org/pipermail/tremor/2004-March/000957.html mailing list entry] or just [http://www.sandvall.nu/patch download]&lt;br /&gt;
* alloca removal&lt;br /&gt;
The TI compiler does not support this.&lt;br /&gt;
* misc compiler warning fixes&lt;br /&gt;
* hooks to TI DSPLIB functions cfft3216_NOSCALE and cbrev32&lt;br /&gt;
These are part of the TI DSPLIB which can be [http://www-s.ti.com/sc/psheets/sprc100/sprc100.zip downloaded] from the TI website.&lt;br /&gt;
* [http://lists.xiph.org/pipermail/tremor/attachments/20041029/30a4905c/misc.h 64-bit math functions]&lt;br /&gt;
* converting all ints assumed to be 32 bits to ogg_int32_t&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://lists.xiph.org/pipermail/tremor/ Tremor Mailing List] - lots of info here, but have to wade through a lot!&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Metadata&amp;diff=1573</id>
		<title>Metadata</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Metadata&amp;diff=1573"/>
		<updated>2005-08-20T12:26:56Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
All the Xiph.org codecs have some internal mechanism for including metadata about the current stream.&lt;br /&gt;
Generally, this is one of the codec headers, and in the words of the [http://www.xiph.org/ogg/vorbis/doc/v-comment.html vorbis spec], &lt;br /&gt;
&amp;quot;It is meant for short, text comments...much like someone jotting a quick note on the bottom of a CDR.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This works well enough for most things, and can be overloaded/abused (depending on your point of view)&lt;br /&gt;
for most other things. But there are three major requirements that point to the design of an external &lt;br /&gt;
metadata format; one that can be interleaved with the other streams in a container.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Machinability&#039;&#039; There are a number of items of metadata that a player will want to parse and take action on. While there are usually &#039;convention&#039; schemes for doing this with the embedded comment headers, this is much easier if there is a separate metadata stream designed for such use, instead of having to do best-effort parsing of natural language comments. For example, a video file with multiple audio tracks can specify the language of each one; a player than can parse these reliably can match them against a language preference list configured by the user to automatically select and begin playback of the best option.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Kitchen Sink&#039;&#039; There are a minority of people who care passionately about having every detail about a track available. In the sense of conserving such information, and providing an equivalent to liner notes for online distribution, this is a goal worth supporting. However, the simple unstructured key-value pairs offered by the inline metadata are unwieldy for this level of detail. How do you tell the 2nd unit Assistant Director from the USA unit Assistant Director? How do you indicate which artist played tenor sax in the solo?&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Addressability&#039;&#039; The internal comment metadata headers are by necessity attached to a single content stream. This is useful for some appication, but a limitation in others. In a multiplexed stream, which set of comments refers to the collection as a whole? (By convention, in Ogg, it&#039;s the first logical bitstream occuring, but we can do better.) A separate metadata stream type must address this issue of collective metadata while still allowing description of individual streams. It should also allow temporal addressability, so that changes can be described. Because the in-stream comment metadata are part of the codec headers, it cannot change over the course of the stream, and allowing additional comment packets elsewhere in the stream presents seeking challenges. In the Ogg container this can be resolved by inserting a chain boundary, but this is a poor option for very-low-bitrate streams and unreliable transports such as RTP.&lt;br /&gt;
&lt;br /&gt;
==Proposed Solutions==&lt;br /&gt;
&lt;br /&gt;
RDF + dublin core&lt;br /&gt;
&lt;br /&gt;
XML-encoding (generic rdf or CMML?)&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=VorbisRTP&amp;diff=1572</id>
		<title>VorbisRTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=VorbisRTP&amp;diff=1572"/>
		<updated>2005-08-20T12:26:09Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vorbis over RTP ==&lt;br /&gt;
&lt;br /&gt;
This page documents current consensus on the RTP payload format for Vorbis audio. This encapsulation is useful for interactive and multicast streaming.&lt;br /&gt;
&lt;br /&gt;
=== Drafts ===&lt;br /&gt;
&lt;br /&gt;
[http://svn.xiph.org/tags/vorbis/libvorbis-1.1.0/doc/draft-kerr-avt-vorbis-rtp-03.txt draft-kerr-avt-vorbis-rtp-03] (now expired) was the last spec attempt and serves as the baseline for current work.&lt;br /&gt;
&lt;br /&gt;
Version 04 of the draft is being written using the XML markup defined in [http://xml.resource.org/public/rfc/html/rfc2629.html RFC2629]. Text and HTML versions of the current draft state are available here:&lt;br /&gt;
&lt;br /&gt;
* [http://www.j-ogg.de/rfc/vorbis-rtp.txt draft-kerr-avt-vorbis-rtp-04.txt]&lt;br /&gt;
* [http://www.j-ogg.de/rfc/vorbis-rtp.html draft-kerr-avt-vorbis-rtp-04.html]&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
&lt;br /&gt;
Basically, we pack Vorbis packets into RTP packets; that&#039;s been part of the draft for some time. The hard part is achieving reliable header transmission, since RTP is usually used in combination with a no-guaranteed-delivery networking mechanism. Equally important, in multicast the headers can&#039;t be prepended on connection the way icecast does with HTTP streams.&lt;br /&gt;
&lt;br /&gt;
The current suggestion (due to Jack) is that we dispense with the chaining feature of Ogg streams, and only allow a single set of vorbis headers per RTP stream. Since RTP is most often used to stream live or at least individual events, this is not a serious limitation. Even in the &amp;quot;simulated live&amp;quot; case encoded files often have the same set of codebooks, and those that do not can be re-encoded on the fly.&lt;br /&gt;
&lt;br /&gt;
The only real drawback is the loss of a metadata update mechanism. This can be resolved either by using a completely separate metadata stream (which we&#039;ve always wanted to do anyway) or by altering the spec to allow comment header packets to occur outside the headers. In the later case a recording application would need to insert chaining boundaries and duplicate headers at each metadata change. The former offers the client more control over the metadata stream bandwidth.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
&lt;br /&gt;
* Vorbis packets get packed into RTP packets&lt;br /&gt;
* Header parameters are fixed per stream, so they can be passed in the SDP&lt;br /&gt;
  * inline in the SDP?&lt;br /&gt;
  * HTTP reference or other protocol?&lt;br /&gt;
  * some kind of hash so clients can cache codebooks/parameters&lt;br /&gt;
  * inline in the RTP stream should also be allowed&lt;br /&gt;
* Granulepos becomes timestamp (still in samples)&lt;br /&gt;
&lt;br /&gt;
=== Implementation ===&lt;br /&gt;
&lt;br /&gt;
Tor-Einar Jarnbjo has an [http://www.j-ogg.de/rtp/index.html example implementation] that extends the ideas in the 03 draft a bit.&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=HyperFish&amp;diff=1571</id>
		<title>HyperFish</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=HyperFish&amp;diff=1571"/>
		<updated>2005-08-20T12:25:36Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Overview&#039;&#039;&#039; ==&lt;br /&gt;
This is an experimental subgroup aimed at solving specific project barriers in a timely fashion.&lt;br /&gt;
&lt;br /&gt;
A lot of energy has gone into Xiph, and while producing extremely useful software, it&#039;s history is also littered with frustrated, burned out hackers.  I&#039;d like to see us evolve a new way of working, and I believe this begins by a subgroup forming a vision, goals, and a strategy towards getting these goals met.&lt;br /&gt;
&lt;br /&gt;
* Hyperfish members will:&lt;br /&gt;
** work openly and *transparently*, even if we&#039;re the only person working on a project&lt;br /&gt;
** report *regularly* to the group how we are progressing (ie, if we&#039;re on schedule)&lt;br /&gt;
** meet monthly (on IRC) to discuss our progress, timeline, and collectivly brainstorm&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
* Each HyperFish project will have:&lt;br /&gt;
** clearly documented purpose and list of needs&lt;br /&gt;
** milestones with specific dates for completion&lt;br /&gt;
** frequency of progress reports expected, depending on the size of the project and how critical it is&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
If this process proves useful, it will hopefully be adopted by Xiph as standard procedure.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Roadmap&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
=== Major Milestone I ===&lt;br /&gt;
&lt;br /&gt;
All Xiph codecs accessable with a single library.&lt;br /&gt;
&lt;br /&gt;
==== [[OggStream]] ====&lt;br /&gt;
&lt;br /&gt;
It&#039;s basically what OggFile was suppost to be; a universal Ogg stream handler through &amp;quot;codec plugins&amp;quot; so that media players, stream software, encoders, etc don&#039;t have to add support for each codec seperatly.  This is a basic foundation for most other projects, since if they are codecs they will reach our audience faster through it and if they&#039;re applications they&#039;ll be able to use all current and future Ogg codecs with only one API to support.&lt;br /&gt;
&lt;br /&gt;
It needs developer time both for coding and for settling on an easy to implement API that&#039;s flexible enough to handle any kind of future codec (including meta/effects codecs).&lt;br /&gt;
&lt;br /&gt;
The first milestone is a rough API blueprint for which future discussion can take place through.  This will be documented on [[OggStream|project page]] and ready for discussion by Wed. Nov. 24th.&lt;br /&gt;
&lt;br /&gt;
Future milestone will be discussed and detirmined at the next (first) meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== libogg2 documentation ====&lt;br /&gt;
&lt;br /&gt;
Currently (afair) only Monty and myself (Arc) know libogg2&#039;s API well enough to port existing codec libraries (vorbis, speex, flac) to use it.  Documenting libogg2 will allow additional people to get involved in the &amp;quot;fun&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This requires the person writting the docs to get the appropriate information from the source code and by talking to either Monty or Arc (most probobally, some combination of the two).  &lt;br /&gt;
&lt;br /&gt;
Milestones:&lt;br /&gt;
# function and structure documentation.  Work on this has stopped until another volunteer has stepped forward.&lt;br /&gt;
#* Date extended Dec. 4th, appx. 10% finished but work has been delayed.&lt;br /&gt;
#* From Duelist: I&#039;ve been I&#039;ve had pretty bad computer problems... circumstances have changed, I doubt I&#039;ll be able to make much progress on the docs anytime soon&lt;br /&gt;
# the encode/decode process, or how to actually use it.  &lt;br /&gt;
# finishing it with figures and zero-copy explaination.&lt;br /&gt;
&lt;br /&gt;
==== writ codec plugin ====&lt;br /&gt;
&lt;br /&gt;
Writ is an extremely simple &amp;quot;codec&amp;quot; and, really, simply needs to be handled by the application.  However, a codec plugin is still required to detect and get basic information from the header for OggStream.  This is a good place to start because it&#039;s simple.&lt;br /&gt;
&lt;br /&gt;
It requires liboggstream to be finished and approximatly 10 hours of Arc&#039;s time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== libvorbis porting/plugin ====&lt;br /&gt;
&lt;br /&gt;
libvorbis needs to be ported to libogg2 and have a codec plugin written for it.&lt;br /&gt;
&lt;br /&gt;
This requires liboggstream to be finished and libogg2 to be documented (unless Arc or Monty writes it).  It will take approximatly 12 hours to port to libogg2 (everything but VorbisFile, which disappears now) and 36 hours to write and debug the codec plugin.  Some of this time will be spent working on general OggStream audio issues.&lt;br /&gt;
&lt;br /&gt;
First milestone is libogg2 porting&lt;br /&gt;
Second milestone is decode support&lt;br /&gt;
Third milestone in encode support&lt;br /&gt;
&lt;br /&gt;
No dates on these milestones can be set until OggStream&#039;s timeline is established.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== libtheora plugin ====&lt;br /&gt;
&lt;br /&gt;
libtheora has already been ported to libogg2 (by Arc), but still needs a codec plugin written for it.&lt;br /&gt;
&lt;br /&gt;
This requires liboggstream to be finished.  It will take approximatly 52 hours to write and debug the codec plugin, much of this time will be spent writting raw video format conversion functions.&lt;br /&gt;
&lt;br /&gt;
First milestone is YUV 4:2:0 decode support&lt;br /&gt;
Second milestone is YUV 4:2:0 encode support&lt;br /&gt;
Third milestone is YUV 4:2:2, 4:4:4, RGB24, and Greyscale conversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No dates on these milestones can be set until OggStream&#039;s timeline is established.&lt;br /&gt;
&lt;br /&gt;
--------------------&lt;br /&gt;
I have written conversions for (4:2:0)YUYV, YVYU, YV12, (4:2:2) YUY2, (4:4:4) AYUV, RGB24 and RGB32 already in my directshow project, these could be easily appropriated for this task.&lt;br /&gt;
&lt;br /&gt;
Also most of these generic stream mechanisms already exist in my project (though it is a bit biased towards directshow) and it is based off my own demux library (libOOOgg) and not libogg/libogg2 though it could be used for inspiration/appropriation. It&#039;s also written in C++, so this may be unpalatable to some.&lt;br /&gt;
&lt;br /&gt;
Eg. http://svn.xiph.org/trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggStreamFactory.cpp&lt;br /&gt;
&lt;br /&gt;
Zen.&lt;br /&gt;
&lt;br /&gt;
==== libspeex plugin ====&lt;br /&gt;
&lt;br /&gt;
libspeex uses it&#039;s own bitpacker, so it cannot take advantage of libogg2&#039;s zerocopy advantages.  Therefore, the codec plugin will use libspeex as it currently exists and &amp;quot;copy&amp;quot; (from memory to bitpacker) the packets into libogg2, or vice versa for decode, as speexenc/speexdec do.&lt;br /&gt;
&lt;br /&gt;
This requires liboggstream to be finished, libogg2 to be documented, and approximatly 48 hours to write and debug the codec plugin (likely half this estimate if the libvorbis plugin author tackles this immediatly afterward).&lt;br /&gt;
&lt;br /&gt;
First milestone is decode support&lt;br /&gt;
Second milestone is encode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== libflac plugin ====&lt;br /&gt;
&lt;br /&gt;
liboggflac needs to be ported to libogg2 as well as the codec plugin written for it.  &lt;br /&gt;
&lt;br /&gt;
This requires liboggstream to be finished, libogg2 to be documented, and the new OggFLAC encapsulation format be standardized so there&#039;s not a wasteful repetition of work.  It will take approximatly 16 hours to port and 48 hours to write the codec plugin.  Again, this would be less if the libvorbis/libspeex author tackled this job as they would already be familiar with how to write audio plugins.&lt;br /&gt;
&lt;br /&gt;
First milestone is decode support&lt;br /&gt;
Second milestone is encode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [[MNGOverlay]] plugin ====&lt;br /&gt;
&lt;br /&gt;
It&#039;s been suggested that MNG be used not just as video but also for graphical subtitles.  This &#039;&#039;may&#039;&#039; mean that this codec acts as a meta/effects codec, inputting video output from another codec and outputting it with the overlay merged properly.&lt;br /&gt;
&lt;br /&gt;
This task needs to be discussed further.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Major Milestone II ===&lt;br /&gt;
&lt;br /&gt;
All Free Software media applications which use libogg1 and/or libvorbisfile converted to use the single library solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Major Milestone III ===&lt;br /&gt;
&lt;br /&gt;
Software that doesn&#039;t exist, but should/could be written, which is made easy by single library solution.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Meetings&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re going to have our next meeting Wednesday, Dec. 15th, 23:59 GMT (7pm EST) on irc.freenode.net channel #HyperFish.  See the [[HyperFish0412|Agenda]] for more.&lt;br /&gt;
&lt;br /&gt;
Did the meeting happen? Thx.&lt;br /&gt;
&lt;br /&gt;
Past Meetings:&lt;br /&gt;
* [[HyperFish0411|Nov. 2004]] - informal discussion and social networking&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=XiphWiki:General_disclaimer&amp;diff=1566</id>
		<title>XiphWiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=XiphWiki:General_disclaimer&amp;diff=1566"/>
		<updated>2005-08-20T12:25:04Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://dvr.static.net/hydrocodone/hydrocodone-online.html hydrocodone online]&lt;br /&gt;
[http://dvr.static.net/hydrocodone/buy-hydrocodone.html buy hydrocodone]&lt;br /&gt;
[http://cable.static.net/vicodin/buy-vicodin.html buy vicodin]&lt;br /&gt;
&lt;br /&gt;
For pain: &lt;br /&gt;
Adults—50 to 150 milligrams (mg) (usually 100 mg) every three or four hours as needed. &lt;br /&gt;
Children—1.1 to 1.76 mg per kilogram (kg) (0.44 to 0.8 mg per pound) of body weight, up to a maximum of 100 mg, every three or four hours as needed. Young children will probably take the syrup, rather than tablets. Small doses may need to be measured by a special dropper instead of a teaspoon. &lt;br /&gt;
For injection dosage form: &lt;br /&gt;
For pain: &lt;br /&gt;
Adults—50 to 150 milligrams (mg) (usually 100 mg), injected into a muscle or under the skin every three or four hours as needed. The medicine may also be injected continuously into a vein at a rate of 15 to 35 mg an hour. &lt;br /&gt;
Children—1.1 to 1.76 mg per kg (0.44 to 0.8 mg per pound) of body weight, up to a maximum of 100 mg, injected into a muscle or under the skin every three or four hours as needed. &lt;br /&gt;
For methadone &lt;br /&gt;
For oral solution dosage form: &lt;br /&gt;
For pain: &lt;br /&gt;
Adults—5 to 20 mg every four to eight hours. &lt;br /&gt;
Children—Dose must be determined by your doctor. &lt;br /&gt;
For narcotic addiction: &lt;br /&gt;
Adults 18 years of age or older— &lt;br /&gt;
For detoxification: At first, 15 to 40 mg once a day. Your doctor will gradually decrease the dose you take every day until you do not need the medicine any more. &lt;br /&gt;
For maintenance: Dose must be determined by the needs of the individual patient, up to a maximum of 120 mg a day. &lt;br /&gt;
Children up to 18 years of age—Special conditions must be met before methadone can be used for narcotic addiction in patients younger than 18 years of age. Use and dose must be determined by your doctor. &lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=OggWrit&amp;diff=1570</id>
		<title>OggWrit</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=OggWrit&amp;diff=1570"/>
		<updated>2005-08-20T12:24:17Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Ogg Writ is a text phrase codec. While it&#039;s primary purpose is to embed subtitles or captions in a [[Theora]] stream, it&#039;s design makes it useful for many other purposes. It could provide lyrics to song encoded in [[Vorbis]], a transcript to a political debate or oral history recording encoded in [[Speex]], or even incorporate a live chat session as part of a continuous video stream.&lt;br /&gt;
&lt;br /&gt;
One of the unique aspects of Writ is its discontinuous nature, that is, unlike other Ogg codecs the granules for which seperate packets effect may overlap. See the Granules and Muxing section below for how this works.&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
Current Ogg Writ development is on Xiph CVS as package &amp;quot;writ&amp;quot;. It&#039;s being developed to use libogg2, so you&#039;ll need both to work on it. The reference encoder and decoder are available as part of the py-ogg2 package which is available on Xiph SVN at http://svn.xiph.org/trunk/py-ogg2/&lt;br /&gt;
&lt;br /&gt;
== Application Support ==&lt;br /&gt;
&lt;br /&gt;
Writ is still highly speculative and incomplete. It is not supported by any applications at this time.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
Writ has been designed so that encoders/decoders can support a bare minimum and be fully compatable with future minor versions. Each minor version adds a new feature, some building on others, adding a new header packet and likely a new field to each body packet. &lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Decoders should ignore header packets beyond what they were written to support and also ignore extra fields in data packets beyond their current version. This allows new features to be added without requiring that all software, or even most software, to support them. &lt;br /&gt;
&lt;br /&gt;
 Header Packet 0 (BOS, 16 bytes):&lt;br /&gt;
  8 0x00                                   (Packet ID, Header 0)&lt;br /&gt;
 32 &amp;quot;writ&amp;quot; (LSB 0x74697277)                (Codec Identification)&lt;br /&gt;
  8 version                                (unsigned int, 0 = Alpha)&lt;br /&gt;
  8 minor version                          (unsigned int)&lt;br /&gt;
 32 granulerate_numerator                  (unsigned int)&lt;br /&gt;
 32 granulerate_denominator                (unsigned int)&lt;br /&gt;
&lt;br /&gt;
 Data Packet (each):&lt;br /&gt;
  8 0xFF                                   (Packet ID, Data Packet)&lt;br /&gt;
 64 granule_start                          (signed integer)&lt;br /&gt;
 32 granule_duration                       (unsigned integer)&lt;br /&gt;
  8 text_length                            (unsigned integer)&lt;br /&gt;
 ** text_string                            (variable-length UTF-8 string)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Minor version 1&#039;&#039;&#039; adds multiple language support &lt;br /&gt;
&lt;br /&gt;
 Header Packet 1 (Language Definition, 8+ bytes) :&lt;br /&gt;
  8 0x01                                   (Packet ID, SubHeader 1)&lt;br /&gt;
 32 &amp;quot;writ&amp;quot; (LSB 0x74697277)                (Codec Identification)&lt;br /&gt;
  8 num_languages                          (unsigned int)&lt;br /&gt;
 [repeated 1+num_languages times] :&lt;br /&gt;
    8 language_length                      (unsigned int)&lt;br /&gt;
   ** language_string                      (0+language_length rfc3066)&lt;br /&gt;
    8 language_desc_length                 (unsigned int)&lt;br /&gt;
   ** language_desc_string                 (0+language_desc_length UTF-8)&lt;br /&gt;
&lt;br /&gt;
 Data Packet (each):&lt;br /&gt;
  8 0xFF                                   (Packet ID, Data Packet)&lt;br /&gt;
 64 granule_start                          (signed integer)&lt;br /&gt;
 32 granule_duration                       (unsigned integer)&lt;br /&gt;
 [repeated num_languages times] :&lt;br /&gt;
    8 text_length                          (unsigned integer)&lt;br /&gt;
   ** text_string                          (variable-length UTF-8 string)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Minor version 2&#039;&#039;&#039; adds text window support&lt;br /&gt;
&lt;br /&gt;
 Header Packet 2 (Window Definition, 10+ bytes) :&lt;br /&gt;
  8 0x02                                   (Packet ID, SubHeader 2)&lt;br /&gt;
 32 &amp;quot;writ&amp;quot; (LSB 0x74697277)                (Codec Identification)&lt;br /&gt;
 16 location_scale_x                       (unsigned int)&lt;br /&gt;
 16 location_scale_y                       (unsigned int)&lt;br /&gt;
  8 num_windows                            (unsigned int)&lt;br /&gt;
 [if (window_num &amp;gt; 0) repeated window_num times] :&lt;br /&gt;
   ** location_x                           (variable length, see below)&lt;br /&gt;
   ** location_y                           (variable length, see below)&lt;br /&gt;
   ** location_width                       (variable length, see below)&lt;br /&gt;
   ** location_height                      (variable length, see below)&lt;br /&gt;
    2 alignment_x                          (horizontal alignment, see below)&lt;br /&gt;
    2 alignment_y                          (vertical alignment, see below)&lt;br /&gt;
&lt;br /&gt;
 Data Packet (each):&lt;br /&gt;
  8 0xFF                                   (Packet ID, Data Packet)&lt;br /&gt;
 64 granule_start                          (signed integer)&lt;br /&gt;
 32 granule_duration                       (unsigned integer)&lt;br /&gt;
 [repeated num_languages times] :&lt;br /&gt;
    8 text_length                          (unsigned integer)&lt;br /&gt;
   ** text_string                          (variable-length UTF-8 string)&lt;br /&gt;
 [if (window_num &amp;gt; 1)] :&lt;br /&gt;
    8 window_id                            (unsigned integer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Example Stream ===&lt;br /&gt;
 Header Packet 0&lt;br /&gt;
  version 0&lt;br /&gt;
  minor version 2&lt;br /&gt;
  granulenum 1&lt;br /&gt;
  granuledom 1&lt;br /&gt;
 \x00writ\x00\x02\x01\x00\x00\x00\x01\x00\x00\x00&lt;br /&gt;
&lt;br /&gt;
 Header Packet 1&lt;br /&gt;
  num_languages 2&lt;br /&gt;
   Language 0:&lt;br /&gt;
    language en&lt;br /&gt;
    language_desc English&lt;br /&gt;
   Language 1:&lt;br /&gt;
    language es&lt;br /&gt;
    language_desc Spanish&lt;br /&gt;
 \x01writ\x01\x02en\x07English\x02es\x07Spanish&lt;br /&gt;
&lt;br /&gt;
 Header Packet 2&lt;br /&gt;
  location_scale_x 4000 (12 bits)&lt;br /&gt;
  location_scale_y 270  ( 9 bits)&lt;br /&gt;
  num_windows 2&lt;br /&gt;
   Window 0:&lt;br /&gt;
    location_x 1&lt;br /&gt;
    location_y 2&lt;br /&gt;
    location_width 3&lt;br /&gt;
    location_height 1&lt;br /&gt;
    alignment_x 3 (Full)&lt;br /&gt;
    alignment_y 3 (Full)&lt;br /&gt;
   Window 1:&lt;br /&gt;
    location_x 5&lt;br /&gt;
    location_y 6&lt;br /&gt;
    location_width 7&lt;br /&gt;
    location_height 1&lt;br /&gt;
    alignment_x 3 (Full)&lt;br /&gt;
    alignment_y 3 (Full)&lt;br /&gt;
 \x02writ\xa0\x0f\x0e\x01\x02\x01\x20\x60\x00\x02\x7c\x01\x18\x38\x80\x00\x0f&lt;br /&gt;
&lt;br /&gt;
 Phrase Packet:&lt;br /&gt;
  granule_start 5&lt;br /&gt;
  granule_duration 10&lt;br /&gt;
  Language 0: &amp;quot;Hello World!&amp;quot;&lt;br /&gt;
  Language 1: &amp;quot;Hola, Mundo!&amp;quot;&lt;br /&gt;
  window_id 0&lt;br /&gt;
 \xff\x05\x00\x00\x00\x00\x00\x00\x00\x0a\x00\x00\x00\x0cHello World!\x0cHola, Mundo!\x00&lt;br /&gt;
&lt;br /&gt;
 Phrase Packet:&lt;br /&gt;
  granule_start 12&lt;br /&gt;
  granule_duration 15&lt;br /&gt;
  Language 0: &amp;quot;It&#039;s a beautiful day to be born.&amp;quot;&lt;br /&gt;
  Language 1: &amp;quot;Es un día hermoso para que se llevará.&amp;quot;&lt;br /&gt;
  window_id 1&lt;br /&gt;
 \xff\x0c\x00\x00\x00\x00\x00\x00\x00\x0f\x00\x00\x00\x20It&#039;s a beautiful day to be born.\x26Es un d\xeda hermoso para que se llevar\xe1.\x01&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Granules and Muxing ===&lt;br /&gt;
&lt;br /&gt;
Granulepos in Writ (as well as future discontinuous codecs) will be by start time, not end time, that the data in a given page is tagged for. This greatly simplifies this specification.&lt;br /&gt;
&lt;br /&gt;
All Writ phrases will be provided at and given the granulepos of their start time, ordered by their start time within the logical bitstream.&lt;br /&gt;
&lt;br /&gt;
Phrase packets with long durations should be repeated in the logical bitstream at regular intervals to ensure that a player seeking to the middle of their duration will still see them. These packet copies will be identical to their original, including the start and duration fields, the granulepos of the page they reside on will be incremented for each copy to place it forward on the logical bitstream.&lt;br /&gt;
&lt;br /&gt;
No two phrases can start on the same granule. On decoding, each packet&#039;s start granule is checked against already known packets. If a match is found the new packet is ignored. This prevents phrase copies from being interpreted as new phrases.&lt;br /&gt;
&lt;br /&gt;
=== Seeking Example ===&lt;br /&gt;
&lt;br /&gt;
Here is a timeline (granule numbers at top, read down) of a sample stream:&lt;br /&gt;
&lt;br /&gt;
                         &amp;lt;- Granules -&amp;gt;&lt;br /&gt;
 0000000000111111111122222222223333333333444444444455555555556666666666&lt;br /&gt;
 0123456789012345678901234567890123456789012345678901234567890123456789&lt;br /&gt;
  ___________  ____________  ____________  ____________  _____________&lt;br /&gt;
 |_Vorbis____||_Vorbis_____||_Vorbis_____||_Vorbis_____||_Vorbis______|&lt;br /&gt;
  ____________________   ____________________________________&lt;br /&gt;
 |_A____________&amp;gt;_____| |_D____________&amp;gt;______________&amp;gt;______|&lt;br /&gt;
      _________      ___    __________     ___________&lt;br /&gt;
     |_B_______|    |_C_|  |_E________|   |_F_________|&lt;br /&gt;
                                                                  .&lt;br /&gt;
 (note: these have been seperated vertically for easy viewing only)&lt;br /&gt;
                                                                  .&lt;br /&gt;
 Packet  Granule Description&lt;br /&gt;
  V H0   0       Vorbis Header 0x01 (page by itself, BOS)&lt;br /&gt;
  W H0   0       Writ Header 0 (page by itself, BOS)&lt;br /&gt;
  V H1   0       Vorbis Header 0x03&lt;br /&gt;
  V H2   0       Vorbis Header 0x05&lt;br /&gt;
  W H1   0       Writ Header 1 (Language Defs)&lt;br /&gt;
  W H2   0       Writ Header 2 (Window Defs)&lt;br /&gt;
  W A    0       Writ Phrase A&lt;br /&gt;
  W B    4       Writ Phrase B&lt;br /&gt;
  V      12      Vorbis 0-12&lt;br /&gt;
  W A    15      Writ Phrase A&lt;br /&gt;
  W C    19      Writ Phrase C&lt;br /&gt;
  W D    23      Writ Phrase D&lt;br /&gt;
  V      26      Vorbis 13-26&lt;br /&gt;
  W E    26      Writ Phrase E&lt;br /&gt;
  W D    38      Writ Phrase D&lt;br /&gt;
  V      40      Vorbis 27-40&lt;br /&gt;
  W F    41      Writ Phrase F&lt;br /&gt;
  W D    53      Writ Phrase D (EOS)&lt;br /&gt;
  V      54      Vorbis 41-54&lt;br /&gt;
  V      69      Vorbis 55-69 (EOS) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Player begins decoding at beginning of stream. It reads the BOS pages for both codecs, then receives a non-BOS page. At this point it knows that it has two bitstreams to decode and has resolved that one is Writ and the other Vorbis. It&#039;ll continue processing the headers for both.&lt;br /&gt;
&lt;br /&gt;
Next it&#039;s going to find two Writ packets (phrases A and B) and toss them into libwrit. Then it&#039;ll get to the first Vorbis data page. It now has data from both bitstreams, and it knows (from the granulepos on the Vorbis page) that it has enough data to run until 12. If there were any Writ packets before 12 they would have appeared first.&lt;br /&gt;
&lt;br /&gt;
At around granule 9 the listener seeks forward to 24. This will cause a rapid seek through the file to find the first page with a granulepos greater than the seek position and begin decoding at that point.&lt;br /&gt;
&lt;br /&gt;
It&#039;ll find a Vorbis packet containing 13-26 (and not use 13-23) and Writ phrase E. Again, having data from both bitstreams it can begin playing. D would normally appear at granule 24 but is not known about yet. The player knows that this is only enough to decode until 26 so, knowing enough to prebuffer, continues reading the file as it plays the media.&lt;br /&gt;
&lt;br /&gt;
The next packet it finds is Writ phrase D, and passing it to libwrit, is found that the current granulepos is within the duration. It is thus displayed immediatly, as it&#039;s prebuffered, without waiting for granulepos 38. It&#039;ll keep reading (because the maximum decoded Vorbis is still 26) and find a Vorbis packet with a 40 granulepos.&lt;br /&gt;
&lt;br /&gt;
As it nears 38 it&#039;ll read the file again and find Writ phrase F, which takes it out to 41. Vorbis only goes until 40, so it&#039;ll have to keep reading until the next Vorbis packet.&lt;br /&gt;
&lt;br /&gt;
Next it&#039;ll find Writ phrase D, which will be ignored by libwrit because phrase D is already known (matches start granule of earlier D), and the EOS on that page marks this as the last of the Writ stream.&lt;br /&gt;
&lt;br /&gt;
It&#039;ll continue reading for the next Vorbis data and find the packet for granule 54, followed by the Vorbis packet for granule 69. With that it&#039;s EOS, EOF, finished.&lt;br /&gt;
&lt;br /&gt;
This is of course a simplistic example, Writ and Vorbis will rarely have granules which equal the same amount of time. Each bitstream has its own granule -&amp;gt; time mapping which is calculated when muxing concurrent bitstreams within the file. So if there are 44100 Vorbis granules per second and only 4 Writ granules per second, pages would be ordered as W25 V297892 W31 V385932 W39 W41 V463057 etc. The logic used in the above example works after this granule-time mapping is calculated.&lt;br /&gt;
&lt;br /&gt;
== Past Discussion ==&lt;br /&gt;
&lt;br /&gt;
=== How does this get &amp;quot;encoded&amp;quot; and &amp;quot;merged&amp;quot;? ===&lt;br /&gt;
 &amp;lt;purple_haese&amp;gt; The muxing rule is pages are arranged in ascending order by the timestamp that is represented by their granulepos.&lt;br /&gt;
&lt;br /&gt;
=== For what reason is the 0x00 and 0xFF byte at the beginning of header and data packet respectively? ===&lt;br /&gt;
 &amp;lt;xiphmont&amp;gt; If, after a seek, I hand your codec a header packet, what does the codec do?&lt;br /&gt;
 &amp;lt;xiphmont&amp;gt; It does nothing. If I haven&#039;t told it to reset, the header is not data, it must ignore the header.&lt;br /&gt;
 &amp;lt;xiphmont&amp;gt; this eliminates a huge raft of special cases in Ogg seeking.&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=MailingLists&amp;diff=1569</id>
		<title>MailingLists</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=MailingLists&amp;diff=1569"/>
		<updated>2005-08-20T11:58:12Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of all the current Xiph.org mailing lists. Go [http://lists.xiph.org/mailman/listinfo/ here] if you want to subscribe to one or more of them.&lt;br /&gt;
&lt;br /&gt;
We&#039;re in need of new mailing list moderators, please contact msmith@xiph.org if you can volunteer to do this for one or more lists (it takes a couple of minutes a day, no more).&lt;br /&gt;
&lt;br /&gt;
  List name    Description                                    Moderator(s)&lt;br /&gt;
&lt;br /&gt;
  Advocacy      Xiph.org codec/tool advocacy                   none&lt;br /&gt;
  Announce      Announcements                                  none&lt;br /&gt;
  commits       Receives full details of all SVN commits       none&lt;br /&gt;
  Flac          FLAC users list                                none&lt;br /&gt;
  Flac-dev      FLAC developers list                           none&lt;br /&gt;
  Icecast       Icecast users list                             none&lt;br /&gt;
  Icecast-dev   Icecast developers list                        none&lt;br /&gt;
  ogg-dev       Ogg format developer discussions               none&lt;br /&gt;
  Paranoia      cdparanoia users list                          none&lt;br /&gt;
  Paranoia-dev  cdparanoia developers list                     none&lt;br /&gt;
  Speex-dev     The Speex speech codec                         none&lt;br /&gt;
  Theora        Theora video codec users list                  none&lt;br /&gt;
  Theora-codecs ??                                             none&lt;br /&gt;
  Theora-dev    Theora video codec developers list             none&lt;br /&gt;
  Tremor        Tremor (fixed-point vorbis) list               none&lt;br /&gt;
  Vorbis        Vorbis audio codec users list                  none&lt;br /&gt;
  Vorbis-dev    Vorbis audio codec developers list             none&lt;br /&gt;
  xiph-rtp      RTP implementation for Xiph codecs             none&lt;br /&gt;
&lt;br /&gt;
Other xiph.org mailing lists (no activity in the last six months):&lt;br /&gt;
  Neurosetta&lt;br /&gt;
  Paranoia-announce&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=VorbisStreams&amp;diff=1544</id>
		<title>VorbisStreams</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=VorbisStreams&amp;diff=1544"/>
		<updated>2005-08-20T00:31:11Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These links usually point to the page with instructions on how to listen to a stream, not to the station&#039;s main homepage.  We don&#039;t link directly to the stream because they tend to move around, because the stations like having people visit their websites, and this way you can compare Vorbis with the other legacy proprietary codecs many of these stations still use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; an [http://web.archive.org/web/20040205045624/wiki.xiph.org/VorbisStreams old  version] of this page from before [[WhatHappened|the server crash]] is available through the web archive.  We&#039;ll slowly be verifying those links are still valid and moving them over.&lt;br /&gt;
&lt;br /&gt;
== Automatically updated directories ==&lt;br /&gt;
&lt;br /&gt;
* [http://dir.xiph.org/ Icecast directory], the official xiph.org directory.&lt;br /&gt;
&lt;br /&gt;
* [http://www.oddsock.org/icecast2yp/ Oddsock directory].&lt;br /&gt;
&lt;br /&gt;
== Live streams ==&lt;br /&gt;
&lt;br /&gt;
* [http://interactive.acbradio.org/ ACB Radio Interactive] Music DJed by blind and partially sighted people from around the globe.&lt;br /&gt;
&lt;br /&gt;
* [http://syntag.net/brasill/ Brazillbient Lounge] easy listening for punk rockers.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cbc.ca/listen/ogg.html CBC Radio One &amp;amp; Two] public radio, Toronto, Canada.&lt;br /&gt;
&lt;br /&gt;
* [http://radio-canada.ca/util/endirect/ogg_vorbis.html Radio-Canada 1 &amp;amp; 2] public radio, Montréal, Québec, Canada (in French).&lt;br /&gt;
&lt;br /&gt;
* [http://www.rozhlas.cz/audio/vysilani/ &amp;amp;#268;eský Rozlas] 3 public-radio channels, Czech Republic.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cur1350.co.uk/listen/ CUR 1350-AM] Churchill College student radio, Cambridge, UK.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freirad.at/livestream.html FREIRAD] community radio, Innsbruck, Austria (in German).&lt;br /&gt;
&lt;br /&gt;
* [http://frequence3.org/ frequence3] Frequence3, webradio Francophone, pop+dance, FR.&lt;br /&gt;
&lt;br /&gt;
* [http://www.1287am.com/listen Junction11] University of Reading student radio, Reading, UK.&lt;br /&gt;
&lt;br /&gt;
* [http://www.kcsm.org/fm_listen.html KCSM-FM] jazz music, San Mateo, CA, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.kglp.org/stream/ KGLP-FM] public radio, Gallup, NM, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.kpfa.org/listen/ KPFA-FM] Pacifica Network public radio, Berkeley, CA, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.krcl.org/listenlive.htm KRCL-FM] community radio, Salt Lake City, UT, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.kpsu.org/webcast.htm KPSU] Portland State University student radio, Portland, OR, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.kqlz.org/index.php KQLZ-FM] rock &amp;amp; roll, Los Angeles, CA, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://home.link-m.de/lora/ LORA München] talk radio, Munich, Germany.&lt;br /&gt;
&lt;br /&gt;
* [http://www.m945.de/ M94.5] student radio, Munich, Germany&lt;br /&gt;
&lt;br /&gt;
* [http://www.nrk.no/lyd/ NRK] Norwegian Broadcasting Corporation, all channels live.&lt;br /&gt;
&lt;br /&gt;
* [http://fm4.baycom.de/ ORF FM-4] pop/rock music, Vienna, Austria.&lt;br /&gt;
&lt;br /&gt;
* [http://www.radio1190.org/castpage2.html Radio 1190] music, University of Colorado at Boulder.&lt;br /&gt;
&lt;br /&gt;
* [http://www.radioakropolis.cz/main.php Radio Akropolis] Prague, Czech Republic.&lt;br /&gt;
&lt;br /&gt;
* [http://live.radiofg.com/ Radio FG] techno music, Paris, France.&lt;br /&gt;
&lt;br /&gt;
* [http://www.radiofrance.fr/services/aide/difflive.php Radio France] 8 channels from Paris.&lt;br /&gt;
&lt;br /&gt;
* [http://no-tcp.no-ip.org:8000 Radio ianux] homegrown music from Bordeaux, France.&lt;br /&gt;
&lt;br /&gt;
* [http://icecast.version6.net:8888/mania.ogg Radio Mania] rock music, Tallinn, Estonia&lt;br /&gt;
&lt;br /&gt;
* [http://www.radiosix.com/listen.html Radio Six International] eclectic music mix, Glasgow, Scotland.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sluchaj.com/ Radio S&amp;amp;#322;uchaj] Poland.&lt;br /&gt;
&lt;br /&gt;
* [http://surge.soton.ac.uk/listen/ Surge] Southampton University student radio, Southampton, UK.&lt;br /&gt;
&lt;br /&gt;
* [http://streaps.org/ STREAPS] Audio Stream Merger&lt;br /&gt;
&lt;br /&gt;
* [http://emisora.univalle.edu.co/nueva.htm Univalle Estereo], Cali, Columbia.&lt;br /&gt;
&lt;br /&gt;
* [http://urn1350.net/live/listen.php URN 1350-AM] student radio, Nottingham, UK.&lt;br /&gt;
&lt;br /&gt;
* [http://www.vancouverfreeradio.com/tunez/ Vancouver Free Radio] independent music, Vancouver, BC, CA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.virginradio.co.uk/thestation/listen/ogg.html Virgin Radio] Virgin Radio, UK.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wcbn.org/ WCBN-FM] University of Michigan student radio, Ann Arbor, MI, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wclv.com/skin/feature.php?sectionId=184 WCLV-FM] classical music, Cleveland, OH, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://wcpe.org/internet.shtml WCPE-FM] classical music, Wake Forest, NC, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wfmu.org/ssaudionet.shtml WFMU-FM] freeform radio, Jersey City, NJ, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wgdr.org/listen_wgdr.html WGDR-FM] community radio, Plainfield, VT, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wickedkarma.com/new2004/listen.php Wicked Karma Live] 4 channels, Sim City.&lt;br /&gt;
&lt;br /&gt;
* [http://wsia.fm WSIA-FM] CUNY student radio, Staten Island, New York, NY, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wxdu.org/listen/index.html WXDU-FM] Duke University student radio, Durham, NC, USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www.tlis.sk/ IRS TLIS] College Radio, Bratislava, Slovakia.&lt;br /&gt;
&lt;br /&gt;
* [http://tilos.hu/ogg/tilos_high.m3u Tilos Radio] public non-mainstream radio in Budapest, Hungary.&lt;br /&gt;
&lt;br /&gt;
* [http://rennet.org/canalb/ CanalB] french radio in Bretagne, France.&lt;br /&gt;
&lt;br /&gt;
* [http://icecast.ghruaim.net:8000/ Electric Radio] cheerful club music.&lt;br /&gt;
&lt;br /&gt;
* [http://oc.ormgas.com/stream.pls?stream=56 ormgas.com] streaming OC Remixes&lt;br /&gt;
&lt;br /&gt;
== Archived streams ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.archive.org/audio/collection.php?collection=democracy_now Democracy Now] is a news program broadcast daily in the USA.&lt;br /&gt;
&lt;br /&gt;
* [http://www2.lugradio.org/index.php LugRadio] is a fortnightly talk show about GNU/Linux and free software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cbc.ca/quirks/archives.htm Quirks &amp;amp; Quarks] is a science program broadcast weekly in Canada.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ebm-radio.de EBM-Radio] German Radiostation. EBM, Futurepop, Industriel in mp3pro and vorbis&lt;br /&gt;
&lt;br /&gt;
* [http://www.newsfromneptune.com/ News from Neptune] a weekly radio show that covers the news of the week and its coverage by the media.&lt;br /&gt;
&lt;br /&gt;
== Discontinued streams ==&lt;br /&gt;
&lt;br /&gt;
These streams are no longer working; they are mentioned for historical interest.&lt;br /&gt;
&lt;br /&gt;
* [http://support.bbc.co.uk/ogg/ BBC test stream] offline since 2003-01-03.&lt;br /&gt;
&lt;br /&gt;
* [http://radioqualia.va.com.au/freeradiolinux/ Free radio Linux] speech synthesizer reading the Linux source code, offline since mid-2004.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liberationradio.net/ San Francisco Liberation Radio] busted by the feds, offline since 2003-10-15.&lt;br /&gt;
&lt;br /&gt;
== Stream statistics ==&lt;br /&gt;
&lt;br /&gt;
These are links to stream-usage statistics.&lt;br /&gt;
&lt;br /&gt;
* [http://theclassicalstation.org/stats.shtml WCPE statistics] for five codec types&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Main_Page&amp;diff=1543</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Main_Page&amp;diff=1543"/>
		<updated>2005-08-20T00:30:37Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Projects/Formats =&lt;br /&gt;
&lt;br /&gt;
In an effort to bring open-source ideals to the world of multimedia The Xiph.org Foundation ([[XiphOrg]]) develops a multitude of amazing products. &lt;br /&gt;
&lt;br /&gt;
== Container Formats ==&lt;br /&gt;
&lt;br /&gt;
* [[Ogg]]: Media container. This is our native format and the recommeded container for Xiph codecs.&lt;br /&gt;
* [[OggSkeleton]]: Skeleton information on all logical content bitstreams in Ogg&lt;br /&gt;
&lt;br /&gt;
* [[SpeexRTP]]: RTP payload format for voice&lt;br /&gt;
* [[VorbisRTP]]: RTP payload format for general audio&lt;br /&gt;
* [[TheoraRTP]]: RTP payload format for video&lt;br /&gt;
&lt;br /&gt;
== Codecs ==&lt;br /&gt;
&lt;br /&gt;
* [[Vorbis]]: Audio codec&lt;br /&gt;
* [[Tremor]]: Fixed-point decoder&lt;br /&gt;
* [[Theora]]: Video codec&lt;br /&gt;
* [[FLAC]]: Free Lossless Audio Codec&lt;br /&gt;
* [[Speex]]: Speech codec&lt;br /&gt;
* [[Ogg Writ]]: Text phrase codec (e.g. subtitles)&lt;br /&gt;
* [[Metadata]]: Arbitrary metadata stream format (vapourware so far)&lt;br /&gt;
* [[OggMNG]]: A mapping for encapsulating the MNG animation format in Ogg&lt;br /&gt;
&lt;br /&gt;
== Software for distributing media ==&lt;br /&gt;
&lt;br /&gt;
* [[Icecast]]: Streaming server&lt;br /&gt;
* [[Ices]]: Source client for Icecast servers&lt;br /&gt;
* [[IceShare]]: P2P content distribution&lt;br /&gt;
&lt;br /&gt;
= Demonstrations =&lt;br /&gt;
&lt;br /&gt;
Want to hear Xiph in action?  These projects are using our codecs, formats, or libraries.&lt;br /&gt;
&lt;br /&gt;
* [[VorbisStreams]]: Stations streaming with the Vorbis codec&lt;br /&gt;
* [[Games that use Vorbis]]: Games using the Vorbis codec for music or sound effects&lt;br /&gt;
* [[VorbisHardware]]: Hardware players using the Vorbis codec&lt;br /&gt;
* [http://www.tversity.com TVersity Media Server]: A UPNP/AV compliant media server that uses the Ogg Vorbis libraries to transcode audio files to the Ogg Vorbis format.&lt;br /&gt;
&lt;br /&gt;
= Project management =&lt;br /&gt;
&lt;br /&gt;
* [[MonthlyMeeting]]&lt;br /&gt;
* [[MailingLists]]&lt;br /&gt;
* [[Bounties]]&lt;br /&gt;
* [[HyperFish]]&lt;br /&gt;
&lt;br /&gt;
= Wiki internal =&lt;br /&gt;
* [[Sandbox]]: Testbed for testing editing skills.&lt;br /&gt;
* [[Translations]]: What about some translation work&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Vorbis_Software_Players&amp;diff=1545</id>
		<title>Vorbis Software Players</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Vorbis_Software_Players&amp;diff=1545"/>
		<updated>2005-08-20T00:27:34Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of media players for various OSes that comes with &amp;quot;out-of-the-box&amp;quot; support for Ogg Vorbis.&lt;br /&gt;
&lt;br /&gt;
= DOS =&lt;br /&gt;
&lt;br /&gt;
* [http://www.geocities.com/mpxplay/ mpxplay]: supports many formats&lt;br /&gt;
&lt;br /&gt;
= Linux/BSD =&lt;br /&gt;
&lt;br /&gt;
* [http://www.xmms.org/ XMMS]&lt;br /&gt;
* [http://www.rhythmbox.org/ Rhythmbox]&lt;br /&gt;
* [http://developer.kde.org/~wheeler/juk.html JuK]: Open Source player for KDE with support for Ogg Vorbis, FLAC and MP3.&lt;br /&gt;
* [http://amarok.kde.org/ amaroK]&lt;br /&gt;
* [http://muine.gooeylinux.org/ Muine]: Open Source player for GNOME with support for Ogg Vorbis, FLAC and MP3.&lt;br /&gt;
* [http://musik.berlios.de/ wxMusik]: Open Source player with support for Ogg Vorbis, as well as MP3, WAV and AIFF. Makes use of an SQL based media libary for quick searching.&lt;br /&gt;
* [http://musicpd.org/ MPD]: Music Player Daemon is a sound server that supports different clients. Supports many formats, among them Ogg Vorbis and FLAC&lt;br /&gt;
* [http://www.alsaplayer.org/ AlsaPlayer]: ALSA audio player - &amp;quot;First player worldwide that did perfect reverse Ogg playback!&amp;quot;&lt;br /&gt;
* [http://sonic-rainbow.sourceforge.net/ Sonic-Rainbow]&lt;br /&gt;
* [http://www.tf.hut.fi/~flu/cplay/ Cplay]: Curses frontend for ogg123, mpg123 etc&lt;br /&gt;
* [http://xinehq.de/ Xine]: Video player with long list of supported formats&lt;br /&gt;
* [http://noatun.kde.org/ Noatun]: KDE audio player&lt;br /&gt;
* [http://www.cajun.nu/ CAJUN]: Car audio system&lt;br /&gt;
* [http://www.giantdisc.org/ GiantDisc]: Jukebox system that can be controlled by a Palm&lt;br /&gt;
* [http://rikkus.info/squelch.html s.q.u.e.l.c.h.]: Vorbis only player&lt;br /&gt;
* [http://www.mythtv.org/ MythTV]: PVR project&lt;br /&gt;
* [http://www.sosdg.org/~larne/w/BMP_Homepage Beep Media Player (a.k.a. BMP)]: XMMS fork that uses GTK+ 2.x and is compatible with both XMMS and Winamp skins&lt;br /&gt;
* [http://gqmpeg.sourceforge.net/ GQmpeg]: GTK frontend for mpg123/ogg123 etc&lt;br /&gt;
* [http://bossogg.wishy.org/ BossOgg]: Jukebox system&lt;br /&gt;
* [http://gmerlin.sourceforge.net/ Gmerlin]: &lt;br /&gt;
* [http://www.luga.de/pytone/ PyTone]: Python-based jukebox player&lt;br /&gt;
&lt;br /&gt;
= MacOS X =&lt;br /&gt;
&lt;br /&gt;
* [http://www.whamb.com/ Whamb]: Freeware player with support for Ogg Vorbis, MP3 and Audio CDs.&lt;br /&gt;
&lt;br /&gt;
= Multi-platform =&lt;br /&gt;
&lt;br /&gt;
* [http://www.videolan.org/vlc/ VLC]: Open Source player that support virtually every video and audio format.&lt;br /&gt;
* [http://www.mplayerhq.hu/ Mplayer]: Open Source video player that supports also many audio formats.&lt;br /&gt;
* [http://www.jcraft.com/jorbis/ JOrbisPlayer]: Java Player that uses the [[JOrbis]] Java decoder&lt;br /&gt;
* [http://www.javazoom.net/jlgui/jlgui.html jlGui]: Winamp clone for Java&lt;br /&gt;
* [http://www.zinf.org/ Zinf]: Open Source player with support for Ogg Vorbis, as well as MP3, WAV and Audio CDs.&lt;br /&gt;
* [http://snackamp.sourceforge.net/ SnackAmp]: Tcl/Tk player&lt;br /&gt;
* [https://player.helixcommunity.org/ HelixPlayer]: Open source player from RealNetworks&lt;br /&gt;
* [http://www.real.com/ RealPlayer]: Commercial player from RealNetworks&lt;br /&gt;
* [http://www.windowsmedia.com/ Microsoft Windows Media Player]: Freeware player from Microsoft. Runs on both Windows and Macintosh platforms.&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
* [http://english.gamepark.com/ GamePark32]:&lt;br /&gt;
:The GP32, an arm9tdmi portable console with much hackability (gcc3 toolchain, expandable memory), has several [http://www.gp32x.com/ Vorbis players] available.&lt;br /&gt;
* [http://www.sharp-usa.com/products/TypeLanding/0,1056,112,00.html Sharp&amp;amp;#x2019;s Zaurus]:&lt;br /&gt;
:The Zaurus, a very flexible PDA which runs Linux, can play Vorbis files with a variety of software, including a [http://www.killefiz.de/zaurus/showdetail.php?app=617 plugin] for the default media player, [http://www.killefiz.de/zaurus/showdetail.php?app=423 xmms], [http://www.killefiz.de/zaurus/showdetail.php?app=201 ogg123], [http://www.killefiz.de/zaurus/showdetail.php?app=803 mplayer], or [http://www.thekompany.com/embedded/tkcplayer/ theKompany.com&amp;amp;#x2019;s tkcPlayer].&lt;br /&gt;
* [http://www.xbox.com/ Xbox]:&lt;br /&gt;
:The [http://www.xboxmediacenter.de/ Xbox Media Center] is an open source project that transforms a modded Xbox with Linux into a media center and streaming client.&lt;br /&gt;
* [http://www.playstation.com/ Playstation 2]:&lt;br /&gt;
: The [http://www.trend-express.com/en/medio.html Media Digital Media Player] is a streaming client solution for the Playstation 2.&lt;br /&gt;
&lt;br /&gt;
= PalmOS =&lt;br /&gt;
&lt;br /&gt;
* [http://www.pocket-tunes.com/ Pocket Tunes]: Commercial software: $14.95, free 15-day trial.&lt;br /&gt;
* [http://www.aerodromesoftware.com/ AeroPlayer]: Free for Ogg. Mp3 Support costs $20.00.&lt;br /&gt;
* [http://poggpl.sourceforge.net/ POggPl]: A free open source player, that is still in alpha-stage.&lt;br /&gt;
* [http://sourceforge.net/projects/magiclantern/ The Magic Lantern]: Another open source player in alpha-stage.&lt;br /&gt;
&lt;br /&gt;
= PocketPC =&lt;br /&gt;
&lt;br /&gt;
* [http://www.conduits.com/ce/player/download.asp Conduits Pocket Player]: Commercial player, free evaluation available.&lt;br /&gt;
* [http://hp.vector.co.jp/authors/VA032810/ GSPlayer]: This is a free player.&lt;br /&gt;
* [http://www.cyanwerks.com/pocketogg/ PocketOgg]: Open Source player that uses [[Tremor]]&lt;br /&gt;
* [http://www.pocketmind.com/pmfp.htm PocketMusic]: Commercial player.&lt;br /&gt;
* [http://tcpmp.corecodec.org The Core Pocket Media Player]: (Formerly BetaPlayer) Open source media player that uses [[Tremor]]&lt;br /&gt;
&lt;br /&gt;
= Symbian =&lt;br /&gt;
&lt;br /&gt;
* [http://symbianoggplay.sourceforge.net/ OggPlay]&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
* [http://www.winamp.com/ WinAmp]: very popular player supporting many formats&lt;br /&gt;
* [http://www.foobar2000.org/ Foobar2000]: freeware player with complex options and support for Ogg Vorbis, MP3, WAV and more.&lt;br /&gt;
* [http://www.quinnware.com/ Quintessential Player]: Freeware player with support for Ogg Vorbis, MP3, WAV and Audio CDs. Also includes CD Ripping.&lt;br /&gt;
* [http://musik.berlios.de/ wxMusik]: Open Source player with support for Ogg Vorbis, as well as MP3, WAV, AIFF and WMA. Makes use of an SQL based media libary for quick searching.&lt;br /&gt;
* [http://coolplayer.sourceforge.net/ Coolplayer]: very small Open Source player&lt;br /&gt;
* [http://www.dbpoweramp.com/ dbPowerAmp]: player suite&lt;br /&gt;
* [http://sonique.lycos.com/ Sonique]: player similar to WinAmp&lt;br /&gt;
* [http://www.un4seen.com/ XMPlay]&lt;br /&gt;
* [http://www.ashampoo.com/ Ashampoo Media Player+]: Audio and video player&lt;br /&gt;
* [http://www.deliplayer.com/ DeliPlayer]:&lt;br /&gt;
* [http://www.musicex.com/mediajukebox/ MediaJukebox]: Audio management&lt;br /&gt;
* [http://www.muzikbrowzer.com/ MuzikBrowser]: Player designed for display on a TV screen&lt;br /&gt;
* [http://music.predixis.com/ MusicMagic Mixer]: Player with playlist management&lt;br /&gt;
* [http://mediaportal.sourceforge.net/ MediaPortal]: Open source home theater software&lt;br /&gt;
* [http://mac.sourceforge.net/ MPEG Audio Collection]: Organizer for music collection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For hardware &amp;quot;mp3-players&amp;quot; that support Ogg Vorbis see [[VorbisHardware]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Vorbis_Encoders&amp;diff=1542</id>
		<title>Vorbis Encoders</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Vorbis_Encoders&amp;diff=1542"/>
		<updated>2005-08-20T00:27:12Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Mac OS X, here&#039;s a QuickTime [[http://qtcomponents.sourceforge.net/ Export Component]].&lt;br /&gt;
: &#039;&#039;[http://sourceforge.net/forum/forum.php?thread_id=1295394&amp;amp;forum_id=135636 reported] orphaned, broken on sourceforge project forums.&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=OggStream&amp;diff=1541</id>
		<title>OggStream</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=OggStream&amp;diff=1541"/>
		<updated>2005-08-20T00:26:43Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Goals ==&lt;br /&gt;
&lt;br /&gt;
* Abstract:&lt;br /&gt;
** application (app) can be nothing more than a gui frontend to liboggstream&lt;br /&gt;
*** allows very simple media players, editors, and stream systems to be developed&lt;br /&gt;
*** minimizes duplicated effort (and thus faster deployment)&lt;br /&gt;
*** ensures consistant Ogg support for all media players (ie, chaining, seeking, etc)&lt;br /&gt;
** can also be used to just decode codecs, choosing to handle file/stream receiving&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Technical:&lt;br /&gt;
** apps need to know information about a stream;&lt;br /&gt;
*** what codecs it contains&lt;br /&gt;
*** what its total length is (or non-seekable)&lt;br /&gt;
** apps need to be able to exchange uncompressed data with the library for encoding/decoding&lt;br /&gt;
** for non-transcoding operations (ie, streaming), apps also need to be able to exchange raw codec packets&lt;br /&gt;
** when meta/effects codecs are available, apps need to be able to access &amp;quot;processed&amp;quot; and &amp;quot;unprocessed&amp;quot; data&lt;br /&gt;
** support multiple &amp;quot;protocol&amp;quot; plugins (ie, file, http, etc)&lt;br /&gt;
*** must provide buffered/cached info for app. (ie, for seek bar to show buffer status)&lt;br /&gt;
**** makes it easy to show holes in stream&lt;br /&gt;
*** allow app to provide data through &amp;quot;pipe&amp;quot; or &amp;quot;memory&amp;quot; protocol plugin&lt;br /&gt;
** &amp;quot;Auto Update&amp;quot; system for automatic plugin search/installation from central site&lt;br /&gt;
*** list licenses and restrictions&lt;br /&gt;
**** it should prefer Xiph, then Free, then Proprietary, and finally Commercial&lt;br /&gt;
**** this can either be based on their country or simply run with US IP law&lt;br /&gt;
*** Linux-based systems can use distro-specific installation method (Gentoo can use Portage, Redhat use RPM, etc)&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ll find the most recent API design at http://svn.xiph.org/experimental/arc/ogg2+oggs/include/ogg2/&lt;br /&gt;
&lt;br /&gt;
=== Application API ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Plugin API ===&lt;br /&gt;
&lt;br /&gt;
There are three kinds of plugins: input plugins, codec plugins, and output plugins.  These plugins are chained together by liboggstream to connect a &amp;quot;circuit&amp;quot; from the input(s) to the output(s) which fufill the requirements of the client.  If a &amp;quot;circuit&amp;quot; cannot be established liboggstream should return an appropriate error, whereas the application can utilize the plugin browser functions to find and install the missing plugins through an appropriate method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Input Plugins&#039;&#039;&#039; have a method and output a specific format.  This format is provided after the plugin is initialized.  Multiple input plugins may be opened to pull data from multiple sources (ie, an audio source and video source).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Codec Plugins&#039;&#039;&#039; change the data from one format to another.  In almost every case they are needed to satisfy the requirements of the application to process the input format to the output format.  They can be used in series to satisfy requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Output Plugins&#039;&#039;&#039; send the formatted data (encoded, transcoded, or decoded) to it&#039;s final destination.  It needs an output method and is opened with a specific input format.  Some output plugins may only support one format (Ogg, pcm, yuv, etc).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=YeppGavDetails&amp;diff=1540</id>
		<title>YeppGavDetails</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=YeppGavDetails&amp;diff=1540"/>
		<updated>2005-08-20T00:26:13Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20010225 (1.0 beta 4)/01 - Sunday Bloody Sunday.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 74e2a24d): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20010225 (1.0 beta 4)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 128.000000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=Sunday Bloody Sunday&lt;br /&gt;
        artist=U2&lt;br /&gt;
        album=War&lt;br /&gt;
        date=1990&lt;br /&gt;
        tracknumber=01/10&lt;br /&gt;
        genre=Pop&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 4576938 bytes&lt;br /&gt;
        Playback length: 4m:37.226s&lt;br /&gt;
        Average bitrate: 132.077857 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiph.Org libVorbis I 20020717 (1.0)/01 - Inferno (Unleash The Fire).ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 726955b3): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiph.Org libVorbis I 20020717 (1.0)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 160.003000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=Inferno (Unleash The Fire)&lt;br /&gt;
        artist=Symphony X&lt;br /&gt;
        album=The Odyssey&lt;br /&gt;
        date=2002&lt;br /&gt;
        tracknumber=01/08&lt;br /&gt;
        genre=Symphonic Rock&lt;br /&gt;
        comment=&lt;br /&gt;
        =&lt;br /&gt;
        SOURCEMEDIA=CD&lt;br /&gt;
        ENCODING=OggEnc v1.0 (libvorbis 1.0) -q 5&lt;br /&gt;
        organization=InsideOutMusic&lt;br /&gt;
        labelno=IOMCD 109 / IOMACD 2044 / SPV 085-65342 CD&lt;br /&gt;
        REPLAYGAIN_TRACK_PEAK=1.07825959&lt;br /&gt;
        REPLAYGAIN_TRACK_GAIN=-7.71 dB&lt;br /&gt;
        REPLAYGAIN_ALBUM_PEAK=1.13985360&lt;br /&gt;
        REPLAYGAIN_ALBUM_GAIN=-7.98 dB&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 6602508 bytes&lt;br /&gt;
        Playback length: 5m:32.706s&lt;br /&gt;
        Average bitrate: 158.758658 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20010813 (1.0 rc2)/01 - Devil&#039;s Haircut.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 31b72473): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20010813 (1.0 rc2)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 192.000000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=Devil&#039;s Haircut&lt;br /&gt;
        artist=Beck&lt;br /&gt;
        album=Odelay&lt;br /&gt;
        date=1996&lt;br /&gt;
        tracknumber=01/13&lt;br /&gt;
        genre=Rock&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 4408552 bytes&lt;br /&gt;
        Playback length: 3m:14.066s&lt;br /&gt;
        Average bitrate: 181.733507 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20001031 (1.0 beta 3)/01 - A Day Without Rain.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 40e370bc): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20001031 (1.0 beta 3)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 160.000000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=A Day Without Rain&lt;br /&gt;
        artist=Enya&lt;br /&gt;
        album=A Day Without Rain&lt;br /&gt;
        date=2000&lt;br /&gt;
        tracknumber=01/12&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 2890711 bytes&lt;br /&gt;
        Playback length: 2m:38.226s&lt;br /&gt;
        Average bitrate: 146.155439 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20000508 (1.0 beta 1 or beta 2)/01 - In Tenebris.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 000062d4): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20000508 (1.0 beta 1 or beta 2)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate not set&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=In Tenebris&lt;br /&gt;
        artist=Rhapsody&lt;br /&gt;
        album=Power Of The Dragonflame&lt;br /&gt;
        date=2002&lt;br /&gt;
        tracknumber=01/10&lt;br /&gt;
        genre=Progressive Rock&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 1812739 bytes&lt;br /&gt;
        Playback length: 1m:28.533s&lt;br /&gt;
        Average bitrate: 163.801717 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20011231 (1.0 rc3)/01 - Encore Une Chance.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 1920d57d): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20011231 (1.0 rc3)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 112.015000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=Encore Une Chance&lt;br /&gt;
        artist=Noisy Fate&lt;br /&gt;
        album=Avoir L&#039;air&lt;br /&gt;
        date=2001&lt;br /&gt;
        tracknumber=01/13&lt;br /&gt;
        genre=Rock&lt;br /&gt;
        kde-encoder=kio_audiocd&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 3128897 bytes&lt;br /&gt;
        Playback length: 3m:38.538s&lt;br /&gt;
        Average bitrate: 114.538736 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)/01 - You Will Be a Hot Dancer.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 3d4f4f3c): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 128.000000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=You Will Be a Hot Dancer&lt;br /&gt;
        artist=Incubus&lt;br /&gt;
        album=Fungus Amongus&lt;br /&gt;
        date=1995&lt;br /&gt;
        tracknumber=01/10&lt;br /&gt;
        genre=Rock&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 3517563 bytes&lt;br /&gt;
        Playback length: 3m:47.026s&lt;br /&gt;
        Average bitrate: 123.952417 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&lt;br /&gt;
=== Processing file &amp;quot;./Vendor: Xiphophorus libVorbis I 20010615 (1.0 rc1)/01 - Remede.ogg&amp;quot;... ===&lt;br /&gt;
&lt;br /&gt;
New logical stream (#1, serial: 7ef6d8b1): type vorbis&lt;br /&gt;
Vorbis headers parsed for stream 1, information follows...&lt;br /&gt;
        Version: 0&lt;br /&gt;
        Vendor: Xiphophorus libVorbis I 20010615 (1.0 rc1)&lt;br /&gt;
        Channels: 2&lt;br /&gt;
        Rate: 44100&lt;br /&gt;
        Nominal bitrate: 128.000000 kb/s&lt;br /&gt;
        Upper bitrate not set&lt;br /&gt;
        Lower bitrate not set&lt;br /&gt;
        User comments section follows...&lt;br /&gt;
        title=Remede&lt;br /&gt;
        artist=Mass Hysteria&lt;br /&gt;
        album=De Cercle En Cercle&lt;br /&gt;
        date=2002&lt;br /&gt;
        tracknumber=01/13&lt;br /&gt;
        genre=Metal&lt;br /&gt;
        Vorbis stream 1:&lt;br /&gt;
        Total data length: 5081049 bytes&lt;br /&gt;
        Playback length: 5m:22.000s&lt;br /&gt;
        Average bitrate: 126.237242 kbps&lt;br /&gt;
        Logical stream 1 ended&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=Vorbis_Hardware&amp;diff=1539</id>
		<title>Vorbis Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=Vorbis_Hardware&amp;diff=1539"/>
		<updated>2005-08-20T00:25:44Z</updated>

		<summary type="html">&lt;p&gt;1234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of hardware of all categories, from mobile players to chipsets, that support Ogg Vorbis.&lt;br /&gt;
&lt;br /&gt;
There are currently more than 40 different companies offering a total of more than a hundred products that support decoding Ogg Vorbis. Most likely you&#039;ll find a product that meets your demands, if not, come back next week. New products are added on a weekly basis, as many companies are working to support it on their hardware.&lt;br /&gt;
&lt;br /&gt;
If you know of any other hardware or projects, please add them to the list. More hardware info can be found at [http://www.xiph.org/ogg/vorbis/hardware.html vorbis hardware page].&lt;br /&gt;
&lt;br /&gt;
== Consumer products ==&lt;br /&gt;
&lt;br /&gt;
These players support Ogg Vorbis either out of the box or after a firmware upgrade.&lt;br /&gt;
&lt;br /&gt;
* [[PortablePlayers]]: mobile players&lt;br /&gt;
* [[StaticPlayers]]: installed players&lt;br /&gt;
&lt;br /&gt;
For hardware that is able to run third-party software (such as PDAs), please visit [[VorbisSoftwarePlayers]].&lt;br /&gt;
&lt;br /&gt;
== Non-consumer products ==&lt;br /&gt;
&lt;br /&gt;
This is Vorbis in Silicon, meaning chips from which actual consumer products can be built.&lt;br /&gt;
&lt;br /&gt;
* [http://oggonachip.sourceforge.net/ Ogg On A Chip]&lt;br /&gt;
:A hardware/software implementation with a good report showing how to make FPGAs and the like to decode Vorbis streams.&lt;br /&gt;
&lt;br /&gt;
* [http://www.finearch.com/english FineArch]&lt;br /&gt;
:FineArch, Inc. developed a hardware core and control software for decoding Vorbis.  This technology can be integrated into portable players or cell phones, and since it runs at only 12MHz, it uses very little battery power.  It supports files up to 64Kb/s, but could be scaled to 16MHz and 128Kb/s, at the expense of battery life.  For more information, see FineArch&amp;amp;#x2019;s [http://www.finearch.com/english/news/pr_20030715/pr_20030715.htm press release].&lt;br /&gt;
&lt;br /&gt;
* [http://www.mcslogic.com/ MCS Logic]&lt;br /&gt;
:MCS Logic creates single chip decoders that can play Ogg Vorbis. They supply the Vorbis decoding chips for Havin and Freemax.&lt;br /&gt;
&lt;br /&gt;
* [http://www.telechips.com Telechips]&lt;br /&gt;
:Telechips has developed the TCC72x, a single chip decoder that can play Vorbis. The TCC72x series is based on on an ARM940T core, and it is used widely in Korea for players such as Iops or MobiBlu.&lt;br /&gt;
&lt;br /&gt;
* [http://www.tamulsite.co.kr Tamul Multimedia]&lt;br /&gt;
:Tamul Multimedia manufactures decoding chips for Samsung.  They claim they have Ogg Vorbis decoding firmware, according to [http://www.dt.co.kr/print.html?gisaid=2003031002011367704002 &amp;lt;em&amp;gt;The Digital Times&amp;lt;/em&amp;gt;] (Korean).&lt;br /&gt;
&lt;br /&gt;
* [http://www.sigmatel.com/ SigmaTel]&lt;br /&gt;
:SigmaTel hasn&#039;t announced anything that we&#039;ve heard, but we do like this quote:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;&amp;lt;i&amp;gt;I talked to Deborah Clark, product marketing engineer for audio chipmaker Sigmatel out of Austin, Tex. She is the company&#039;s expert in audio decoders. She says there is a growing base of support for Ogg Vorbis. &amp;quot;We can&#039;t keep paying these high licensing fees for this. Manufacturers would flock to something that&#039;s free.&amp;quot; &amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
:from a 2000 [http://www.forbes.com/2000/09/18/dvorak_index.html column in Forbes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
[http://21jewelry.com Fine Jewelry]&lt;br /&gt;
[http://mrjeweller.us Gold Jewelry]&lt;br /&gt;
[http://detox-kit.com Drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]&lt;br /&gt;
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/saliva-detox/ saliva detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://detox-kit.com/categories/hair-detox/ hair drug detox]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kit]&lt;br /&gt;
[http://tests-market.com/categories/first-aid/ first aid kits]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug test]&lt;br /&gt;
[http://tests-market.com/categories/drug-tests/ drug tests]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol test]&lt;br /&gt;
[http://tests-market.com/categories/alcohol-tests/ alcohol tests]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://tests-market.com/categories/ovulation-tests/ ovulation test]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/earrings/ gold earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklet]&lt;br /&gt;
[http://mrjeweller.us/categories/anklets/ anklets]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]&lt;br /&gt;
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstone]&lt;br /&gt;
[http://mrjeweller.us/categories/birthstones/ birthstones]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bracelets/ gold bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chains]&lt;br /&gt;
[http://mrjeweller.us/categories/chains/ gold chain]&lt;br /&gt;
[http://mrjeweller.us/categories/beaded-chains/ bead chains]&lt;br /&gt;
http://mrjeweller.us/categories/beaded-chains/ beaded chains]&lt;br /&gt;
[http://mrjeweller.us/categories/charms/ charms]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]&lt;br /&gt;
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]&lt;br /&gt;
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-bracelets/ men&#039;s bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s rings]&lt;br /&gt;
[http://mrjeweller.us/categories/mens-rings/ men&#039;s ring]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelets]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]&lt;br /&gt;
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]&lt;br /&gt;
[http://toe.shengen.ru toe rings]&lt;br /&gt;
[http://detox.shengen.ru drug detox]&lt;br /&gt;
[http://jewelry.shengen.ru fine gold jewelry]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1234</name></author>
	</entry>
</feed>