similar to: dsPIC Speex port

Displaying 20 results from an estimated 110 matches similar to: "dsPIC Speex port"

2007 Oct 07
1
Speex on DSPic, violation of license?
On 10/1/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > I'm aware of Microchip's closed-source port of Speex to the dsPIC. As > far as I know (haven't checked the details), this is perfectly legal, > even though I think it's a dumb decision for a company that's in the > business of selling chips. I say it's dumb because by not contributing
2007 Sep 30
3
Speex on DSPic, violation of license?
I was browsing through Microchips' website and came upon their Speex library. They are charging for it and looks like it is also not open source. http://www.embeddedstar.com/press/content/2005/6/embedded18391.html scroll down to the paragraph about pricing. - farhan
2007 Oct 01
0
Speex on DSPic, violation of license?
farhan@phonestack.com wrote: > I was browsing through Microchips' website and came upon their Speex > library. They are charging for it and looks like it is also not open > source. > http://www.embeddedstar.com/press/content/2005/6/embedded18391.html > scroll down to the paragraph about pricing. I'm aware of Microchip's closed-source port of Speex to the dsPIC. As far
2005 Jun 02
1
Speex on dsPIC
All, I don't know if this is widely known, but it appears that Microchip has just released a library to perform speex compression/decompression on a dsPIC processor. The library is available under their license, so I can only assume that it is a reimplementation of the algo and not a port. Does anyone know otherwise? Cheers, David
2007 Oct 23
1
Speex DSPic
Hi I was wondering if someone may help. We are currently using a DSPic to store speex data on a Smart Card. We have now decided to use a PC to playback the speex data. The only problem is our data does not have the Correct header. Do you know if there is an example in C++ that can take a string of speex frames and construct the correct Header so that it can be played back using a pc based
2008 Jan 18
0
Speex on DSPIC
On 1/17/08, Rafael <daconfama@gmail.com> wrote: > Have anyone works with speex in full duplex mode? To my knowledge, one can't really work with VoIP without full duplex, and Speex is used quite often for VoIP, so I'll say that people do use Speex in full duplex mode. > I?ll probably change the dspic for a ARM LPC22XX, this is a good idea? Only someone who has had experience
2007 Oct 01
1
Speex on DSPic, violation of license?
The whole deal of using the new BSD license for libraries like Speex's is to allow companies to release commercial source-closed applications/devices. This to allow wider spread of the formats. Unless they are using the command line tools (e.g. encoder), which are not under BSD but LGPL. In that case, they should provide the source code for all changes they make to the command line tool,
2007 Sep 22
2
SPEEX in a DSPIC - optimisation of iir_mem16() for speed - can it be 16 bit ?
Dear Sirs, I would be interested to hear your views on whether SPEEX could be made to run fast on a DSPIC33 by the following strategy: Make iir_mem16() (for example) purely 16 bit by restricting the number of bits in the signal to say 10 using SATURATE and then making the LPC co-efficients just 6 bits. At present (with standard code) the encode function is taking about 140ms which is seven
2007 Aug 12
2
How to show the version of syslinux?
syslinux usage does not include "--version" ---------------- ./syslinux --version Usage: ./syslinux [-sfr][-d directory][-o offset] device --------------- As I know, other utilities support "--version", eg., --------------- linux:/tmp/syslinux-3.51/unix # wget --version GNU Wget 1.9.1 Copyright (C) 2003 Free Software Foundation, Inc. This program is distributed in the hope
2009 May 26
1
unsubscribe
Ian Davidson Software Developer Clear-Com, a Vitec Group brand 7400 Beach Drive IQ Cambridge Cambridge CB25 9TP United Kingdom TEL: +44(0) 1223 815000 DDI: +44(0) 1223 815977 Fax: +44(0) 1223 815001 ian.davidson at vitecgroup.com www.clearcom.com <outbind://6-00000000D7A71728D49A6F42A4D030A8BDCE2F0D070003A2EBDA91A95F4
2009 Mar 10
2
Problems building celt-0.5.2 for blackfin
Problems building celt-0.5.2 for blackfin. Use the following to configure: #!/bin/sh # bfinconf # Set up configuration to cross compile on blackfin ./configure \ --host=bfin \ --enable-fixed-point \ CC=bfin-uclinux-gcc \ CFLAGS='-O2 '\ '-mfast-fp '\ '-ffast-math '\ '-Wall -Dlinux '\ '-D__linux__ '\ '-fno-strict-aliasing '\
2007 Oct 08
0
RE: Speex-dev Digest, Vol 41, Issue 6
Hi, I am running speex wideband for speech. While doing that I am getting Hissing sound during silence. If you want I can give you input and output files. Thanks, Shridhar -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of speex-dev-request@xiph.org Sent: Tuesday, October 09, 2007 12:30 AM To: speex-dev@xiph.org Subject: Speex-dev
2005 Jan 10
3
Fixed Point Speex in Microchip's PIC and Motorola's
Hmmm.... it's a shame.... what are the minimum requirements for Fixed Point Speex? John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Alain wrote: > Hi, no chance to run it on anything from Microchip, theyr best > processor is 16 Mips 8 bits only. For what I have been readind on this > list for more than a year you need a lot more than
2013 Mar 22
2
Min and max cutoff frequency
On Thu, Mar 21, 2013 at 9:54 AM, Fernando Alberto Marengo Rodriguez < fmarengorodriguez at yahoo.com.ar> wrote: > I am asking this because we are studying the OGG Vorbis format and its > applications. We are very interested in constructing an audio player > hardware, based on DSP or DSPic, and the audio files are stored in an SD > card. > What is your motivation for
2005 Dec 26
2
Trivial cross compilation problem
Hello, all! I'm trying to see if I can get stock Speex to compile for dsPIC using the current release of the gcc compiler targeted for it. I'm stuck at the very beginning of trying to get past the configure stage. Can anyone who cross-compiles give me an example of how they do that? Cheers, David
2008 Nov 17
1
Porting Speex to embedded 32bit
Hi Jen-Marc, this news were very interesting because of what I intedd to use speex for... Can you make some personal comments about that? Were you involved or consulted about it? Will it make it's way into the official version? I remember that you commented a long time ago that the DSPIC version was too much of a tour-de-force to make it to the official version, but this is a much nicer
2012 Mar 24
1
Ports of Ogg
Are there any ports of Ogg decoder to dsPIC processors ? Thanks don
2004 Aug 06
2
Speex in a PocketPc crashes sometimes.
Hello Cesar I'm using Speex on a PPC2002 and PPC2003 with no problems. For tune-up remember to define the FIXED_POINT macro in Project->Settings in eVC. With this setting you ought to be able to at least decode in realtime while using debug-mode. Kind regards Bjoern D. Rasmussen >From: "cesarbremer@raseac.com.br" <cesarbremer@raseac.com.br> >To: speex-dev@xiph.org
2013 Mar 21
2
Min and max cutoff frequency
> Presuming that you are asking regarding the Ogg Vorbis audio format, the > correct answer is: there is no minimum or maximum cutoff frequency. Vorbis > can code all frequencies from DC to Nyquist. What Vorbis will actually do > is extremely complex, extremely nonlinear, and highly dependent on bitrate. > If you are in the mentality of linear time-invariant filters, you will
2011 May 10
0
[LLVMdev] llvm backend
Hi Roberto, The PIC24 family of devices share very little commonality with PIC16 beyond the naming convention. They're a register-based 16-bit architecture, unlike the PIC16. That said, that does mean that LLVM is a much more reasonable fit to target the PIC24 (and dsPIC) than it is for PIC16. Modeling your target files after the MSP430 or Blackfin backend is likely your best bet to get up