similar to: Vorbis on a TI C6713

Displaying 20 results from an estimated 500 matches similar to: "Vorbis on a TI C6713"

2009 Jun 24
1
Compiling speex for DSP TI C6713
Dear all, I have been using Speex during last year over PC with very good results. Now I'm trying to move my code to the DSP TI C6713. It's the first time I work with a DSP and with Code Composer. I use speex quite well but I'm not very good at compiling for different platforms. After reading all manuals I tried to compile the speex library with Code Composer and the speex options for
2006 Feb 16
1
Speex VAD&denoise algorithms on TMS320C6713
Hello, I'm almost beginner in DSPs and need advise. I did some simple applications on TMS, but now it's time for something bigger:). I'd like to implement VAD & denoise algortihms on TMS320C6713 in real-time, one channel. Can I use part of Speex for it? Is Speex sufficiently efficient? I try Speex on PC and it works very good. Any advise will be helpful. chojny -------------- next
2018 Jul 17
1
Codec Implementation on Hardware
Respected Sir/Madam, I am working as Research Scholar at IIT, Bhubaneshwar, which is one of the pioneer educational organization in India. ( http://www.iitbbs.ac.in ) My assigned task is to transfer voice signal (Audio in future) over wireless sensor network. I have Arduino DUE, Arduino Mega, TMS320C6713 DSP board, TMS320F28379D Lunch pad, FPGA boards and necessary Microphone, filter, amplifier,
2017 Jun 05
3
VirtRegMap invariant: no reserved physical registers?
Hey all, I've found a bug in either the PBQP register allocator or in VirtRegRewriter. I'm observing this assertion in VirtRegRewriter::rewrite() fail: unsigned VirtReg = MO.getReg(); unsigned PhysReg = VRM->getPhys(VirtReg); ... assert(!MRI->isReserved(PhysReg) && "Reserved register assignment"); Indeed there is a case where
2005 May 03
1
[LLVMdev] llvm control flow analysis?
I'm asking for a stepping stone to figure out how to get some control flow analysis on llvm IR. I need to find out specificially sections of if/else, for loops, and while loop locations in the original source code. I can look at the Cbackend and look there, but would there be any analysis code already written in your library that takes care of that.
2013 Feb 15
1
How to read/set ulimit for non-root asterisk process ?
Hello, On a production system, I'm seeing this: [Feb 13 16:47:00] WARNING[14742] res_agi.c: Unable to create toast pipe: Too many open files [Feb 13 16:47:00] WARNING[9283] acl.c: Cannot create socket [Feb 13 16:47:00] WARNING[9283] rtp.c: Unable to allocate RTCP socket: Too many open files [Feb 13 16:47:00] WARNING[14732] acl.c: Cannot create socket [Feb 13 16:47:00] WARNING[14732]
2006 Nov 04
1
ActionMailer Sending Two text/plain Parts
Hello ~ I have a working ActionMailer Action that takes the template to use as an argument so I have one action that handles multiple emails. The email sends just fine, and the correct email templates are used, but ActionMailer is throwing in its own text/plain section in addition to the one I specify. Does anyone have any ideas on why this might be occuring, when I am specificially specifying
2016 Jan 06
2
what browser plugin provides Quicktime on 7.2?
> Date: Tuesday, January 05, 2016 21:00:17 -0500 > From: Fred Smith <fredex at fcshome.stoneham.ma.us> > > Several of the plugins I used on C6 no longer seem to be available, > so I can't figure out what to use for Quicktime > (apple.com/trailers). > > Advice appreciated! > > Fred These play fine with Chrome. The problem with Firefox appears to be that
2014 Nov 07
3
Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
Hi, Now for some reason, I need to add “ -qmp tcp:127.0.0.1:1235” when creating a KVM VM using libvirt. This command meaning in “qemu-kvm --help” is: -qmp dev like -monitor but opens in 'control' mode. I added command-line equivalent options into the xml file, like below format: <qemu:commandline> <qemu:arg value="-s"/> <qemu:arg
2005 May 03
2
[LLVMdev] VC++ build broken
Yes, that will work. I'll make the change. Chris Lattner wrote: > On Mon, 2 May 2005, Jeff Cohen wrote: > >> The recently added code: >> static Constant *Div(const ConstantClass *V1, const ConstantClass *V2) { >> if (V2->isExactlyValue(0.0)) return ConstantClass::get(*Ty, INFINITY); >> if (V2->isExactlyValue(-0.0)) return ConstantClass::get(*Ty,
2005 May 03
0
[LLVMdev] VC++ build broken
On Mon, 2 May 2005, Jeff Cohen wrote: > Yes, that will work. I'll make the change. While you're at it, please remove this line, which is dead: if (V2->isNullValue()) return 0; Thanks, -Chris > Chris Lattner wrote: > >> On Mon, 2 May 2005, Jeff Cohen wrote: >> >>> The recently added code: >>> static Constant *Div(const ConstantClass *V1,
2006 Nov 15
1
Setting the CallerID
Hi, I have some trouble with setting my CallerID if i make an international Call. No Problems with National Calls, i can set whatever I want. We pay for this service but our telephone provider was not able to state clear, wether the number we set on an international call should be shown on the other side. Actually only our base number shows up. If I understand it correctly, in every call the
2005 Apr 07
2
blame-transfer protocol on PXE boot
hpa, etal, pxelinux works great from a push of the reset button. machine boots normally. However, after i issue 'reboot' command, my box fails to find the tftp server during reboot. This looks to be happening before pxelinux has any chance to participate, so it cannot be to blame. Im seeking corroboration here before I go badgering the bios-provider here's the relevant
2005 Jul 28
8
most stable linux to build business
what is the most stable linux that we can build business on it, i mean the best linux a linux without problems . __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2012 Feb 01
3
Probit regression with limited parameter space
Dear R helpers, I need to estimate a probit model with box constraints placed on several of the model parameters. I have the following two questions: 1) How are the standard errors calclulated in glm (family=binomial(link="probit")? I ran a typical probit model using the glm probit link and the nlminb function with my own coding of the loglikehood, separately. As nlminb does not
2014 Nov 11
2
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
Hi Kashyap, Thanks for the reply. >> >> Now for some reason, I need to add “ -qmp tcp:127.0.0.1:1235” when >> creating a KVM VM using libvirt. > > You might need to elaborate how exactly you're doing this. I wanted to add “-qmp tcp:127.0.0.1:1235” when creating VM because I was using a multi-level debugger which needs this option to get more information of the VM
2012 May 29
1
strucchange Fstats() example
Dear all, I'm trying to understand how the strucchange package is working and I have been looking at the examples given for the Fstats() function. The first example (Nile), shows one peak in the F-stats and one breakpoint is estimated, that can be plotted using the following code ## Nile data with one breakpoint: the annual flows drop in 1898 ## because the first Ashwan dam was built
2017 Feb 15
2
(RFC) Adjusting default loop fully unroll threshold
Thanks for running these Kristof! I'd still like to hear from Apple, and if we can get a few more x86 micro-architectures covered that'd be great, but it looks like -O3 is uncontroversial, and the question is whether this makes sense at O2... To me, it would help a lot to know the actual breakdown of benchmarks such as yours Kristof (as they seem to have more codesize impact than others
2016 Jan 06
0
what browser plugin provides Quicktime on 7.2?
On Wed, Jan 06, 2016 at 08:49:31AM +0000, Richard wrote: > > > > Date: Tuesday, January 05, 2016 21:00:17 -0500 > > From: Fred Smith <fredex at fcshome.stoneham.ma.us> > > > > Several of the plugins I used on C6 no longer seem to be available, > > so I can't figure out what to use for Quicktime > > (apple.com/trailers). > > > >
2014 Nov 09
0
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
On Fri, Nov 07, 2014 at 03:28:57PM -0700, Min Du wrote: > Hi, > > Now for some reason, I need to add “ -qmp tcp:127.0.0.1:1235” when > creating a KVM VM using libvirt. You might need to elaborate how exactly you're doing this. > This command meaning in “qemu-kvm --help” is: -qmp dev like > -monitor but opens in 'control' mode. The above is used if you want