Displaying 20 results from an estimated 44 matches for "opencores".
Did you mean:
opencore
2002 Feb 24
0
Open Source PCI Bridge Soft Core
Hello,
I thought this could be interesting to you. If you have a colleague interested in the subject, I'd
like to ask you if you can forward this email to him/her.
The OpenCores organization announces the immediate availability of the open-source, free,
complete 33/66MHz 32-bit PCI Bridge Soft Core solution.
PCI Bridge Complete & Tested
The PCI Bridge Soft Core is a complete, synthesizable RTL (Verilog) code that provides
bridging between the PCI and a WISHBONE (Sy...
2009 Feb 23
4
FLAC support for Android?
Hi,
I was wondering if anyone here had thought about FLAC support on the
Android. It would be great for FLAC adoption.
There's a bug open for
it<http://code.google.com/p/android/issues/detail?id=1461>on which
I've posted some details about how I think it would need to be
implemented. It appears to me that it would need to be added to the
OpenCore component, which is written in C.
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi
Any idea what's causing these errors:-
/home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis':
/home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis'
/home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
2013 Jun 20
2
[LLVMdev] LLVM+Clang 3.3: clang: for the -vectorize-loops option: may only occur zero or one times!
Hi,
My application generates some C code which I then compile using LLVM+Clang
before running it. For the compilation side of things, I have a class which
one of the methods (the CompilerEngine::compileCode() method in
https://raw.github.com/opencor/opencor/llvm_3.3/src/plugins/misc/Compiler/sr
c/compilerengine.cpp) is based on the code from the clang-interpreter
example
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Sorry, I am using CMake+JOM or CMake+Ninja, if Ninja is available on the developer’s machine. Either way, it fails in both cases with a message similar to the one I included below (which was obtained using CMake+Ninja).
Just in case, my (current) CMakeLists.txt file can be found at here
2011 Nov 24
2
[LLVMdev] LLVM 2.9 - JIT problem on Windows
Hi,
I have built a shared version of LLVM which I am now able to test in my
Qt-based application. It all works fine on Windows, Linux and Mac OS X,
except that whenever I exit my Qt-based application on Windows (everything
is fine on Linux and Mac OS X), I get a message that reads that "this
application has requested the Runtime to terminate it in an unusual way".
'My'
2001 Jul 11
1
Hardware Vorbis
There is a 'feeling' on the opencores list that an audio decoder is desired.
(MP3 gets mentioned occasionally, but has its patent problems etc...)
http://www.opencores.org/ no audio projects are underway yet and I think a
vorbis decoder will take a while but even if only a start is made then
others may add to it.
For their one year...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Joshua Colp
> Sent: Wednesday, September 23, 2015 9:39 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] problems with PJSIP install on UBUNTU
> 14.04
>
> Ryan, Travis wrote:
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
It appears that both Opus and amrnb have a function called
preemphasis(). In the short term, your options are:
1) Not building statically
2) Renaming that function in the Opus code
3) Renaming that function in the amrnb code
I can do the rename for the next version of libopus.
Cheers,
Jean-Marc
On 11/13/2013 05:51 PM, batguano999 wrote:
>
> Hi
> Any idea what's causing these
2013 Jun 21
0
[LLVMdev] LLVM+Clang 3.3: clang: for the -vectorize-loops option: may only occur zero or one times!
Hi,
I can confirm this problem. We use clang's libtooling ToolInvocation object
and the second module fails to compile even through it's a completely fresh
instance.
Adding -fno-vectorize explicitly seems to work around this problem, but
does anyone know a real fix?
ciao,
Mario
Am 20.06.13 15:07, schrieb Alan Garny:
> My application generates some C code which I then compile using
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
Hello list,
Hope you are all doing well!
I am facing a problem when compiling Asterisk 16.8.0 in a CentOS 6 box and
I wonder if someone can put some light on it.
Log history short, install_prereq fails to install the packages (not sure
how important they actually are....): speexdsp-devel, gmime-devel,
uriparser-devel, iksemel-devel, uw-imap-devel, hoard
Then, I am running the following commands
2000 Jul 26
5
hardware ogg vorbis decoder
...ems that the vorbis decoder is now stable with respect to
format/features, would it be time to start thinking about a hardware
implementation?
I would be interested in pursuing this if some there is consensus on
requirements.
If there is some enthusiasm for it then a module could be set up on the
opencores site for a gate-array decoder.
cya, Andrew...
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in th...
2011 Nov 14
0
[LLVMdev] Build LLVM as a DLL on Windows x86 [SOLVED]
For those who come to this thread and want to do know how I, personally,
build LLVM, I have written some short instructions (for my Qt-based project)
so that people can rebuild LLVM easily on Windows, Linux and Mac OS X, if
ever needed:
https://raw.github.com/opencor/opencor/master/src/plugins/3rdparty/LLVM/READ
ME.txt.
Alan
2009 Feb 23
0
FLAC support for Android?
Hi Ben. A quick scan of the Android information I could find online
indicates that Java is the primary development environment. You're
not going to be able to create a feasible FLAC implementation in
Java. Instead, you'll need to use GCC to compile the C code in the
FLAC library for the ARM processor in the Android platform. So, I'm
not surprised that OpenCore is written
2010 Aug 25
1
AMR Codec
Has anyone successfully compiled the AMR codec into an Asterisk install, and
if so, what steps did you take?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100825/b3db9f37/attachment.htm
2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 04:38, George Joseph wrote:
>
>
> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> Hello
>
> using pjproject 2.5.5
> using asterisk-certified-13.8-cert1
>
>
> IIRC there were API changes in pjproject 2.5 that aren't accounted for
> in
2011 Nov 24
0
[LLVMdev] LLVM 2.9 - JIT problem on Windows
"Alan Garny" <alan.garny at dpag.ox.ac.uk> writes:
> I have built a shared version of LLVM which I am now able to test in my
> Qt-based application. It all works fine on Windows, Linux and Mac OS X,
> except that whenever I exit my Qt-based application on Windows (everything
> is fine on Linux and Mac OS X), I get a message that reads that "this
> application
2014 Sep 18
2
repos...
is rpmforge now considered 'friendly' with EPEL?
I normally only use EPEL as an addition repo, but one package I want to
install on this one system is ffmpeg, and I'm finding it on rpmforge
only... but its install wants to mix epel and rpmforge packages...
Installing:
ffmpeg x86_64 0.6.5-1.el6.rf rpmforge 2.7 M
Installing for dependencies:
a52dec
2004 Sep 10
1
VHDL Implementation?
I'm currently looking to start my working on my major project for
College. I want to create an audio CD archival/ playback server. There
will be a base server and also several satellite players. I will be
building a secondary server for my car. And in the car power is at a
premium so I wanted true hardware support (unlike phatnoise which is
software based). The car will support both
2014 Jun 17
2
quickstart
I have the Asterisk book, it's enormous, the 4th edition as per
http://www.asteriskdocs.org/.
I'd like to do something like:
http://www.voip-info.org/wiki/view/Asterisk+quickstart
just to have two hardphones act as extensions and call each other. Is
that a reasonable first task?
I'm looking for the simplest litmus test for functionality possible.
thanks,
Thufir