Displaying 20 results from an estimated 300 matches similar to: "opusdec forces decode at 48k ?"
2015 Dec 11
0
opusdec forces decode at 48k ?
On Fri, Dec 11, 2015 at 3:40 AM, Sean Darcy <seandarcy2 at gmail.com> wrote:
> But when I run opusdec,
>
> opusdec 2-24-Overture_in_C_\(In_Memoriam\).opus
> Decoding to 48000 Hz (2 channels)
Opus files don't have a sampling rate anymore; the internal
representation is most efficiently decoded to 48kHz.
The metadata records the original sampling rate which make it possible
2024 Aug 07
1
Opus Tools -- low bitrates
On Aug 07 08:30:31, hans at stare.cz wrote:
> On Aug 07 00:41:52, petrparizek2000 at yahoo.com wrote:
> > ????#1. To test encoding at low bitrates, I encoded a sine sweep at 12 kbps
> > with Opusenc and then decoded the resulting file with Opusdec.
> 1) Opusenc --bitrate 12 --downmix-mono Sweep50.wav Sweep50.opus
Why are you using a stereo file
containing the same sweep in both
2019 May 20
1
OS X opusenc/opusdec?
Hi,
I've been using the command line opusenc/opusdec tools for a while now to
encode/decode files. The next version of OS X changes a few things, so I
was looking to recompile these tools using a version of the OS X SDK > 10.7
(needed for apple's "hardened runtime") but had no luck.
How can I compile a static version of opus tools on OS X that doesn't
depend on any other
2012 Oct 06
1
opusdec playback needs the special file /dev/dsp
2024 Aug 07
1
Opus Tools -- low bitrates, new features in 1.5, "expect-loss"
On Aug 07 00:41:52, petrparizek2000 at yahoo.com wrote:
> ????#1. To test encoding at low bitrates, I encoded a sine sweep at 12 kbps
> with Opusenc and then decoded the resulting file with Opusdec.
What sine sweep exactly? How did you obtain it,
and how exactly did you encode and decode it?
Jan
> The strange
> thing was that even though the output wave file was at 48 kHz, it
2014 Apr 07
3
Stereo channel separation
>On 11/20/2013 03:37 PM, O'Connor, Kevin wrote:
>> I have an application I intend to use Opus for that involves creating
>> recordings of two-party conversations where each party is saved as a
>> separate channel. Audio may be later processed or analyzed on a
>> per-party basis so if audio in one channel affects the other channel, it
>> could create problems.
2014 Nov 25
1
[Profiling][FFT][AArch64] FFT Profiling data on AArch64
Hi everyone,
I have profiled Opus on AArch64. I just run opus_demo with some pcm files.
Following is time proportion of FFT with different bitrate.
Bitrate | Time cost by FFT/iFFT
24kb/s | 15%
48kb/s | 15%
96kb/s | 13%
Any comment? I want some data close to real application, any suggestion?
Thanks,
Phil Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2015 Nov 16
2
Stereo voice not being retained
Hello,
I've been using Opus on an STM32 M4 platform for speech coding in mono mode. I thought I'd try stereo for grins to see if I can handle the CPU load, and I'm getting a return code of -1 from opus_decode_float (using CBR and 40ms frames).
I decided to try the opusenc and opusdec tools to just see how the command line apps would behave. I am getting decoded audio, but I am
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi
I'm having a problem compiling opus-tools-0.1.7.
Version opus-tools-0.1.6 seems to compile OK.
I've tried with opus-1.0.3 and opus-1.1-beta.
The errors are like this:-
"undefined reference to `sqrtf'" etc.
This OS is Peppermint Three, similar to Ubuntu 12.04.
It uses:-
gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Google says it's maybe something to do
2013 Oct 15
4
quality opus_demo vs opusenc
Hi,
I have found differences in quality between opus_demo and opusenc/opusdec.
I used for both applications the same raw pcm file,16 bit,48khz,litle
endian. i use libopus 1.1-beta and opus-tools-0.1.7.
The command for opus_demo is:
opus_demo audio 48000 1 64000 -cvbr -framesize 10 in.pcm out.pcm
For opusenc/dec:
opusenc --raw --raw-chan 1 bitrate 64 -cvbr --framesize 10 in.pcm in.opus
2014 Nov 24
3
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
On 21 November 2014 at 18:06, Timothy B. Terriberry <tterribe at xiph.org> wrote:
>
> Viswanath Puttagunta wrote:
>>
>> a. Simplest use case to validate this optimization for correctness.
>> b. Simplest use case to validate this optimization for performance.
>>
>> Would prefer something like opusdec that can be executed on command
>> line.
>
>
2012 Nov 05
1
Opus in Audacity
Hi
I am an Audacity (http://audacity.sourceforge.net/) developer and I'd
like to see Audacity reading and writing Opus files as easily as it
does others. What would you recommend as a way forward for this?
I am thinking that (Win) we should ship opusenc.exe and opusdec.exe
and send command line stuff to them; that way we wouldn't need to dip
into your code and as you update we would
2015 Apr 07
1
opus testvectors
Dear all,
When I install the current version of opus-tools on my Ubuntu system, I have the following problem:
When I try to open the test vector 'testvector01.bit', I got the error message 'Decoding complete. This doesn't look like a Opus file'.
When I open the 'testvector01.bit.opus' the decoding works fine, but the tool opus_compare mentioned, that the number of
2024 Aug 07
4
Opus Tools -- low bitrates, new features in 1.5, "expect-loss"
On Aug 07 10:08:43, petrparizek2000 at yahoo.com wrote:
> > What sine sweep exactly?
>
> An exponential sweep. It started slightly below 24 Hz and ended almost at 24
> kHz. And it was 50 seconds long.
>
> > How did you obtain it,
>
> I used Angelo Farina's "Aurora" modules. One of them is called "Generate
> sine sweep".
Can you please
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is
very good at re-encoding own lossy sound.
let's test Opus!
neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a
neroaacdec.exe -if 001.m4a -of aac001.wav
wavdiff.exe 000.wav aac001.wav
Comparing 000.wav - aac001.wav...
Max diff: -17.3867dB
RMS diff: -33.0851dB
Mean diff: -32.4582dB
opusenc.exe --bitrate 512 "000.wav" 001.opus
opusdec.exe 001.opus
2019 Aug 27
4
Opus Todo
Hi,
I had found a Opus TODO list in
https://wiki.xiph.org/index.php?title=OpusTodo&mobileaction=toggle_view_desktop
.
The item "Opus-tools" interest me. And here is my question about "Port
opusdec to libopusfile/libopusurl":
1. Does this function have achieved? On one hand, I think not literally. On
the other hand, after briefly reviewing opusdec.c of opus-tools, I found
2018 Jan 29
2
opus manpages
Dear authors of Opus,
currently, the manpages that come with opus-tools
are written in the traditional man(7) markup language.
I am proposing to rewrite them into the semantic markup
of the mdoc(7) language. I am willing to do the work.
Both the man(7) and mdoc(7) languages have been around for decades,
and are supported by the prevalent formatters: groff(1) on most Linuxes
and mandoc(1) on the
2016 Jan 09
2
Issue with decoding 8-bit PCM data
opus_decode() produces 16-bit signed linear PCM, and
opus_decode_float() produces 32-bit floating point PCM that is useful
when you want a higher bit depth.
If you need 8-bit linear PCM then a simple solution would be to use
only the top 8 bits of each 16-bit sample from opus_decode(). Note
that the WAV format uses unsigned rather than signed integers for
8-bit linear PCM. (It uses signed for
2013 Oct 21
2
help with opus_demo
Hi
I used opus_demo to clarify how opus works, I try this command:
opus_demo -e" audio 8000 1 8000 -cbr /somedirectory/pcm_mono_ochomil.raw
/somedirectory/test.opus
And I get the file test.opus, then comes the first problem, this file
hasn't header so i can't reproduce it using an external tool, how can i add
a header to this file
Then when i trie to run
opus_demo -d 8000 1