Displaying 20 results from an estimated 700 matches similar to: "Fixed point encoder for vorbis"
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
-----Original Message-----
From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
Sent: Saturday, June 16, 2007 12:11 AM
To: Michael Shatz
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Blackfin inline assembler and VisualDSP++
toolchain
>On Wed 13 Jun 2007 12:37, Michael Shatz pondered:
>>
>> Hi Jean-Marc
>>
>> I'm trying to integrate your speex codec on our
2008 Feb 19
2
VisualDSP++ with enabled BFIN_ASM
Hi
I'm trying to integrate your speex codec on our custom Blackfin board and without uCLinux. I am using ADI-supplied VisualDSP++ IDE and corresponding toolchain. My question is: Is there anybody who ported speex with enabled BFIN_ASM to VisualDSP++ ?
Best Regards,
Stefan Voss
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 22
1
R.oo: do work on data member at construction
Hello,
I'd like to 'do work' on data members upon construction (i.e. without
implementing it in a get method). Is this the best way to create data member
'z' upon construction? I'm thinking if .z=paste(x,y) below gets more complex
I'll run into issues.
setConstructorS3("MyClass", function(x=NA,y=NA,...) {
this <- extend(Object(), "MyClass",
2007 Jun 21
0
Blackfin inline assembler and VisualDSP++ toolchain
>-----Original Message-----
>From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
>Sent: Tuesday, June 19, 2007 9:35 PM
>
>
>On Tue 19 Jun 2007 13:00, Michael Shatz pondered:
>> Robin Getz wrote:
>> >I never met any hardware that gcc could not run code on. toolchains have
>> >nothing do with embedded OSes.
>>
>> That's true. Add some
2011 Feb 22
22
[Bug 34554] New: Nouveau seems to have corrupted my laptop screen's EDID info
https://bugs.freedesktop.org/show_bug.cgi?id=34554
Summary: Nouveau seems to have corrupted my laptop screen's
EDID info
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
2006 Apr 20
1
Ogg Vorbis questions
Hi,
I'm currently working on a paper describing Ogg Vorbis. It is not finished
yet. Mostly the decoder is being described. If you have any comments, please
send them to me. See:
http://www.turbocat.net/~hselasky/math/vorbis/files/
Then I have a question about the function "bark_noise_hybridmp()" which is
used in the encoder. Can someone describe what the function does in
2003 Nov 04
2
Logon script based on group
Hi there
Is it possible to have a logon script that checks which groups the users are a part of and then runs a logon script based on that? I've tried %G.bat but it doesn't work, %U.bat works though, but that's not what I want
Thanks in advance
Roy
-------------------------------------------------
WebMail fra Tele2 http://www.tele2.no
2010 Nov 23
2
overlay histograms on map at map coordinates
Hi all,
I'm trying to visualize animal movement data characteristics
spatiotemporally by overlaying many different histograms on a map. I
want the histograms to be plotted at coordinates in the map that
matches a region they describe. If I was just doing this once, I'd
fiddle in Illustrator after R and avoid the headache. But I'll be
doing it many many times so it seems
2001 Oct 01
2
failed to load .so lib for builtin opengl32.dll
Hello there !
I have a little problem I hope one of you can help me with.
OpenGL won't work with wine, but it works fine under native linux.
Here's some output from wine when I tried to run Quake3 Arena:
[root@linux q3]# wine quake3.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file
for the Wine
2006 Oct 25
0
rsync 2.6.8 timeouts
Hi.
I have an anonymous rsync server set up on cvs.blackfin.uclinux.org, which
allows people to take our entire cvs/snv respositories (which are _huge_)
and do local checkouts. It works really well for most people.
I have a client set up on a static IP numbers, off the backbone, which work
flawlessly. It never errors, and never has a problem. Thanks to everyone
for their hard work - for an
2001 Oct 23
2
installing/running Monkey Island 3 and 4
I have problems running Monkey Island 3 here. Installing it works fine,
but the problems comes when trying to run it. When pressing "Play Game" (I
think that's what the button says), the program just wants to install
DirectX 5.0. I guess that trying to install it is NOT an option, when
you're using wine.
Second, installing Monkey Island 4 is not successful, because you have
this
2008 Feb 22
1
Patch for Analog Devices compiler & fixed-point AGC
Robin Getz a ?crit :
>> As I told you, bank is a reserved keyword in Analog Devices compiler for
>> Blackfin architecture.
>
> This seems lame, and maybe you need to change the header files inside VDSP++.
> (This is pretty common for VDSP users to do when name space clashes occur
> with open source software).
>
> Poking at the VDSP docs, says that it uses bank()
2008 Feb 19
4
Patch for Analog Devices compiler & fixed-point AGC
Hi Jean-Marc,
As I told you, bank is a reserved keyword in Analog Devices compiler for
Blackfin architecture.
So we need to change the variables named bank to something else.
Here's a patch that changes bank to bnk in the 3 concerned files.
(Hope the format is OK)
About my previous problems with the Blackfin:
-> strange block repetition that could be cancelled by the AEC
I was busy
2001 Jun 27
2
Simple Vorbis Players...
This might be off topic for this list, I apologize if it is.
I am currently looking for a *very simple* Ogg Vorbis player to help me
in developing one of my own (for a thesis project). I would actually
settle for any simple audio player that plays a compressed format (MP3,
or whatever) so I can see some active demonstrations of playing PCM
buffers through waveOut of DirectSound
2007 Apr 16
4
Stereo speex on Blackfin
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).
I have mono encoding working fine, to add stereo encoding I just added a
call to speex_encode_stereo_int()
2008 Feb 22
1
VisualDSP++ with enabled BFIN_ASM
Robin Getz a ?crit :
> On Tue 19 Feb 2008 11:14, Voss, Stefan, AEAV22 pondered:
>> I'm trying to integrate your speex codec on our custom Blackfin board and
>> without uCLinux. I am using ADI-supplied VisualDSP++ IDE and corresponding
>> toolchain. My question is: Is there anybody who ported speex with enabled
>> BFIN_ASM to VisualDSP++ ?
>
> Nope - two
2003 Jun 12
3
A/V sync in Theora
Hi,
I've been thinking about how a Theora encoder could be integrated into
mencoder or transcode and I'm not sure whether I understand the A/V sync
strategy of Theora/Vorbis correctly.
When transcoding from some video format (ie MPEG2 or DivX), at least
some images of the video stream will have time stamps, as well as the
fragments of the audio stream. Or at least time stamps can be
2016 Dec 06
0
Panic: file dsync-mailbox-tree-sync.c: line 576 (node_mailbox_trees_cmp): assertion failed: (ret != 0)
Hi,
Here is a crash that's happening using the latest Dovecot version
(v2.2.27 on CentOS7 x86_64):
We are using replication. Judging by the second server's logs, I believe
this has something to do with the fact that we're using the lazy_expunge
plugin.
Every night after midnight, we purge the lazy_expunge namespace by
running a command similar to following one on the main server
2007 Feb 16
5
MGE Nova AVR 600 USB on FreeBSD
Hi,
I've seen a few emails in the archives about problems polling MGE UPSs
via USB under FreeBSD, but unfortunately I didn't find a solution in
them that works for me.
A few details about my setup.. The UPS is a MGE Nova AVR 600 connected
via USB to a FreeBSD 6.2 box. I have tried both the nut port (2.0.5)
and the svn trunk but have had no success yet. I am running nut as
root to
2007 Feb 16
5
MGE Nova AVR 600 USB on FreeBSD
Hi,
I've seen a few emails in the archives about problems polling MGE UPSs
via USB under FreeBSD, but unfortunately I didn't find a solution in
them that works for me.
A few details about my setup.. The UPS is a MGE Nova AVR 600 connected
via USB to a FreeBSD 6.2 box. I have tried both the nut port (2.0.5)
and the svn trunk but have had no success yet. I am running nut as
root to