Displaying 20 results from an estimated 200 matches similar to: "OPUS in embedded platform"
2013 May 15
2
opus Digest, Vol 52, Issue 15
Hello All,
We have been doing an optimised port of OPUS to a ARM Cortex A9. We are
currently measuring between 20 and 90 MCPS for our code running on a Panda
board (single core), this covers all bit-rates,sample rates for stereo
coding (encode + decode) under normal operation. As Marc says complexity can
be controlled via the API with our higher figure corresponding to the
default setting of
2013 May 13
0
DSPs which are suitable for porting OPUS
Dear Christian van Bijleveld,
You can use any of the below DSPs of Texas Instruments
1. TMS320C674x - This supports floating point implementation of opus
2. TMS320C66x - This supports both floating and fixed point implementations
3. TMS320C64x - This supports only fixed point implementation
Regards,
Mahantesh
On Mon, May 13, 2013 at 10:12 PM, <opus-request at xiph.org> wrote:
>
2013 May 02
1
[Attachment has been removed]Audio Mode vs. VoIP Mode
The e-mail sent to you contained an attachment with a not allowed filetype.
Please inform the sender to pack this type of attachment into a
password protected ZIP-archive.
Eine an Sie gesendete E-Mail enthielt einen nicht erlaubten Dateianhang.
Bitte informieren Sie den Absender, diese Art von Anhang kann nur
als Passwort gesch?tztes ZIP-Archiv versendet werden.
Details:
Sender:
2013 May 15
2
Info OPUS encoder
Hello,
I am testing the command line based opus encoder/decoder tools and I have some questions regarding the information given by the encoder (see below as an example).
Encoding using libopus 1.0.2 (audio)
-----------------------------------------------------
Input: 48kHz 1 channel
Output: 1 channel (1 uncoupled)
20ms packets, 64kbit/sec VBR
Preskip: 312
Encoding complete
2013 Jan 22
2
Build Opus on Windows
Hello,
I just started into the world of OPUS.
I would like to know what is the best way to build the Opus library and Opus tools on a Windows 7 pc.
I see that the Opus library and the Opus tools packages have a few Makefiles. It also mentions mingw as an option for building.
Is it somewhere explained what are the steps needed, or does anyone have some tips?
Thanks,
Met vriendelijke
2012 Dec 18
1
OPUS on embedded platforms
Hi all,
I am interested in using the OPUS codec for real-time application on an (preferable low-profile) platform. In order to choose the optimal processor (memory size, speed,...) I have the following questions:
- We have compiled OPUS on a PC with Linux OS and on a dual-core Cortex A9 with Linux Kernel. Can OPUS run on a processor with no specific OS, or are there
2016 May 26
3
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
Hello,
I've been trying to add a new server to my Samba 4 Active directory, but I've been failing so far. I'm running the command "net ads join -k" and it fails with "Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found." The answers I found so far imply a problem with the RPC service, but
2017 May 29
1
JIT - Resolve obj file without a main
Hello Lang,
so you are part of the "Jitter-Team"?
I'm really interested in this whole jitting-process. I wanted to know, is
there a way to load other obj-files, than the one created with clang?
Could I load - for example - a obj-File from VisualStudio? Or will the
namemangeling fail?
Kind regards
Björn
From: Lang Hames <lhames at gmail.com>
To: bjoern.gaier at
2009 Oct 27
1
Where to get the source code of v2xva
Hi
I want to compile the v2xva tool, where to get the source code.
Larry
P.R. China
Symantec Corporation
www.symantec.com
_________________________________
Office:(86) 028-8530-3223
Mobile: (86) 138-8099-2031
yu_liao@symante.com
_________________________________
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2009 Oct 27
1
Where to get the source code of v2xva
Hi
I want to compile the v2xva tool, where to get the source code.
Larry
P.R. China
Symantec Corporation
www.symantec.com
_________________________________
Office:(86) 028-8530-3223
Mobile: (86) 138-8099-2031
yu_liao@symante.com
_________________________________
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 May 22
3
Best Rails API source
Folks,
Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search?
Thanks,
Marcus
Marcus Blankenship
Technology Services - Software Group
JELD-WEN, inc.
Information Systems
541-882-3451 x 2558
marcusb@jeld-wen.com
RELIABILITY for real life*
This correspondence is for the named person''s use only. It may contain
2008 Sep 14
9
Streaming MoH on 1.4
Hi,
I've looked high and low for any changes that streaming MoH needs on
Asterisk 1.4 (.21), followed NerdVittle's article about it
(http://nerdvittles.com/index.php?p=92) yet nothing worked.
After creating dir stream/ and touch stream.mp3, here's my
musiconhold.conf
[stream]
mode=mp3
directory=/var/lib/asterisk/mohmp3/stream
stream =>
2017 Nov 29
2
binary form of is() contradicts its unary form
Hi Mehmet,
On 11/29/2017 11:22 AM, Suzen, Mehmet wrote:
> Hi Herve,
>
> I think you are confusing subclasses and classes. There is no
> contradiction. `is` documentation
> is very clear:
>
> `With one argument, returns all the super-classes of this object's class.`
Yes that's indeed very clear. So if "list" is a super-class
of "data.frame" (as
2015 Sep 14
2
Re: Issue with python pip install
Richard,
I put an #ifdef around the logic in py_guestfs_mount_9p and
py_guestfs_list_9p, I.e. Left the signatures but the functions just return
a a NULL PyObject. It now builds and installs with pip.
Thanks for all your help most appreciated.
Is there a better way to do this?, #ifdefs always seem a little hacky.
Regards
John
On 9/14/15, 12:47 PM, "Richard W.M. Jones"
2015 Sep 14
2
Re: Issue with python pip install
Richard,
It is looking better, but still getting error - see attached log.
I removed all installed packages and yum installed libguestfs
libguestfs-devel (1.28.1)
Then reset my git repository to 1.28.1 and then
$ make clean
$ ./autogen.sh --disable-erlang --disable-perl --disable-lua --disable-ruby
$ make
$ make -C python sdist
$ cd python/dist
$ sudo pip install guestfs-1.28.1.tar.gz
Regards
2015 Sep 14
2
Re: Issue with python pip install
Richard,
Thanks for fast reply - let me remove all the yum packages and then
build/install from single version.
Regards
John
On 9/14/15, 11:06 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Mon, Sep 14, 2015 at 05:48:24PM +0000, John McDowall wrote:
>> I am trying to build a Python application installer that is using
>>libguestfs. I using the
2005 Mar 09
1
XP Pro and offline files
All:
Not sure if this is an XP Pro issue or a samba issue.
I am running v3.0.3 of the samba server acting as a Domain
controller and file server. The problem that I run into is that every once
in a while, while connected to the network the network shares go offline.
I am running XP Pro SP2 and I am not really sure where to start to
troubleshoot this.
TIA
Ron
2004 May 26
3
SJava
Hi again!
I'm trying to download SJava from the http://www.omegahat.org/RSJava/
website.
I'm trying to get the binary.
I download the version from BDR's website.
When I unzip the file via unzip.exe, the new folder appears as SJAVA (upper
case).
>library(SJava)
Error in library(SJava) : There is no package called 'SJava'
>library(SJAVA)
Error in library(SJAVA) :
2015 Aug 27
2
RFC: alloca -- specify address space for allocation
Please see inline.
From: Chandler Carruth [mailto:chandlerc at google.com]
Sent: Wednesday, August 26, 2015 7:03 PM
To: Swaroop Sridhar <Swaroop.Sridhar at microsoft.com>; llvm-dev <llvm-dev at lists.llvm.org>; Philip Reames <listmail at philipreames.com>; Sanjoy Das <sanjoy at playingwithpointers.com>
Subject: Re: [llvm-dev] RFC: alloca -- specify address space for
2017 Nov 29
2
binary form of is() contradicts its unary form
Hi,
The unary forms of is() and extends() report that data.frame
extends list, oldClass, and vector:
> is(data.frame())
[1] "data.frame" "list" "oldClass" "vector"
> extends("data.frame")
[1] "data.frame" "list" "oldClass" "vector"
However, the binary form of is()