search for: silverbacknet

Displaying 17 results from an estimated 17 matches for "silverbacknet".

2018 Jul 10
2
[PATCH] Support for Ambisonics
On Fri, Jul 6, 2018 at 6:07 PM, Joshua Bowman <silverbacknet at gmail.com> wrote: > Minor thing missed: Adding the files to the VS project file. Thanks. Should these source files also be added to win32/VS2015/opus.vxcproj.filters? - Mark
2018 Jul 10
1
[PATCH] Support for Ambisonics
On Mon, Jul 9, 2018 at 9:39 PM, Joshua Bowman <silverbacknet at gmail.com> wrote: > Most projects don't even bother to include *.vcxproj.filters, relying on > cmake or default behavior, but since it'd be referenced in there, sure, I > think so. Want an updated patch? Sure, preferably in "git format-patch" format. - Mark
2018 Nov 05
3
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Mon, Nov 5, 2018 at 11:01 AM Jan Stary <hans at stare.cz> wrote: Attached I send the spectrogram (vic SoX) of the first 20 seconds > for the wav file and the opus file. Indeed, there is extra noise > for the low frequencies, but somewhere around -100 dB. > > Jan > That might be entirely due to SoX treating it as a 16-bit file, which it is not; -100dB is almost
2018 Jul 07
0
[PATCH] Support for Ambisonics
Minor thing missed: Adding the files to the VS project file. (Sorry for the direct reply, Drew, Gmail's interface always trips me up on mailing lists.) On Fri, Jul 6, 2018 at 6:06 PM Joshua Bowman <silverbacknet at gmail.com> wrote: > Minor thing missed: Adding the files to the VS project file. > > (Sorry for the direct reply, Drew, Gmail's interface always trips me up on > mailing lists.) > > On Fri, Jul 6, 2018 at 6:05 PM Joshua Bowman <silverbacknet at gmail.com> > wro...
2018 Mar 26
3
[PATCH] Support for Ambisonics
Apologies! That patch will not work correctly with Opus 1.2. Will send an updated patch shortly!! On Mon, Mar 26, 2018 at 11:56 AM Drew Allen <bitllama at google.com> wrote: > Hello all! > > I've attached an updated patch for opusfile, based on formatting > suggestions I got for the opus and libopusenc patches. > > Cheers! > Drew > > On Thu, Mar 22, 2018 at
2016 Jan 01
0
Confusion on CELT or Silk
...nderstand. My main aim to first understand the processing overhead when decisions have to be made for a fixed audio in signal, reduce it so that I can then begin making an update to reduce the memory (on chip flash and RAM) footprint. Thanks Amit On Thu, Dec 31, 2015 at 7:58 PM, Joshua Bowman <silverbacknet at gmail.com> wrote: > Opus will always use whatever mode it feels best encodes the frame, though > you can use opus_encoder_ctl(ctx,OPUS_SET_SIGNAL(signal)); where signal is > either OPUS_SIGNAL_VOICE or OPUS_SIGNAL_MUSIC to influence the decision. > SILK won't be used when pic...
2018 Nov 06
0
Antw: Re: Antw: Re: Antw: Re: Possible bug in Opus 1.3
>>> Emily Bowman <silverbacknet at gmail.com> schrieb am 05.11.2018 um 20:46 in Nachricht <CAGSVXPR6t8uHJFqDCT-1pn9otP_7ypPxgRXRasgZERunsAe0fA at mail.gmail.com>: > On Mon, Nov 5, 2018 at 11:01 AM Jan Stary <hans at stare.cz> wrote: > > Attached I send the spectrogram (vic SoX) of the first 20 seconds &gt...
2019 Jun 21
1
support free WEBP images in Opus files
...just add whatever gets passed in without even trying to verify anything about the file format. That's up to tagging and playback software to support; foobar2000, for instance, only supports formats that are part of Windows' GDIplus library. On Fri, Jun 21, 2019 at 6:21 AM Emily Bowman <silverbacknet at gmail.com> wrote: > Ogg files can have multiple COVERART or METADATA_BLOCK_PICTURE tags > without a problem, though. METADATA_BLOCK_PICTURE is part of the FLAC spec, > not OGG (and definitely not Opus), and you can have as many > METADATA_BLOCK_PICTURE blocks as you want, so even...
2019 Jun 21
3
support free WEBP images in Opus files
WebP (imagepart of VP9) is better then JPG AVIF (imagepart of VPX/AV1) is better then HEIF please support in OPUS file for album arts more then JPG and PNG... WebP and AVIF are free imageformats can store multiple images thats good for the problem with METADATA_BLOCK_PICTURE only can store one file. i try to push some devs of player and converter to support this too. wbr from berlin
2012 Oct 23
1
MSVC compatibility patch for current master branch
-- Joshua Bowman Silverback Networks (559) 305-3770 silverbacknet at gmail.com www.silverbacknetworks.net -------------- next part -------------- src/analysis.c | 6 +++--- src/mlp.c | 3 +++ src/opus.vcxproj | 5 +++++ src/opus.vcxproj.filters | 15 +++++++++++++++ src/opus_demo.vcxproj | 4 ++++...
2019 Feb 20
0
Fwd: Custom mode
...tion flags; is there a way to ease the CPU requirements even further ? Is there any document explaining the purpose/implication of each define, e.g. OPUS_ARM_INLINE_MEDIA ??? Fixed point vs. float ? Many questions seek answers ... Thanks Peter Den tis 19 feb. 2019 kl 11:31 skrev Emily Bowman <silverbacknet at gmail.com>: > Don't use OPUS_SET_COMPLEXITY(0) unless you absolutely have to. That means > "give me all the distortions" so I wouldn't be surprised if that's where > those are coming from. If your encoding path can't handle full 10 > complexity, dial it...
2019 Feb 17
2
Custom mode
Hi all ! If someone could give me a hint on how to proceed with the following i'd be very happy: I have a test setup on an nrf52832 (Cortex M4) in which I receive audio from a PDM microphone (64 sample frame) and pass it directly to an I2S device i.e. from ISR to ISR. With uncompressed audio this works just fine. Now I try to insert OPUS1.3 in the path but cannot make it work. The
2018 Apr 20
0
Fwd: Metadata & Opus Files?
Just realized I sent this direct to Thomas and not to the list, whoops. Bad gmail. -map_metadata is the command to automatically apply the first input's metadata to the output, along with many parameters to integrate multiple source's metadata. I wish it was default. An explicit -metadata will override any tag map_metadata produces. On Wed, Apr 18, 2018 at 1:12 PM Thomas Daede <tdaede
2018 Jul 10
0
[PATCH] Support for Ambisonics
Most projects don't even bother to include *.vcxproj.filters, relying on cmake or default behavior, but since it'd be referenced in there, sure, I think so. Want an updated patch? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20180709/927cb4a1/attachment.html>
2019 Jun 21
0
support free WEBP images in Opus files
Ogg files can have multiple COVERART or METADATA_BLOCK_PICTURE tags without a problem, though. METADATA_BLOCK_PICTURE is part of the FLAC spec, not OGG (and definitely not Opus), and you can have as many METADATA_BLOCK_PICTURE blocks as you want, so even if each can only store a single picture I'm very unclear about what the problem is? Opus isn't related to its containers, though, those
2018 Nov 17
0
Impossible two bugs in Opus
On Fri, Nov 16, 2018 at 7:40 PM ongaku zettai <sergeinakamoto at gmail.com> wrote: > Hello. > i have over 30GB of Opus music and noticed that > solo instrumentals and solo vocals uses more bitrate > than full-mixes. > Here's example where Opus 1.3 used 190 kbps for > piano solo and 159 kbps for full-mix. > (--bitrate 160 --music) > Download example piano solo
2019 Dec 19
1
opusenc for ambisonics?
Unfortunately, ambisonics aren't exposed in opusenc yet, thus the trouble. They're an API-only feature, but it's a good time to discuss what such a command-line interface would look like, notably: how to specify multiple streams & stream order, select the mapping family, coupled channels, and how to specify the matrix (for family 3). Likewise, there's no multistream support at