Displaying 11 results from an estimated 11 matches similar to: "New to Vorbis"
2007 Dec 26
7
Which is faster: searching in a file or in a database
Hello,
I have ten CVS file with about 20000 rows in each.
If I want to search in these files for example get every row that has
the word "apple" i a column, which is faster:
If I read all these ten files into the database and then making search
in the database
or
If I search directly in the files for this inforamtion?
Thank you! Please motivate your answer and include a code to make
2013 Sep 15
0
audio tagtool vs recent glibc update
Hello there,
is it me or a recent glibc update in CentOS6 did break audio tagtool?
It now shows utf8 conversion errors and crashes. A rebuild from the
sources didn't help.
Regards,
--
wwp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL:
2006 Mar 29
3
tagtools vs acts_as_taggable
tagtools and acts_as_taggable are both folksonomy tools for rails,any
one who has used them both and can give a compare between them?
Grateful!
--
Posted via http://www.ruby-forum.com/.
2004 Sep 15
4
IAX to IAX connect question
Hi,
I got my * working fine with FWD at office with 2 extensions, i receive
calls and i can make calls thru FWD. I got also my * at home, and i
connected it using auth=rsa. From my home, i can make calls using my office
iax, but if i try to redirect incomming calls from FWD to my * at home, it
rejects the call. I created the pub/key pairs for rsa and its working ok
and i just pasted the
2011 Nov 09
1
installing R from source on fedora
Hello: I've included a txt file ( some day, when I have more time, I'll
turn it into latex ) that has the steps for installing R from source on
Fedora. It was
written only for people like myself who find these tasks difficult.
Also, could someone from the R-Sig-Fedora list let me know if the txt file
was attached because I don't actually receive emails that I send to the
2001 Jan 26
1
Thread issues: clarification
Monty --
I'm still running into problems with my threaded encoded, and I think I
just figured out why.
I have N threads running in parallel calling vorbis_analysis_blockout()
and vorbis_analysis() to do the number crunching on the input samples.
They all share a single vorbis_dsp_state -- my understanding was that this
was ok; they only *read* from the vorbis_dsp_state, therefore not
2008 Jan 29
0
understanding vorbis
hi,
I would like to understand better how vorbis works in detail and
studied the code more. I've already added some comments (tiny patch
attached) and wonder if this could be applied to svn.
Before I'd like to extend that patch. Right now I study
lib/envelope.c. The method _ve_amp() returns a combination of flags
1|2|4. 1 seems to indicate that some maximum has been exceeded and 2
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
Hi all,
I recently noticed that Vorbis shlibs export several symbols which are
not present in it's public header (for a total of 85 symbols, see
attach). Would it make sense to filter them via -fvisibility=hidden
and -Wl,--version-script? I attached a draft patch.
Best regards,
Yury Gribov
-------------- next part --------------
_book_maptype1_quantvals
_book_unquantize
__bss_start
2005 Nov 16
1
Crash in mdct_forward
Hello all,
I am playing around, trying to get an OggVorbis encoder
implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
2005 Nov 16
1
Crash in mdct_forward
Hello all,
I am playing around, trying to get an OggVorbis encoder
implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
2000 Aug 24
3
lib/block.c question
I'm starting in on documenting bits of vorbis (I'ld like to work on
low bit rates someday).
1. Can others doing documentation tell me what they're working on?
Please e-mail me directly. I'ld rather my efforts were coordinated
with yours!
2. In lib/block.c, I do not understand the rationale for the choice of
largebound in the case of vd.W being a short window (vd.W==0). The