Displaying 11 results from an estimated 11 matches for "oggsquish".
2001 May 14
1
application/ogg media type registration
...this is what the application/ogg MIME descriptor is supposed to look
like. Same request for comments here...
Linus Walleij
---------
MIME media type name: application
MIME subtype name: ogg
Required parameters: none
Optional parameters: none
Encoding Considerations:
The OggSQUISH data is binary data, and must be encoded for
non-binary transport; the Base64 encoding is suitable for Email,
Binary encoding could also be used.
Security Considerations:
As the OggSQUISH file is a container format and only a carrier
of content (such as Vorbis audi...
2001 May 14
4
audio/vorbis media type registration
This is the first draft of the audio/vorbis media registration form to be
handled to the IANA. PLEASE comment extensively, even minor spelling
mistakes etc are to be stamped out of this I hope.
A media type for application/ogg (or should it be
application/oggsquish?) will be created separately.
I would be very happy if someone could supply the 4-letter filetype code
used by MacIntosh .ogg files.
Linus Walleij
--------
MIME media type name: audio
MIME subtype name: vorbis
Required parameters: none
Optional parameters: none
Encoding Consider...
2000 Aug 28
1
enidanism in the OggSquish logical bitstream framing format...
why store multibyte values as little endinan?
wouldn't it make a lot more sense to use network byte order? (big-endian, most
significant byte 1st)??
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the
2000 Apr 25
0
Re: Open License for Standards Specifications
...validation according
> to the MPEG7 DDL and Description Schemes.
>
> In fact, one important thing is also to think
> about the production part,
> that is to think how we can produce metacontent
> using MPEG7 specs.
>
> Cld
I agree, and hopefully the DTD developed for the OggSquish metadata will be
compatible with MPEG7 (I'm copying this to the vorbis-dev list, though I
think this has already been agreed upon). Since I think that we've agreed
on OggSquish as the stream format and it already has an XML stream type, I
think we're pretty much set. Perhaps I can try...
2001 Jan 11
2
Welcome to vorbis
...end email to <owner-vorbis@xiph.org> .
This is the general rule for most mailing lists when you need
to contact a human.
Here's the general information for the list you've subscribed to,
in case you don't already have it:
This list is intended for any and all discussion of the OggSquish
Vorbis audio format and applications. Feel free to muse at great
length on the topic of Vorbis or ask any questions you may have.
This list is archived at http://www.xiph.org/archives/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To...
2001 May 30
3
Lossless/lossy hybrid?
...is thinking to implement a kind of
audiophile-quality lossy compression which would filter "noise bits" that
are hard to encode lossless but which are (or should be) inaudible and thus
improve lossless compression (avg. 300-450kbps). I think that implementing
something like this in future OggSquish could be very interesting for people
who want very high-quality but are unsatisfied with lossless compression
ratios.
Here's the message from Monkey's Audio forum:
_____________________________________
Howdy everyone,
I was putzing around with MAC today and I made a lossy mode that seems...
2001 Jan 02
1
best encoding
I've got some songs that I need OGG-ified as high quality as possible for my site, and I'm not sure how to go about doing it. I've checked out the tools available, but I'm wondering if there's anything else I should know about the process (above and beyond how to run the apps).
Any advice in this area would be greatly appreciated. These suckers have got to be PERFECT...
2000 Sep 07
0
AW: What's in a name
...l music studio project
of which it was to be part.
A few months after the first Squish webpage, I received a polite but firm
letter informing me that Squish is a registered trademark (for a mail
transport system). Mike Whitson, a contributor to the cause in the early
days, suggested the name 'OggSquish' as a replacement.
An 'Ogg' is a tactical maneuver from the network game 'Netrek' that has
entered common usage in a wider sense. From the definition:
3. To do anything forcefully, possibly without consideration of the drain on
future resources. "I guess I'd better go...
2003 Mar 18
0
Ogg Traffic for March 18, 2003
...Oh-Gee-Gee, which is not right. The
format's name is Ogg. It is a word, not an acronym, and it's
pronounced like Dog without the letter D. If you're not familiar with
the word or why it is a fitting name for an audio compression
algorithm, please see the OggSquish section on [3]this page.
If you respect Ogg Vorbis for the amazing piece of technology that it
is, please respect its creator, Monty, and call it by the name that he
chose for it, and spread the word: It's Ogg, not OGG!
Thanks for listening. We now return to our regular scheduled...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...g.h>
+#endif
+
#include <errno.h>
#include <iconv.h>
#include <stdio.h>
Index: oggenc/audio.c
===================================================================
--- oggenc/audio.c (revision 11702)
+++ oggenc/audio.c (working copy)
@@ -8,6 +8,9 @@
** AIFF/AIFC support from OggSquish, (c) 1994-1996 Monty <xiphmont@xiph.org>
**/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <stdio.h>
@@ -15,10 +18,6 @@
#include <sys/types.h>
#include <math.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#e...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...g.h>
+#endif
+
#include <errno.h>
#include <iconv.h>
#include <stdio.h>
Index: oggenc/audio.c
===================================================================
--- oggenc/audio.c (revision 11702)
+++ oggenc/audio.c (working copy)
@@ -8,6 +8,9 @@
** AIFF/AIFC support from OggSquish, (c) 1994-1996 Monty <xiphmont@xiph.org>
**/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <stdio.h>
@@ -15,10 +18,6 @@
#include <sys/types.h>
#include <math.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#e...