Displaying 20 results from an estimated 4000 matches similar to: "Blackfin compatibility and licensing"
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 '\
2009 Feb 17
1
CELT on ARM Cortex C3
Hello All.
Could anybody help me with one question about CELT?
I develop one project based on ARM7TDMI or Cortex C3 core.
Can i use CELT with 32kHz and 48kB on these fixed point cores?
Or it`s need to transfer project to Blackfin core (but it isn`t
convenient to me)?
With best regards, Alexey Voroshen.
2008 May 14
6
PWGL in wine, problems
Hello,
I'm new on this list. First of all, thank you to all the developers of this
great project!
At the moment there is only an application that keeps me on both macos and
windows, its name is PWGL a free environment for computer assisted
composition in openGL. (http://www2.siba.fi/PWGL/)
I'm running Ubuntu 8.04 and wine 0.9.59.
I have to say that I also installed vcrun2005 and
2013 Apr 04
2
getent group and net ads user info differs
Hello
I have a samba 4.0.3 pdc and a samba 3.5.10 as a fileserver and i am having an issue that i like to share with you.
I have a share son the samba 3 setup like this
[Comercial]
browsable = Yes
comment = Comercial
path = /shares2/Comercial
valid users = @Ingenieria, @Mercadeo, @Comercial, @SIIF, @Costos, administrador, backup
write list = @Comercial,
2007 Jun 07
1
Speex Decode only on Blackfin
I am looking into using speex for a decode only application on the
blackfin. Encoding would be done elsewhere with voice phrases loaded
into FLASH. Code space is a premium in the blackfin app, and mips to a
certain extent
1) The source code seems to be codec-centric with encode and decode in
many of the same files. Does anyone have any hints on what can be
removed easily that is used only
2005 Mar 23
2
Optimized Codecs for Blackfin DSP
Hi,
Are there any optimized codecs for Analog Blackfin DSP? If yes,
from where we can download it?
We are looking for Speech, Audio and Video codecs.
Best Regards,
Miroslav Nachev
2005 Mar 23
2
Optimized Codecs for Blackfin DSP
Hi,
Thank you. I will try it. Do you know some G.72x, GSM, and iLBC
optimized for Blackfin ? I mean open source.
--
Best regards,
Miroslav mailto:miro@space-comm.com
Wednesday, March 23, 2005, 9:05:11 PM, you wrote:
JMV> Hi,
JMV> As far as I understand, the last patch (for TI C5x) I merged in SVN also
JMV> allows Blackfin to work, but I haven't
2005 Oct 25
0
Noisy sound quality with Blackfin in WB-mode
Hi Bernhard,
Can you confirm I'm understanding everything correctly? You encode with
the same encoder and then decode with either A) blackfin assembly and
fixed-point or B) fixed-point only on Blackfin. Then A) sounds bad and
B) sounds good. If you do the same in narrowband, it sounds OK. Is that
correct? If that's the case, it's *probably* some kind of bug and/or
invalid assumption
2008 Jan 22
0
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
Hi Marc,
I encountered the problems even with older versions of speex, including 1.2beta2 and 1.1.12, too.
I had no time in the last weeks to investigate this issue further, sorry. Hopefully, I'm able to do some more test the next days, but I have no real idea how to proceed
Performance and quality seem to be o.k. for me if I deactivate the Blackfin optimizations inside the file
2008 Feb 01
0
FW: Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
Frank Lorenz a ?crit :
> And yes, the same "overflow" happens even when I disable Blackfin ASM
> optimizations.
Indeed, that shouldn't happen. Just to make sure I understand, so far
there's two problems:
1) DIV32_16() in Blackfin assembly causes problems
2) The resampler overflows
When you fix/workaround those two, is the encoder/decoder working
correctly or are there
2005 Nov 09
0
Noisy sound quality with Blackfin in WB-mode
Hello Jean-Marc,
I disabled the Blackfin optimization functions one by one and found
the error in libspeex/lpc_bfin.h in the autocorrelation computation.
Compared to the fixed-point-variant of that function (from lpc.c),
the blackfin-code produces correct values except for the zero offset
value. Additionally, the loop after the ASM-code assigned values
(ac32) wrong to the functions
2008 Jan 07
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
Hello everybody,
I'm currently trying to run speex on the Blackfin (BF-537) STAMP evaluation board unter uCLinux.
Using 1.2 beta 3, I encountered problems when activating the Blackfin assembler optimizations. Without optimizations for blackfin, i.e. calling
./configure --enable-fixed-point --host=bfin-uclinux
everything seems to work fine.
But when I add the --enable-blackfin-asm flag to
2007 Apr 18
0
Stereo speex on Blackfin
On Tue 17 Apr 2007 02:15, Justin Clacherty pondered:
> Hi,
>
> I'm trying to encode a stereo speex file on the blackfin without much
> luck. This is a standalone application with no OS using the speex
> library provided in the blackfin multimedia sdk. I believe this library
> was ported to run using Visual DSP++ by Jean-Marc (may be wrong).
Glad things are working - but to
2007 May 14
1
problem on blackfin
Hello,
I'm using speex provided with the Blackfin SDK on a BF533 EZ-KIT LITE
In this version of speex, the program is used in wide band with a sampling
rate of 16KHZ
But i want to use it in narrow band mode with a sampling rate of 8KHZ
In AudDriverFuncs_AD1836.c file, i see that the supported sample rate are
48000, 24000 and 16000 --> I don't understand because in the readme file it
2005 Sep 29
2
Compiling libspeex for Blackfin
Hi all,
I'm trying to run speex on the Blackfin processor. I'm not familiar
with programming/compiling/linking at all, but I guess the first thing
I need is libspeex compiled for Blackfin, so that my program can use
the library functions. I've downloaded the source files (version
1.1.10) from www.speex.org and I've been trying to compile libspeex
from within VisualDSP++, but it
2005 Oct 26
2
Noisy sound quality with Blackfin in WB-mode
Hi Jean-Marc,
> Can you confirm I'm understanding everything correctly? You encode
> with
> the same encoder and then decode with either A) blackfin assembly and
> fixed-point or B) fixed-point only on Blackfin. Then A) sounds bad and
> B) sounds good. If you do the same in narrowband, it sounds OK. Is
> that
> correct? If that's the case, it's *probably* some
2006 Jan 18
0
Errors in speex lib with Blackfin
> I am trying to port speex lib to Blackfin processor.
> I am using VisualDSP++ 4.0.
I've never used VisualDSP++ 4.0. All the development on Blackfin has
been done with gcc, which may explain some problems with the inline asm.
Does VisualDSP++ support a syntax close to what gcc uses (with
constraints) or more like the MS compilers.
> If I am compiling source codes with using
2005 Nov 12
2
Noisy sound quality with Blackfin in WB-mode
Hi Bernhard,
It seems like I messed up somewhere in the lpc code. However, it seems
like your patch is also removing some code, which is probably why you
see small differences between your asm version and the fixed point.
I don't have my setup working at the moment, but could you test the
following patch:
Index: lpc_bfin.h
===================================================================
2005 Oct 26
1
Noisy sound quality with Blackfin in WB-mode
Hello Jean-Marc,
> Could you try mixing the encoders and decoders (encode with one
> version,
> decode with the other) to see whether the problem is in the
> encoder, the
> decoder or both.
I tested that,and the results are: The fixedpoint+blackfin encoder
used together with the fixedpoint-only decoder produces an bad
sounding file (for all the combinations for quality
2008 Jan 24
0
FW: Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
Hi Jean-Marc,
I did some further checks with 1.2 beta 3:
The problematic function is DIV32_16 inside fixed_bfin.h. When I comment it out (i.e. replace it by the generic version of the routine), the quality improves significantly. Nevertheless, there is still a horrible distortion when there is some overdrive/saturation in the input signal. For me, it looks like there's an instable filter