similar to: Total uncompressed size

Displaying 20 results from an estimated 2000 matches similar to: "Total uncompressed size"

2008 Jan 10
4
Mocking and stubbing Rails'' association extensions
I''m having a lot of trouble stubbing out an association extension for some view tests. Example rails code modeling a music album: class Album < ActiveRecord::Base has_many :songs do def streamable find(:all, :conditions => ''streamable = 1'') end end end So for a given Album instance (say @album), I need to be able to stub both
2002 Jun 24
1
packetno, granulepos, streaming and framing
Hi While implementing OSS Ogg/Vorbis encoding and streaming using RTP/RTCP for both unicast and multicast, I have come across a few issues I need to clear out regarding the numbering of ogg_packets and their granulepos value. Below are the result for two different scenarios. <p>In the first scenario, ogg_packets are generated using a) vorbis_analysis_headerout() b) while
2003 Jul 29
2
Uncompressed size in bytes
Hi! I would like to decompress an ogg vorbis file from the memory to the memory. I wrote my own callbacks for it (Why isn't there callback functions for it? Just for void* data, and a size_t size). Now I can read the ogg file from the memory but I don't know the total size of the uncompressed data (I would like to decompress the data at once). How can I get the bitstream decompressed
2007 Mar 22
1
Flac encoding of 88.2kHz files -- not streamble?
Hi. I'm trying to encode some high sample rate music (88.2kHz) into flac. When trying this with flac 1.1.4 I get the following error: ##### keithr@eng:~$ work/flac-1.1.4/src/flac/flac Serenissima02.wav <snip copyright> Serenissima02.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 Serenissima02.wav: WARNING: skipping unknown sub-chunk 'fact'
2011 Jan 30
4
Any roadmap on WebM Support ?
Hello , We are using Icecast for few years in a small french radio station with great success ! ( hitting 60 simultaneous listeners sometimes :-) ) http://www.radiogalere.org:8080/ Now we plan to stream the webcam capture of the studio, we 've done a test with Ogv/theora @128kb video with great sucess although none of the HTML5 browser wher able to keep on playing the stream after few
2004 Jan 15
2
asterisk.org webpage
hi all for new users, finding asterisk info is unneccesary troublesome. the asterisk.org page has very little information about the product and using google for 'asterisk' is like using google for 'linux'. you get all too many hits that has nothing to do with the product. perhaps the asterisk.org page at least should point to voip-info.org? or perhaps it's time someone rewrote
2007 Feb 02
2
Asterisk logging everything?
Hi, Is it possible to keep asterisk from logging exactly everything? I can do the logger rotate and keep the files small enough, but I think it's unneccesary to log exactly all data. File grows by about 5 gb per month! Thanks! Regards, Jan
2004 Sep 10
3
FLAC as part of the Ogg project?
Matt Zimmerman wrote: > > As I understand it, the current Ogg/FLAC implementation simply wraps the Ogg > bitstream format around a normal FLAC stream, thus not utilizing the > features of Ogg, and duplicating various bookkeeping data. If the Ogg folks > were to spec out a FLAC-based codec for Ogg, it would likely look different > from the current implementation. > Right.
2004 Aug 06
2
PATCH: increase network congestion resilience (SOLVED!)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry. The patch is hopely here. On Saturday 18 January 2003 03:38, Michael Smith shaped the electrons to shout: > > Hi, > > find a patch which is an update to a patch sent months ago. Before > > it was in net/sock.c, now I moved it to format.c, so net CVS module > > is not affected. It polls the socket before trying to
2004 Sep 10
1
[Flac-users] Subset and non-Subset files
Josh explained, > search for "subset" on http://flac.sf.net/format.html > (I'll make a link in the documentation to it). That was over my head -- not the post, but the information at that URL. Does it mean that a non-Subset FLAC file isn't streamable, that a decoder can't read successive parts of the FLAC file and generate successive parts of the WAV?
2001 Jan 12
2
Suggestion!
Hey guys, Keep up the goodwork! I have a suggestion...why not make Ogg Vorbis streamable through QTSS or Darwin Streaming server. The people at Apple are willing to incorporate it I'm sure. Would be nice to be able to stream Ogg Vorbis from with QTSS or Darwin Server!! Lemme know what you think! Regards, Mark -- Mark de Bokx - Application Engineer Cistron Internet Services P.O. Box 297,
2005 Feb 01
2
Encoding Options
I have read FLAC's "--help", the man-page, and the HTML documentaion, but there are a few things that I don't understand. 1. I'll start with the thing I'm most confused about. The --best option is synonymous with -l 12 -b 4608 -m -e -r 6. Why is that? Is not -l 32 better that l- 12? And you can have -r 0,8 without using --lax, and -r 0,16 with --lax. 2. The --lax option
2005 Feb 28
3
test/unit error report for win32-service
Dan, I am assuming that the version in CVS is the most current one. Report follows. -- shanko ------------------------------------------------------ C:\win32utils\win32-service\test>ruby tc_service.rb This test will stop and start your Clipboard service, as well as pause and resume your Schedule service. This is harmless unless you are actually using these services at the moment you
2008 Aug 18
3
liboggplay and overlay video
Hi, I've eventually released the first version of my rendering library for Kate streams, and I've recently been hacking away at adding it to liboggplay. That was the missing "overlay" mode to the browser_plugin patch I sent a while ago. Now, I'm not too sure how to expose those overlays to liboggplay users: the obvious solution is to add a RGBA video type, and expose the
2002 Oct 20
2
[LLVMdev] PassManager and dependencies
Chris Lattner wrote: >>I don't grok this error message. Of course, -opt-a and -opt-b both work >>fine in isolation. >> >> > >You're right, this error message is terrible. As it turns out, all of >your passes invalidate all of the other passes, so C doesn't get A (which >is invalidated by B). The problem turns out to be a really trivial bug:
2016 Oct 12
2
RFC: General purpose type-safe formatting library
>> 1. os << format_string("Test"); // writes "test" >> 2. os << format_string("{0}", 7); // writes "7" > > > The "<< format_string(..." is ... really verbose for me. It also makes me > strongly feel like this produces a string rather than a streamable entity. I wonder if we could use UDLs instead? os
2010 Feb 20
1
Correct List?
Is this the correct list for asking detailed questions about implementing the Theora specification? For example, I have questions about creating the quantization matrices. Should I go to the theora-dev mailing list instead, or is that a private list for Xiph?
2005 Sep 05
1
Codebook verification
Is there a utility available that will dump the codebook information for a given Vorbis file. This would be useful to compare my own implementation against as a benchmark. Actually, a utility that would dump all of the Vorbis metadata would be quite useful as a development tool.
2002 Oct 18
2
[LLVMdev] PassManager and dependencies
I can't seem to figure out how to tell the PassManager that one Pass requires the results of two other Passes, in such a way that it will not crash itself. Attached file is the simplest possible example of Passes A, B, and C, such that C's getAnalysisUsage(AU) method calls AU.addRequired<A>() and AU.addRequired<B>(). When I try to run opt -load ... -opt-c, it tells me:
2004 Sep 10
1
ACM codec
Hi Ingo, >It is just a WAVEFORMATEX with a GUID in it. For the ACM system it is just a format with the id >WAVE_FORMAT_EXTENSIBLE and since ACM drivers are not registered by wFormatTag it should be working. >For testing purposes I've written a Vorbis ACM driver, that uses a WAVEFORMATEXTENSIBLE and I experienced >a problem when opening files with Media Player. It spend quite some