similar to: How to encode and decode audio data with opus?

Displaying 20 results from an estimated 20000 matches similar to: "How to encode and decode audio data with opus?"

2013 Aug 27
0
Which Tag Editor with Linux can be used for Opus encoded files
2013 Dec 02
0
creating opus encoder and decoder executable on Windows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=windows-1251"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px;
2013 Aug 27
0
Enabling Replay Gain (album or single track) with Opus codec
2014 Jun 01
1
encode/decode with Opus
?Hi to everybody. I have data in a buffer. when i encode it and decode it i does not obtain the same data. i think encode(decode(data)) = decode(encode(data)) = data. I also try it with trivial example in opus boundle downloded on the official website. My probleme is that how can i write two function myencode and mydecode such as myencode(mydecode(data)) = mydecode(myencode(data)) = data? Thank
2018 Mar 02
0
opus 1.2.1 regression with --enable-float-approx and --0fast
Any luck reproducing the problem with opus_demo or opus-tools? Jean-Marc On 02/22/2018 10:14 PM, Stepan Salenikovich wrote: > > > On Thu, Feb 22, 2018 at 9:53 PM, Jean-Marc Valin <jmvalin at jmvalin.ca > <mailto:jmvalin at jmvalin.ca>> wrote: > > On 02/22/2018 09:34 PM, Stepan Salenikovich wrote: > > Its unexpected because the decoder continues to
2018 Feb 23
0
opus 1.2.1 regression with --enable-float-approx and --0fast
On 02/22/2018 09:34 PM, Stepan Salenikovich wrote: > Its unexpected because the decoder continues to output all samples > of -32768 even when the microphone input is silence or near silence, so > I would expect the decoded values to be at or near 0. Oh, if the output is stuck at -32768, then it's likely some NaNs crept in. The first thing to check is whether the problem is on the
2018 Feb 23
2
opus 1.2.1 regression with --enable-float-approx and --0fast
On Thu, Feb 22, 2018 at 8:34 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Stepan, > > I would need more information to be able to investigate further. It's > legal for the decoder to output -32768, so it would be good if you could > explain how this is unexpected. Its unexpected because the decoder continues to output all samples of -32768 even when the
2018 Feb 23
2
opus 1.2.1 regression with --enable-float-approx and --0fast
Hi, I work on a webRTC application and recently tried updating from opus 1.1.5 to 1.2.1 Afterwards I noticed occasionally weird audio glitches. I finally tracked down the issue to the opus decoder in my application outputting samples with the value of -32768. This behaviour stopped when reverting to opus 1.1.5 or compiling opus 1.2.1 without configuring --enable-float-aprox and --0fast. The
2018 Feb 23
2
opus 1.2.1 regression with --enable-float-approx and --0fast
On Thu, Feb 22, 2018 at 9:53 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > On 02/22/2018 09:34 PM, Stepan Salenikovich wrote: > > Its unexpected because the decoder continues to output all samples > > of -32768 even when the microphone input is silence or near silence, so > > I would expect the decoded values to be at or near 0. > > Oh, if the output is
2018 Feb 23
0
opus 1.2.1 regression with --enable-float-approx and --0fast
Hi Stepan, I would need more information to be able to investigate further. It's legal for the decoder to output -32768, so it would be good if you could explain how this is unexpected. Ideally an audio file with details on how to reproduce the problem would help. Optionally, if you could bisect the git repo to see where the problem started. Cheers, Jean-Marc On 02/22/2018 07:15 PM,
2013 Oct 28
2
how to Build .opus file
Hi all! Using the code in opus_demo.c I write a c program for encode and decode the audio from one microphone, I can encode and decode raw audio into .opus file, but really is not an opus file because i need to add the "OpusHead" and the "OpusTags". In order that any opus player can play that file. So I only need in my c program how to add this streams to my file an how to
2013 Oct 28
2
how to Build .opus file
Hi Jean The problem is that for using this package I need to use all the libs like ogg, even Speex?, no, and also where i can find an easy example like opus_demo.c to create the .opus file Greetings Toni 2013/10/28 Jean-Marc Valin <jmvalin at jmvalin.ca> > Hi Toni, > > The package you want is opus-tools. You can get it from the download > section. For file distribution,
2013 Oct 28
0
how to Build .opus file
On 10/28/2013 01:37 PM, Antonio Juan wrote: > The problem is that for using this package I need to use all the libs > like ogg, even Speex?, You do not need Speex. You do need libogg because .opus files *are* Ogg files. > no, and also where i can find an easy example > like opus_demo.c to create the .opus file There's an easy example called opusenc in the opus-tools package :-)
2019 Apr 22
1
Compress interleaved multi-channels pcm/wav with opus
Hello everyone, I tried to compress audio with opus-1.3.1/src/opus_demo.c recently, which works fine on mono and stereo data . Now I want to compress interleaved 7 channels pcm/wav ( recorded by Microphone array :6mic+ 1reference signal ) with opus, But I have not found an interface that compress multi-channels pcm/wav. 1、Is there a multi-channel compression interface can be used in my case? If
2013 Oct 28
0
how to Build .opus file
Hi Toni, The package you want is opus-tools. You can get it from the download section. For file distribution, always use opusenc (or equivalent), never opus_demo. Cheers, Jean-Marc On 10/28/2013 11:34 AM, Antonio Juan wrote: > Hi all! > > Using the code in opus_demo.c I write a c program for encode and decode > the audio from one microphone, I can encode and decode raw audio
2015 Apr 02
0
Opus multi-stream/surround: Audio corruption on decoded content
For some reason the attachment did not go through. Re-attaching. From: Mukund Raman Sent: Wednesday, April 01, 2015 6:12 PM To: 'opus at xiph.org' Subject: Opus multi-stream/surround: Audio corruption on decoded content Hello Everyone, I am using the opus 1.1 multistream APIs to encode a 5.1 surround stream on the server, stream it to client, decode it and capture the pcm data. I
2013 Oct 28
2
how to Build .opus file
Thanks for your help, I will follow that, so in order to sum up I need: - libopus 1.0.3 compiled as static or shared library - libogg 1.3.1 compiled as static or shared library - opus-tools 0.1.7 and then follow the example in opus-tools opusenc.c to get things ready, because if I try to compile opus-tools, this ask for me for the speex library, and other things I think that that will we all.
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
Hi all: How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010? What I'm doing is the following: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at
2005 Aug 12
1
Encode/Decode problem
I'm trying to use the speex API, and I think I'm missing something. I'm running on Mac OSX Tiger, and the attached microphone is a iSight. If I call the "speex_encode_int" function, and then immediately call the "speex_decode_int" function, shouldn't I get back the same data? i.e. in my example code, shouldn't the two arrays contain at least similar
2019 Mar 26
1
help for decode 9-channels opus file
Hi, Dear alls I had encounted a problem in using opus-tool-0.2-opus-1.3(download from www.opus-codec.org, Win64 binaries: opus-tools-0.2-win64.zip). First, I use opusenc to generate a opus file which input is a 9-channels wav file. The opusenc can work. Then, I use opusdec to transform the generated opus file to wav file, but opusdec can't work. I received the error message: failed to open