Displaying 20 results from an estimated 26 matches for "mikeh".
Did you mean:
mike
2010 Jul 06
3
V0.8.0 Problems
...problems with V0.8.0. I will address them seperately.
1. My compiler is complaining about the following code in celt.c which seems to define metric first as celt_word32, then as celt_word16. Am I mis-interpreting something?
?? VARDECL(celt_word32, metric);
?? ALLOC(metric, len, celt_word16);
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100706/ace6cbe4/attachment-0002.htm
2010 Mar 22
2
Porting CELt to the C5505
Tony,
How is this going? Have you been able to get CELT to run on a TI55xx? I am
very interested in the % utilization of the hardware and whether multiple
instance of CELT on the same DSP are feasible. I look forward to your
findings.
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100321/fab36669/attachment-0002.htm
2010 Jul 01
4
(no subject)
...n cwrs.c?
/*If _k==0, the following do-while loop will overflow the buffer.*/
----------------------------------------------------------------
...because the following do-loop does overflow the buffer when k=126
k=2;
do _u[k]=(k<<1)-1;
while(++k<len);
Thanks,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100701/7cb90de0/attachment-0001.htm
2016 Dec 19
0
[Bug 1424] Cannot signal a process over a channel (rfc 4254, section 6.9)
https://bugzilla.mindrot.org/show_bug.cgi?id=1424
mikeh <randomfoox at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |randomfoox at gmail.com
--- Comment #40 from mikeh <randomfoox at gmail....
2010 Jun 07
1
GLOBAL_STACK_SIZE
...en debugging this macro, a value of -31072 is
passed to *celt_alloc_scratch, which allocates no stack, causing failure of
celt_mode_create(). What am I missing? Can you provide some insight on how
the stack should be allocated? How large should it be? 100,000 bytes seems a
bit large to me.
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100607/658a34c0/attachment-0002.htm
2010 Jul 19
1
Endianess Switch?
Jean-Marc,
It appears that since testcelt reads a WAVE file from disck and passes the
data directly to celt_encode, so that celt_encode's "in" buffer must be
expecting little-endian formatted packets. Is this correct? Is there
endiness switch somewhere?
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100719/ad60e6e9/attachment-0002.htm
2011 Jun 06
1
QCONST16?
...FLOATING_POINT section:
#define QCONST16(x,bits) (x)
However, in both celt.c and quant_bands.c, QCONST16 is referenced without a
conditional FLOATING_POINT define. So when I compile as FIXED_POINT I get an
"undefined identifier" for QCONST16. Am I doing something wrong?
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110606/30ee514c/attachment-0002.htm
2010 Jun 02
1
C55xx Linking Error
...ebug/libcelt81.lib<mdct.obj>
>> Compilation failure
_cifft32_NOSCALE C:/Documents and Settings/Mike/My Documents/TI
Workspaces/workspace_libcelt/libcelt81/Debug/libcelt81.lib<mdct.obj>
================================================
Any help would be much appreciated.
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100602/0b4bd0d7/attachment-0002.htm
2004 Mar 06
3
Voiceplus
Anyone using asterisk with VoicePlus ? Looking for a new provider
and wanted to get a little feedback
2010 Nov 11
1
NFS Mounted GlusterFS, secondary groups not working
Howdy,
I have a GlusterFS 3.1 volume being mounted on a client using NFS. From the client I created a directory under the mount point and set the permissions to root:groupa 750
My user account is a member of groupa on the client, yet I am unable to list the contents of the directory:
$ ls -l /gfs/dir1
ls: /gfs/dir1/: Permission denied
$ ls -ld /gfs/dir1
rwxr-x--- 9 root groupa 73728 Nov 9
2004 Jan 06
2
911
FYI there is a way to do 911 its called E-911 enhanced 911
the user has to set it up with the local emergency services
to it and you setup your pbx to xmit the data.
Here is the fcc rule about it
http://www.fcc.gov/911/enhanced/
2010 Jun 30
1
SMALL_FOOTPRINT?
Jean-Marc,
Can you give us some insight into the meaning and usage of #define
SMALL_FOOTPRINT that appears in cwrs.c?
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100630/6edffd7c/attachment-0002.htm
2010 Nov 04
1
Frame_size?
...els? When you say "frame_size
samples" does this mean that, if my frame_size is defined as 128, there are
64 left samples and 64 right samples per frame? Or does this mean 128 left
samples + 128 right samples per frame? I believe you mean the latter, but
just wanted to make sure.
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20101104/b8e17af0/attachment-0001.htm
2011 May 04
1
V8.1 Fixed Point
...atible with parameter of type
"celt_int16 *" libcelt81_orig_DSP/libcelt celt.c line
396 1304524612394 19772
It compiles nicely in Float but I need Fixed Point. Is there any way for you
guys to easily repair this issue, or instruct me on how to do it?
Thanks,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110504/ff188595/attachment-0001.htm
2011 May 09
1
V11.1 Problem
...rame_size, ec_dec *dec)
{
int j, ret, C, N;
VARDECL(celt_int16, out);
ALLOC_STACK;
SAVE_STACK; <<<<<<<<<<<<<<<ERROR Here "declaration may not appear after
executable statement in block"
Is there an easy fix for this?
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110509/1c4223e5/attachment-0002.htm
2011 Oct 10
1
24-bit audio?
Gents,
"CELT now supports a larger dynamic range, suitable for encoding 24-bit
audio (float version only)."
I realize this was way back in V6, but is it still true?
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20111010/d38482b5/attachment-0002.htm
2012 Feb 16
1
Static Variables?
...d am having trouble creating
a heap large enough to accommodate all of the dynamically created variables.
In fact, I would much prefer to have all variables created statically. Could
someone give me a short tutorial on what I need to do the create all of the
requisite variable statically?
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20120216/db646488/attachment-0002.htm
2012 Jul 03
2
Opus approved by the IETF
Hi everyone,
I'm pleased to announce that the IETF has just approved for Opus to
become a standard. I'll still take a few more weeks of editing before
it's published as an RFC, at which point we'll release version 1.0. From
now on, we'll be replacing the use of the CELT name with Opus and I'd
like to encourage everyone to switch to Opus in their applications. Note
that
2012 Aug 01
0
MIPs Info Needed
...f the MIPS required. We have experience with CELT v.81 and have seen encode
(mono) at ~60MIPS and decode at ~40MIPS. Does anyone have any knowledge of
the MIPs requirements for Opus (specifically the SILK portion)? Any
experience with other processors (such as ARM) would be helpful.
Thank you,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20120801/e9a73403/attachment.htm
2012 Aug 21
1
FIX vs FLP switch?
Gents,
Where might I find the Fixed Point switch for the Silk portion of Opus
1.0.1? I have generated a config.h file and added #define FIXED_POINT to my
project, but still get FLP compile errors in the Silk files.
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20120821/f1c2327a/attachment.htm