similar to: open source query

Displaying 20 results from an estimated 50000 matches similar to: "open source query"

2013 Sep 08
0
opus-tools v0.1.7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We've tagged a new release of the opus-tools command line utility suite. New in this release are - - numerous build fixes. - - update to opus 1.0.3 surround encoder api. - - support for encoding from flac files. - - better metadata support, including copying tags from flac input. Source code is available from
2014 Jun 13
0
opusfile 0.6 released
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 opusfile version 0.6 I'm pleased to annouce the latest development release of the opusfile playback library. Changes since the v0.5 release: - Fix bugs with comment handling - Fix build for BSD - Fix bugs handling invalid and non-opus streams Some of these bugs kept basic functionality of the APIs from working at all, so we recommend all
2016 Jan 06
0
opusfiles 0.7 release
I'm pleased to announce the release of opusfile v0.7. The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). Changes since the v0.6 release: - Add API to access and preserve binary metadata. - Add support for R128_ALBUM_GAIN metadata tag. - Better seeking with continued packets and multiplexed streams. - Portability
2012 Aug 02
0
opus-tools 0.1.4 release
All, Just a heads up that Greg tagged v0.1.4 of the opus-tools package this afternoon. Opus-tools provides command line encoding, decoding and file info for Opus audio in on-disk files. This release fixes several resampling bugs and greatly increases resampler performance. It also provides working unicode filename and tag support for Windows (Unicode worked for mac and *nix previously). Source
2012 Dec 14
0
opus-tools 0.1.6 release
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greg Maxwell tagged the v0.1.6 release of opus-tools earlier this week, and I've now posted source and binary packages. The binaries are built against the Opus 1.0.2 Jean-Marc announced last week, so these are a good way to pick up those changes. This release includes many build fixes, especially for Windows, as well as some minor correctness
2014 Jan 10
0
opusfile v0.5 release
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm pleased to announce the release of version 0.5 of Tim's opusfile library for decoding and seeking inside .opus files and remote streams over http(s). This release includes some new API calls and fixes a number of mostly minor bugs from the previous release. Programming documentation for this release is available from
2013 Oct 12
1
open source project tubePlug uses opus
Hi all, accSone is proud to announce the release of the cross platform internet jam solution tubePlug 2.0 as open source on GitHub under GNU General Public License v3. tubePlug is based on opus 1.0.3. <https://github.com/accSone/tubePlug>https://github.com/accSone/tubePlug We are happy to support if one need help to understand the code or want to discuss new features or projects. The
2017 Jun 08
0
[EXTERNAL] Re: Submitting a patch that exposes VAD voiced/unvoiced signal type
Hi Jean-Marc, Thank you for the valuable feedback. You're correct in that we focused on enabling this just for SILK. Because our solutions are focused on voice, we did not explore doing the same in CELT mode, but we can certainly look into the details of analysis.c. Regarding the concern of exposing internals, do you have a specific proposal in mind? We've been sharing this patch with
2017 Aug 03
0
opusfile 0.9 release
opusfile version 0.9 is availble. Thanks to everyone who contributed! The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl. Binaries for macOS will be available through homebrew soon. Changes since the v0.8 release: - Fix an invalid free
2019 Apr 13
0
Opus 1.3.1 is out!
Hi everyone, I'm happy to announce Opus 1.3.1. It is a minor release that fixes an issue with the analysis on files with digital silence (all zeros), especially on x87 builds (mostly affects 32-bit builds). It also includes two new features: - A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode (last frame was either a comfort noise frame or not encoded at all) - A new (and
2013 Aug 20
4
opusfile 0.4 release
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm pleased to announce the availability of opusfile v0.4. The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). * https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.tar.gz * https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.zip *
2017 Dec 21
1
Opus 1.3-beta released
Hi, I just released Opus 1.3-beta. This is a beta release towards the upcoming Opus 1.3. Changes include: - The spec fixes in RFC 8251 are now enabled by default - Improvements to the VAD and speech/music classification using an RNN - Improvements to stereo speech coding at low bitrate - Added support for ambisonics projection using mapping 3 (disabled by default) - Fixes to the CELT PLC
2017 Jun 20
0
[EXTERNAL] Re: Submitting a patch that exposes VAD voiced/unvoiced signal type
Hi Jean-Marc, We're exposing the opus_internal_flags data structure so that we can access the value assigned to prevSignalType. Here's a snippet of our code: error = opus_encoder_get_internal_flags(vad->opus, &internalflags); if (error != OPUS_OK) { return OPUSVAD_OPUS_ERROR; } cur_signal_type = internalflags.prevSignalType; if
2013 Mar 04
0
Required help regarding Opus audio codec's build & run
Hi, I have downloaded the latest stable version *1.0.2 opus audio codec* from the following link: http://www.opus-codec.org/downloads/ *Details of OS & CPU:* OS : Microsoft Windows XP CPU : intel core 2 Duo cpu I am using Microsoft visual C++ 2010 Express to build the codec (opus.vcxproj available in the package downloaded). I am able to build it & could generate the application
2017 May 24
3
Three new releases
Hi, I'm announcing two new releases of opus, along with the first release of the new libopusenc library. First for opus, we just fixed a bad bug in the surround encoding code that would cause very bad quality on signals beyond a certain amplitude. Thanks to Franziska Trojahn and others from HfT Leipzig for finding this issue through their listening test[1] (the quality of the two bad files
2013 Mar 04
1
Regarding opus audio codec's build & run
Hi, I have downloaded the latest stable version *1.0.2 opus audio codec* from the following link: http://www.opus-codec.org/downloads/ *Details of OS & CPU:* OS : Microsoft Windows XP CPU : intel core 2 Duo cpu I am using Microsoft visual C++ 2010 Express to build the codec (opus.vcxproj available in the package downloaded). I am able to build it & could generate the application
2017 May 26
2
Three new releases
Hi Peter, The latest commit on master should solve the issue: https://git.xiph.org/?p=opus.git;a=commitdiff;h=4507637cc Let me know if it doesn't. Cheers, Jean-Marc On 25/05/17 07:40 AM, Peter Robinson wrote: > Hi Jean-Marc, > >> I'm announcing two new releases of opus, along with the first release of >> the new libopusenc library. >> >> First for opus,
2018 Oct 18
0
Opus 1.3 is out!
Hi everyone, I'm happy to announce that Opus 1.3 was just released. This major release again brings quality improvements, new features, and bug fixes. You can read all the details in this release demo page: https://people.xiph.org/~jm/opus/opus-1.3/ Changes since 1.2.x include: - Improvements to the VAD and speech/music classification using an RNN - Support for ambisonics coding using
2016 Jul 12
0
opusfile 0.8 release
A new opusfile source release is available. The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl. Changes since the v0.7 release: - Add support for OpenSSL 1.1.x. - Fix issues with tag parsing introduced in v0.7. - Fix skip logic for
2015 Oct 10
0
Opus DLL on Windows for 32-bit and 64bit CPU
I googled "windows prebuilt opus", and landed on the offical Opus download page. There is a "opusfile-0.6-win32.zip <https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opusfile-0.6-win32.zip>" link there that contains the DLLS. 2015-10-09 15:56 GMT-03:00 Charlie Huang <Charlie.Huang at callminer.com>: > Hello, > I am new to the list and I need to find a 32