Displaying 20 results from an estimated 3000 matches similar to: "A full Java port of Opus is now available"
2016 Jun 21
0
A C# port of Opus is now stable
Hello all,
I am a very stubborn programmer who, in an attempt to avoid compiling C
code for a phone app, instead decided it would be easier to port the entire
opus codebase to C#.
That was 3 months ago. I believe the fruit of my efforts is now ready for
at least an alpha release to the public: this repository contains a fully
functional Opus encoder/decoder written in portable .NET:
2016 Aug 12
0
Silk Decoding Question
Peter S. -
I have a working Opus implementation in C# that I am currently porting to
Java. With just a few days' work it should be functional both for encoding
and decoding (The main hurdle is just to remove unsigned data types which
Java doesn't support). Perhaps we could help each other out? This is my
code base: https://github.com/lostromb/concentus/tree/java-staging
-Logan
2018 Feb 16
1
Reg an issue with smoothing factor in VAD implementation
Hi Chandrakala, Logan,
Can you confirm that the attached patch fixes the overflow problem?
Koen, can you confirm the fix makes sense?
Cheers,
Jean-Marc
On 11/27/2017 12:10 PM, Logan Stromberg wrote:
> Sorry, long holiday weekend in America.
> I can say with pretty high certainty that there is an overflow occurring
> and it is flipping smooth_coef_Q16 to be negative when it probably
2017 Nov 27
3
Reg an issue with smoothing factor in VAD implementation
Hi,
Can anyone let me know if this is a bug?
Thank you,
Chandrakala
----- Original Message -----
From: "Logan Stromberg" <loganstromberg at gmail.com>
To: "Chandrakala Madhira" <chandrakala.madhira at soctronics.com>
Cc: opus at xiph.org
Sent: Wednesday, November 22, 2017 12:12:39 PM
Subject: Re: [opus] Reg an issue with smoothing factor in VAD
2017 Nov 27
0
Reg an issue with smoothing factor in VAD implementation
Sorry, long holiday weekend in America.
I can say with pretty high certainty that there is an overflow occurring
and it is flipping smooth_coef_Q16 to be negative when it probably
shouldn't be. I had originally thought it was only an issue where it was
overflowing the 15th bit but not the 16th, which might still preserve the
intended value for operations that ignore the sign bit (in cases
2017 Nov 22
0
Reg an issue with smoothing factor in VAD implementation
Yes, yes, I can reproduce it now, but only on platforms that define a
16-bit int by default (SA_Q15 is an opus_int rather than opus_int32). What
system are you compiling this for?
On Tue, Nov 21, 2017 at 8:34 PM, Chandrakala Madhira <
chandrakala.madhira at soctronics.com> wrote:
> Hi Logan,
>
> Please find attached the input stream we are using testing.
>
> Thank you,
>
2017 Nov 20
4
Reg an issue with smoothing factor in VAD implementation
Just for fun, I tried to reproduce such an overflow. I turned on all debug
macros, assertions, and checked arithmetic and then encoded 2 hours of
mixed speech/audio with these parameters:
Sample rate = 48000
Channels = 1
Application = OPUS_APPLICATION_AUDIO
Bitrate = 24 KB/s
Force Mode = MODE_SILK_ONLY
Signal Type = OPUS_SIGNAL_AUTO
Complexity = 10
Frame size = 480 samples (10ms)
No errors came
2016 Jul 06
1
opus Digest, Vol 90, Issue 4
> I don't believe this is an actual error. If it's truly possible for
> these areas to overlap (I don't think it is), then something much more
> serious than using memmove instead of memcpy needs to be done about it.
In the C# version of this code, these two copy regions are stored in
separate arrays entirely. I agree that there should be no normal way to
have the memcpy
2016 Sep 17
0
Query regarding use of Opus codec in Java Programming
Akash-
As far as I'm aware, you've got about 2 options:
- If you're on a desktop Java runtime you should be able to use JNI
bindings to call the native Opus lib. "jopus" on GitHub appears to provide
some you can start with. There's probably others. This would be the
lowest-cost solution, it's just not very portable.
- I have authored a pure C# port of Opus a few
2002 Apr 22
1
symlinks?
I'm trying to switch to using rsync for updating a huge software library
containing binaries, text files, symlinks, and so on. We've been using
something homegrown which I'm not that happy with - it's a perl script
that systems cp and chmod and such.
The problem I'm seeing is:
target computer:
directories ctime-5 and ctime-5b3 are distinct directories
source computer:
2018 Mar 25
4
Rsync between 2 datacenters not working
You could try using an automounter, like autofs, in combination with
sshfs. It'll be slower, possibly a lot slower, but it should be more
reliable over an unreliable connection.
I've been using:
remote -fstype=fuse,allow_other,nodev,noatime,reconnect,ServerAliveInterval=15,ServerAliveCountMax=40,uid=0,gid=0,ro,nodev,noatime
:sshfs\#root at remote.host.com\:/
BTW, I'm not sure
2019 Jun 13
0
[PATCH 08/22] memremap: pass a struct dev_pagemap to ->kill
On Thu, Jun 13, 2019 at 1:12 PM Logan Gunthorpe <logang at deltatee.com> wrote:
>
>
>
> On 2019-06-13 3:43 a.m., Christoph Hellwig wrote:
> > Passing the actual typed structure leads to more understandable code
> > vs the actual references.
>
> Ha, ok, I originally suggested this to Dan when he introduced the
> callback[1].
>
> Reviewed-by: Logan
2004 Nov 19
1
[Fwd: Re: [Evolution] evo confused when searching message bodies on large folders?]
Is this possibly a problem with dovecot 0.99.10.9?
Maybe it's been fixed in a later release?
Might it be a security issue?
Thanks!
-------------- next part --------------
An embedded message was scrubbed...
From: Not Zed <notzed at ximian.com>
Subject: Re: [Evolution] evo confused when searching message bodies on large folders?
Date: Fri, 19 Nov 2004 08:11:15 +0800
Size: 3444
URL:
2013 May 02
0
[LLVMdev] int to StringRed conversion
Yes, it sounds good. I can try tomorrow.
Thank you for your advice !
On Thu, May 2, 2013 at 5:43 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:
> I think the better solution should be:
>
>
> LLVMContext& C = is->getContext();
> Value *values[] = {
> ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*),
> MDString::get(C, *"path"*)
> };
2018 Mar 30
1
Rsync between 2 datacenters not working
Hmmm, looks indeed like changing the mtu helps, strange thing is that
with the bigger mtu sometimes I had no problems and often TB are copied
without problems.
Problem is I can't test the connection that much because the connection
has been established by a third party and it is just some vlan without
any hops.
But thanks for the link to the nfs-test that looks interesting!
2015 Jul 09
0
vfs module recycler
In future supportcases I suggest you respond to the list also. There are many knowlegable people willing to share their experience and assist.
Regards
Davor
-- Skickat från mobilusken! --
----- Ursprungligt meddelande -----
Från: "Logan S" <popcorn9499 at gmail.com>
Skickat: 2015-07-09 20:40
Till: "Davor Vusir" <davortvusir at gmail.com>
Ämne: Re: SV: SV:
2016 Oct 08
2
[Bug 1090] New: Named sets: comments disappear with flags interval
https://bugzilla.netfilter.org/show_bug.cgi?id=1090
Bug ID: 1090
Summary: Named sets: comments disappear with flags interval
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at
2016 Oct 08
0
Too many open files
It all looks like a workarounds. I would suggest using a proper solution,
such as systemd, that is present in ubuntu 16.04 by default, and where you
can raise system limits per system service just by tweaking its config file.
m.
On 8 października 2016 at 11:37:59, Chen Wei Hsu (cwhsu1984 at gmail.com)
wrote:
Hi all,
I am trying to stream for over 1k users on Ubuntu 16.04. I notice that when
2013 May 02
0
[LLVMdev] int to StringRed conversion
The problem is that I want to pass only srsr which is an int. "marked" was
just an example :)
Thanks you!
On Thu, May 2, 2013 at 5:06 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:
> I'm not familiar with this, but maybe you can try:
>
> StringRef tst = ("marked" + Twine(srsr)).str();
>
> It seems that you can't use integer as meta data
2019 Aug 01
0
Opus 1.3 different default bitrate between opus encoder and opus multistream encoder
I use the Opus multistream encoder for both mono and stereo encodings and after updating from 1.1.3 to 1.3 I noticed the size of the produced Opus files had doubled for 1-channel encodings whereas switching to the standand Opus encoder gave me roughly the same sizes as before. In these tests, I'm encoding an 8kHz mono stream containing only speech with the following options set:
frame length