Displaying 20 results from an estimated 30000 matches similar to: "Python bindings"
2011 Apr 25
3
Possibility of Incorporating a psychoacoustic model in CELT
Good Morning;
Iam asking whether any one have knowledge about is it possiple to incorporate a
psycoacoustic model?(specifically?I mean ?MPEG-1 psychoacoustic model 1) into
the CELT codec(any version even older versions of the coder,?no matter) Iam
using version 0.3.2.
Kind Regards;
Osama.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 18
1
PEAQ(CELT)
Hello,
?
I don?t know whether this is the right place to discuss such a question here. I?m sorry.
?
I want to evaluate the CELT codec using a known MATLAB implementation of the PEAQ software. If anyone has used this test program he could see that one of the input parameters (3rd one) shifts the frames for both the reference and the under test audio signals. Another parameter (4th one) marks the
2011 Jun 01
1
Raw CELT Bytes from the Command Line Interface
Hello everyone,
I would like to access the raw CELT encoded bytes by using the command line
interface but I am having some difficulties. I do not know how to unpack the
Ogg Vorbis wrapper and the STDOUT option just filled my command line with
ASCI characters.
Anyone have luck dumping the bytes to a text file? Also inputting them back
to the celtdec function would be helpful information.
Thanks,
2017 Jan 27
0
FEC and Stereo
Hi Jean-Marc,
Thank you. Yes, we do need both channels independent. So, if we encode each channel separately, we will be sacrificing the compression ratio we would achieve with stereo encoding, correct?
So, based on what you say here is my understanding. Please confirm this is correct or not:
1) If we use fec, we can reduce cross-talk but increasing bitrate. However, that should result in
2017 Jan 27
0
FEC and Stereo
Thank you. Very helpful.
> On Jan 27, 2017, at 12:40 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
>
> On 27/01/17 12:29 PM, Jon Lederman wrote:
>> Thank you. Yes, we do need both channels independent. So, if we
>> encode each channel separately, we will be sacrificing the
>> compression ratio we would achieve with stereo encoding, correct?
>
> Not
2016 Sep 01
1
[PATCH] vs2015: include files added in 76674fea
---
win32/VS2015/opus.vcxproj | 2 ++
win32/VS2015/opus.vcxproj.filters | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj
index d9aaa03..f55ea37 100644
--- a/win32/VS2015/opus.vcxproj
+++ b/win32/VS2015/opus.vcxproj
@@ -852,6 +852,7 @@
<ClInclude Include="..\..\celt\vq.h" />
<ClInclude
2017 Jan 27
1
FEC and Stereo
Hi,
One other question I was wondering about. Is the reason that we hear the crosstalk with fec and packet loss percentage>0 is that Opus uses information from the left channel to try to error correct the right channel and vice versa? I am trying to understand the origin of the crosstalk.
Thanks.
-Jon
> On Jan 27, 2017, at 12:29 PM, Jon Lederman <jon at soniccloud.com> wrote:
>
2015 Aug 03
0
[PATCH 00/10] Patched cleaning up Opus x86 intrinsics configury
Thanks to Jean-Marc and Tim explaining 'git rebase -i' to me, I've factored my reorganization of
the Opus Intrinsics configury into a number of hopefully more comprehensible (and thus more
reviewable) pieces.
This applies to the current tip of Opus Master in git.
Viswanath's Ne10 changes require some slight modification to apply on top of these patches,
but nothing major.
2015 Feb 16
0
[RFC PATCH v2] Encode optimize using libNe10
Hello opus-dev,
Can we please have review on RFCv2? We have quite a few optimizations
(Eg: ifft/mdct_backwards, fixed point fft/ifft mdct_forward/backward
etc) that are in my pipeline that depend on this patch series being
accepted.
Regards,
Vish
On 4 February 2015 at 12:21, Viswanath Puttagunta
<viswanath.puttagunta at linaro.org> wrote:
> Changes from RFC PATCH v1:
> - passing
2012 Aug 01
1
CELT license
I too would like to know the status of the opus IP holders. From what
I've seen on the CELT and opus lists, it seems that the CELT part of
opus is covered by patents from Xiph and Broadcom, and the SILK part of
opus is covered by the rest. All of the IP holders except Qualcomm and
Huawei have released their patents to the public as far as opus is
concerned, and the general consensus from
2017 Feb 08
0
make check error (opus 1.1.4)
Hi,
On Sat, Jan 28, 2017 at 2:04 AM, Raghavan, Karthik <
karthikr at qti.qualcomm.com> wrote:
> Hi
>
>
>
> I am not sure if this issue has been resolved, but on the latest opus
> 1.1.4,
>
> · I downloaded the tarball,
>
> · ran ./configure followed by
>
> · make and then
>
> · make check
>
>
>
> Can you
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
Hi,
Seems like it's not linking with libm. I suspect it has to do with
linking statically with libopus.a (is that intended?). Maybe opus-tools
relies on the fact that libopus is linked with libm and doesn't
explicitly add it? Greg?
Jean-Marc
On 09/24/2013 06:09 AM, bat guano wrote:
> Hi
> I'm having a problem compiling opus-tools-0.1.7.
> Version opus-tools-0.1.6 seems to
2019 May 27
0
opus-1.3.1 patch for ARM Cortex-M4F (single precision)
The patch prevents KEIL MDK compile warnings, like:
warning: #1035-d: single-precision operand implicitly converted to
double-precision
Actually ARM Cortex-M4F has only a *single precision* (float) FPU.
It's suit for all platforms.
See the comment at the begin of patch file.
Sincerely
Forrest Zhang
-------------- next part --------------
Specify the floating point constant with single
2017 Jan 27
1
FEC and Stereo
On 27/01/17 12:29 PM, Jon Lederman wrote:
> Thank you. Yes, we do need both channels independent. So, if we
> encode each channel separately, we will be sacrificing the
> compression ratio we would achieve with stereo encoding, correct?
Not necessarily. Stereo makes two assumptions:
1) It assumes the two channels are somehow correlated
2) It assumes the two channels are meant to be
2014 Mar 10
2
Building Opus (git master) ARM assembly for iOS
I?m trying to build Opus (git master) for iOS, and it doesn?t build unless I disable the ARM assembly.
It looks like the problem is that Apple?s assembler doesn?t support all the assembler directives that the GNU assembler does. I suspect this is a combination of the fact that Apple platforms are Mach-O rather than Elf, and just the fact that Apple?s assembler is extremely divergent from the
2015 Jul 06
1
Disable SILK/CELT only?
I saw the custom API, but nothing explicitly says "CELT-only" just
"custom sample rate and frame size".
I'll dig further now that you've pointed me in a direction.
Thanks,
-a
On 7/6/15, 6:18 PM, Jean-Marc Valin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> I believe what you want is called Opus custom (OPUS_CUSTOM in the
> code).
2015 Nov 26
0
Test failed!! (was: Re: Opus 1.1.1 is out!)
On 26/11/15 16:40, Jean-Marc Valin wrote:
> Please report any issue you find in this release.
Using the new SS4.1 code I see a 30% performance increase in my 7 years
old AMD laptop. I compile with this:
./configure --disable-static --enable-intrinsics \
--enable-float-approx
"make test" runs fine. Great.
When I try to do the same on a server running Ubuntu
2017 Sep 25
2
Force Opus/CELT to encode 2 mono instead of 1 stereo
Hi, folks,
I have an old CELT thing that I'm updating to Opus and I'm trying to get
individual pieces upgraded. My first task is upgrading the CELT encoder
to Opus.
The old CELT thing treated the L and R channels as independent mono
streams, encoded them somehow with CELT to form one bitstream, sent one
bitstream across, and then unpacked it manually after the decoder.
Can I do that
2011 Aug 05
1
CELT/Opus Status Update
Hi everyone,
I've made several posts recently about CELT being "replaced" by the Opus
codec ( http://opus-codec.org/ ) and I thought it was time to give an
update on what's going on.
As many of you know, I've been involved at the IETF on this new Opus
codec, which essentially merge (a modified version of) Skype's SILK
codec with CELT. This is more than just two codecs
2014 Nov 06
0
[PATCH] float_cast: Fix MSVC ARM build
Is there any consensus on what's the correct fix here?
Jean-Marc
On 06/11/14 04:26 PM, Cameron Gutman wrote:
> Yeah that's the one.
>
> On Nov 6, 2014 1:23 PM, "Tristan Matthews" <le.businessman at gmail.com
> <mailto:le.businessman at gmail.com>> wrote:
>
> On Thu, Nov 6, 2014 at 4:20 PM, Cameron Gutman
> <aicommander at gmail.com