similar to: Multithreading

Displaying 20 results from an estimated 3000 matches similar to: "Multithreading"

2003 Jun 18
2
ogg multithread encoding
Hello! I'm working on a program which purpose is to compress a single wav file using many processes. I know that my solution may not look excellent but in my opinion it's simple to implement it in a program. What I've managed to do is: -split single wav file into many parts (with appropriate headers), -create process for each part, -each process executes 'oggenc' program. It
2002 Sep 19
3
Using large-scale repetition in audio compression
This idea is so simple that I'm sure it must have been thought of before, and discarded, since AFAIK it's not used anywhere. I did a quick web search but that didn't turn up much, so I figured I'd put it up for discussion here anyway. How about using large-scale repetition in audio compression? I'm thinking of redundancy in repeated pieces of a song, ie a chorus.
2004 Feb 18
5
compiling vorbis in cygwin
Hi, On compiling vorbis in a cygwin shell using "./autogen.sh" I get the following error... configure:19396: checking for Ogg configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg >&5 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -logg collect2: ld returned 1 exit status The
2001 Feb 10
2
A different take at video encoding - I'm stuck though
As I said in the other thread (for people using threaded mail)/in my last mail (for the rest), I'm working on the "split up the frames into textured triangles and output textures and coordinates" idea. The idea is to find edges in the image. So far I have a Sobel edge detector, a wavelet transformer (to compress the textures, still very incomplete, transform only), and some
2003 Jun 11
1
Problems with ov_open continued
I've downloaded the latest versions of the libraries available from the website, http://www.vorbis.com/download_unix.psp, and compiled them, but it hasn't made any difference to the situation. I downloaded the .tar.gz "for everyone" versions, not the rpm developer versions. Will this make any difference? Cheers, Oliver Sneyd <p>--- >8 ---- List archives:
2003 Jun 17
1
For Oggvorbis algorithm description.
Dear Sir, I am a DSP Engineer working in the field of Audio Standards and general Signal Processing Algorithms. I am very much interested in knowing the algorithms which make OggVorbis a reality. Kindly send me the link which will lead me to the algorithm description or pseudo-code. Thanking You, Sincerely, Tom Xavier. <p>--- >8 ---- List archives:
2003 Aug 31
1
broken link in documentation
hello, i'm reading the doc at http://xiph.org/ogg/vorbis/doc/Vorbis_I_spec.html and the link to the paper http://www.iocon.com/resource/docs/ps/eusipco_corrected.ps doesn't work. Could anyone correct the link and/or mirror this paper ? Thanks, YG --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list,
2004 Jan 28
3
hi
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: readme.zip Type: application/octet-stream Size: 22646 bytes Desc: readme.zip Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20040129/8812d709/readme-0001.obj
2004 Feb 05
1
Psychoacoustic model
We've implemented a vorbis decoder based on Tremor and as part of the documentation we're also writing about psycho acoustic models and encoding. We're quite up to date with the decoding process and psycho acoustics in general but unfortunately not on the psycho acoustic encoding used in Vorbis. We have a few questions that would we would be very thankful to have answer to: Which
2004 May 06
2
AW: AW: Reading OGG embedded in a pack file
yes, you are right. i always search for quick and easy solution and forget in the meantime that vorbis is a low level codec library. so probably a wrapper lib is the right way. but as far as i understand vorbisfile is already a bunch of convenience functions? so to speak a wrapper lib ? so why not enhance a little bit vorbisfile ? and - i did not felt personally attacked. i just wanted to note
2001 Jan 02
3
now i'm a real vorbis guy.
unemployed like you ex-icast folks :) (half the company was axed) Erik. --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be
2003 Nov 08
1
Compiling problems libvorbis 2.0
Hi Guys, I want to compile libvorbis, but I get this error message if I made a make. I use Sun Solaris 9 on a UltraSPARC Server and gcc 3.3 can anyone help me, please? <p>Best Thanks Daniel Here the message output from compiling. ----------------------------------------- /usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0 mdct.lo smallft.lo block.lo envelope.lo
2003 Dec 08
2
Encoding, documentation, questions
As part of the documentation of a Vorbis decoding project, a quick explanation of the encoding procedure is required. I quite up to date with the decoding process but not with the encoding part. Is there any documentation explaining the different steps during encoding? What I'm looking for is a list of encoding steps, very briefly explained and more details on a few fundamental steps, like
2003 Nov 08
2
Encoding in Delphi - Help
Hi! I've made a vorbis encoder in delphi, but it's very verey slow! It takes 5 minutes to encode a pcm file. And i don't know why. Could anyone help me??? ---------------------------------------------------------------------------------- result := ogg_stream_flush(os, og); while result <> 0 do begin OutFile.Write(Pointer(og.header)^, og.header_len);
2004 Aug 02
9
various patches from Mandrakelinux package
I was looking at the libvorbis 1.0 SRPM of Mandrakelinux, and it contained some patches which are not included in vorbis 1.1 svn. I'm attaching these patches here, because it could maybe be interesting to include these upstream. (libvorbis-1.1-aliasing.patch is actually a rediffed patch of Mandrakesoft's one for 1.0 against 1.1 svn). The author of these patches is Gwenole Beachesne,
2003 Dec 11
1
Problems building vorbis tools 1.0.1
hi! I've got some problems compiling/linking the vorbis tools. at first I had the same problem as mentioned here: http://www.xiph.org/archives/vorbis-dev/200201/0005.html (make was looking for libogg.la in the wrong path) but creating a symlink to /usr/local/lib/libogg.la in /usr/lib/ helped. :) having solved this, I get a new error: --- gcc -O20 -ffast-math -fsigned-char -o ogg123
2003 Jan 29
4
PlusV algorithm
Important (imho)! I found this site in the internet: http://www.plusv.org/ PlusV is an audio enhancement algorithm similar to SRB of Mp3Pro, but 1) better than SBR 2) Fully open-source It seems to me wise to include PlusV into new versions of Ogg Vorbis. P.S. what about some long-awaited features in Ogg Vorbis? 1) ability to turn off the frequency filter in the encoder (especially for high
2000 Dec 19
1
Tarkin video codec?
Me again, this time not about patents but about wavelets. I've been doing some work on an image compression method which uses Haar wavelets plus VQ and entropy coding, and Segher Boessenkool told me in a private message that you are also doing a video codec. So I searched the archives and read a bunch of posts, but I never did find out any web address. And it's not on xiph.org either. So
2003 Sep 10
1
A new introduction attempt.
I have been using libvorbis for the past few weeks and have been asked to summarise what I have discovered about the codec. There is an early draft of the document at http://www.geocities.com/gatewaystation/vorbis/vorbis.htm - Please forgive the dodgy formatting (it was formerly a MS word document that got converted with their 'save as html' feature). I still have some additions to
2002 Feb 07
3
compressed audio tutorial - 2nd draft
I've updated the "Introduction to compressed audio with Vorbis" tutorial based on the many good corrections and suggestions I got here. Changes were: fixed range of 16bit samples (-32768 to 32767 rather than 0 to 65535) added sentence on why 44.1KHz was chosen for CDs added Sony's name as developer of CD format wrong word ("Which" ->