Displaying 20 results from an estimated 38 matches for "blackham".
2004 Aug 06
4
Chopping off the wideband?
...cat
is that the XMMS plugin does not like seeking within anything
except the first logical stream. I may pick up this as well as I
haven't heard anything back from Jens and his site has disappeared.
</braindump>
Thanks for listening :) Comments welcome!
Regards,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030219/a61bb392/part-0001.pgp
2004 Aug 06
2
patch for libspeex
...the presentation audio
streams, and sweep will be used to trim/tweak them. (I'll be at that
tutorial ;) If anybody else on this list will be at linux.conf.au,
perhaps there could be a speex (or even audio codecs/software/etc)
BOF for those interested? Anybody?
Cheers,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2003 Sep 29
1
Handling of X-Status flags
...ebMail and there seems to arise a bit of confusion
between the two flags.
Attached is a patch that reverses this behaviour (prepared against
0.99.10 but applies with a little fuzz to cvs). I'd like to hear
people's comments on the issue... is it just me? :)
Thanks,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
-------------- next part --------------
diff -ruN dovecot-0.99.10/src/lib-index/maildir/maildir-index.c dovecot-0.99.10.brb/src/lib-index/maildir/maildir-index.c
--- dovecot-0.99.10/src/lib-index/maildir/maildir-index.c Fri Jun 27 00:11:06 2003
+++ dovecot-0.99....
2004 Aug 06
2
patch for libspeex
...s. If and when I do
figure out some optimisations, I'll forward them your way.
In the meantime, I've discovered I can gain another 10% speed
increase by declaring vq_nbest and vq_best_sign as inline. (They get
called so frequently, they may as well be). :)
Regards,
Bernard
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2004 Aug 06
3
Chopping off the wideband?
...ether, and modify things like author/title tags
without the need for decoding/re-encoding. If I were to polish it up
a little (a lot), and maybe implement the ultra-wideband -> wideband
stripping, would anybody honestly use it? If so, I'd be happy to do
so.
Regards,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030219/c8f5a706/part-0001.pgp
2004 Aug 06
2
linux.conf.au and streaming (was Re: patch for libspeex)
...busy at school, but if
> anyone makes any patches, I'll be happy to look at them.
In the process of merging your code with the http code, I've ripped
yours to shreds to fit... Hope you dont mind. Perhaps you could
bless it with a new version number? :)
Cheers,
Bernard.
--
Bernard Blackham -- bernard at blackham dot com dot au
<shameless plug follows/>
Alan, Rasmus, HPA, Bdale, Rusty, Tridge, Hemos and more...
Four days. One place.
How would you feel if you missed it? http://www.linux.conf.au/
-------------- next part --------------
A non-text attachm...
2004 Aug 06
2
patch for libspeex
...ing to grasp the code (I'm just a coder, no background
in sound processing), and just optimised some loops. Should I be
sending the patch straight to Jean-Marc? Or is here the right place?
It's small so attached anyway for now. Patch is against CVS 14-Dec.
Regards,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
--- speex/libspeex/vq.c 2002-12-14 13:53:57.000000000 +0800
+++ speexme/libspeex/vq.c 2002-12-14 13:53:10.000000000 +0800
@@ -59,7 +59,8 @@
/*Finds t...
2004 Aug 06
2
patch for libspeex
...d a list of vectors (codebook) and it returns the id's of the N
> closest (n-best) codebook vectors.
Thanks. I'm beginning to grasp it piece by piece. Currently looking
at the codebook search - next culprit on the list as given by gprof
(and OPTIMIZE :)
Cheers,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
^----- presentations will be recorded with speex :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes...
2003 Oct 02
2
Patches
As the freeze for Debian sarge slowly approaches I want to make sure
the Dovecot packages are in as good condition as possible. I see there
have been a number of patches since 0.99.10. I have added the following
patches:
* segfault when user home directory is empty
* Proper PAM service name
* Make suid work on 2.6 kernels
Any other patches thatI ought to add. Or better yet, will there be a
2004 Aug 06
1
patch for libspeex
...sure how C inlining works. Does the inlined function
> need to be in a .h?
I believe either the .h or the .c or both (both for consistency). It
does seem an obvious optimisation for gcc to do though. Maybe
because its in a different source file perhaps? No idea.
Rgds,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2003 Oct 05
2
those assertions
...9;s only ever been spotted once in the last few weeks:
file imap-bodystructure.c: line 278 (part_parse_headers): assertion failed: (part->physical_pos >= input->v_offset - start_offset)
I'm waiting for them to happen again to provide some more info...
Regards,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
2004 Aug 06
3
Speex wishlist
Hello Bernard,
Friday, December 13, 2002, 7:22:54 AM, you wrote:
Bernard> I've one small request - an option on speexenc that allows you to
Bernard> specify a speex file to append to, allowing you to concatenate
Bernard> streams without losing quality by decoding & encoding. Ideally, it
Bernard> would:
But you can `cat speex1.ogg speex2.ogg> unionspeex.og` and still have
2004 Aug 06
0
Speex wishlist
...ntly
using a program derived from speexenc/speexdec to simply join two or
more speex files together - but I'll happily write up a patch
against CVS in the next 2 or 3 days and send it to you, if you or
others think this useful (and not just excess bloat).
Kind regards,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2004 Aug 06
0
Speex wishlist
...cket in the file which has to be set to zero for
the first stream. Other players might ignore this end of stream
flag, which probably isn't the best thing to do. If it were this
simple I'd be happy to do "speexenc - - >> appendedfile.spx" :)
Cheers,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2004 Aug 06
1
speexenc/dec exit code
...turn 1 on successful completion? It would be
preferable if they returned 0 unless there were errors, to be
consistent with other *nix utilities and to allow for easier
scripting (eg speexdec sample.spx && cp sample.spx somewhere)
Would anyone be against this?
TIA,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
Australian Linux Technical Conference 2003: http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/piper...
2004 Aug 06
1
Speex test cases? and XMMS speex plugin
...quality, but they actually sound *better* (even
without normalizing) - the audio sounds clearer.
Whether or not this was expected with rc2, I'd like to give a huge
thank you to Jean-Marc and anybody else involved for developing such
a high quality codec!
Best wishes,
Bernard.
--
Bernard Blackham
bernard at blackham dot com dot au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030211/73e73050/part-0001.pgp
2004 Aug 06
3
Chopping off the wideband?
If I encode something in ultra-wideband, can I decode it in wideband by
chopping off bytes in every frame?
John
--- >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 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
2004 Aug 06
5
linux.conf.au and streaming (was Re: patch for libspeex)
...the xmms plugin, then
using http streaming. I haven't been able to find even Ogg streaming
software (server/client) that isn't tightly integrated with Vorbis.
> Ah, if I could only be there... but it's a terribly long
> way to fly to.
See revised .sig :)
Bernard.
--
Bernard Blackham -- bernard at blackham dot com dot au
<shameless plug follows/>
Alan, Rasmus, HPA, Bdale, Rusty, Tridge, Hemos and more...
Four days. One place.
How would you feel if you missed it? http://www.linux.conf.au/
-------------- next part --------------
A non-text attachment was scrubbed....
2004 Dec 03
3
Two zaptel T1 cards: no clock from one
List,
I have a TE410P (T1 mode, all PRI) and a T100P (fxoks, for fxs channel
bank). I cannot seem to get the T100P to send any clock to the
channel bank. I prefer that it use the same clock source as the
TE410P, but it doesn't matter if it's not in sync just as long as it's
there.
The TE410P is configured 3x pri_cpe, 1x pri_net. The three cpe go to
XO Sonus switch, the net to
2004 Aug 06
6
Speex wishlist
Hi,
Speex is getting close to beta4, which I'd like to be feature-complete
(or as close as possible). That's why I'd like to ask if anyone here has
needs for a feature that hasn't been implemented yet. If so, please let
me know.
For those interested, here's what's going to be in beta4. First, the VBR
code has been greatly improved and now works good with wideband too.