[Freedos-user] ogg-vorbis for DOS

2012-01-07 Thread David Griffith

Does anyone here have or know of any 16-bit-clean sample code to stream
Ogg Vorbis files from the hard disk?  I'm trying to figure out how much of
the Blorb standard I can implement in 16-bit DOS Frotz.

-- 
David Griffith
dgri...@cs.csubak.edu

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] ogg-vorbis for DOS

2012-01-07 Thread Rugxulo
Hi,

On Sat, Jan 7, 2012 at 7:52 PM, David Griffith dgri...@cs.csubak.edu wrote:

 Does anyone here have or know of any 16-bit-clean sample code to stream
 Ogg Vorbis files from the hard disk?  I'm trying to figure out how much of
 the Blorb standard I can implement in 16-bit DOS Frotz.

I don't know for sure. I would be surprised if anybody writes such
code these days. Not that they shouldn't, but usually they don't. All
the world's a VAX. (Or all the world's a POSIX or Windows.)   :-(

BTW, the closest guess I can come up with is Tremor:

http://en.wikipedia.org/wiki/Tremor_(software)
http://wiki.xiph.org/index.php/Tremor
http://svn.xiph.org/trunk/Tremor/


It is a software library that decodes the Vorbis audio format. It is
free software released under the New BSD license. Tremor uses
fixed-point and movable-point arithmetic numeric representations in
its implementation so that it can be used by small embedded devices,
which typically do not have floating-point processors.


Note that I've never used it personally, but it sounds promising. Good luck!

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user