search for: opusdec

Displaying 20 results from an estimated 76 matches for "opusdec".

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:
2015 Dec 11
3
opusdec forces decode at 48k ?
opusdec -V opusdec opus-tools f2a2e88 (using libopus unknown) I've got an opus file encoded from a .wav off a cd, 44100Hz: opusinfo 2-24-Overture_in_C_\(In_Memoriam\).opus Processing file "2-24-Overture_in_C_(In_Memoriam).opus"... New logical stream (#1, serial: 38134f1f): type opus Encode...
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 o...
2012 Oct 06
1
opusdec playback needs the special file /dev/dsp
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 to decode t...
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 'test-9ch.opus'. Could you help me for this probelm? Thanks! Here is my command: opusenc test-9ch.wav test-9ch.opus opusdec test-9ch.opus test_9cho...
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 losing the stereo separation. My test file has speech obtained with a Tascam Recorder, and I spoke directly into each mic individually. I can clearly hear the stereo separation in the recorded audio. I...
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
...:945:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ? CC?????? src/opusenc-audio-in.o ? CC?????? src/opusenc-diag_range.o ? CC?????? src/opusenc-flac.o ? CC?????? src/opusenc-lpc.o ? CC?????? win32/opusenc-unicode_support.o ? CCLD???? opusenc ? CC?????? src/opusdec-opus_header.o ? CC?????? src/opusdec-wav_io.o ? CC?????? src/opusdec-wave_out.o ? CC?????? src/opusdec-opusdec.o ? CC?????? src/opusdec-resample.o src/resample.c: In function ?update_filter?: src/resample.c:607:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]...
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
...n signed and unsigned integer expressions [-Wsign-compare] > CC src/opusenc-audio-in.o > CC src/opusenc-diag_range.o > CC src/opusenc-flac.o > CC src/opusenc-lpc.o > CC win32/opusenc-unicode_support.o > CCLD opusenc > CC src/opusdec-opus_header.o > CC src/opusdec-wav_io.o > CC src/opusdec-wave_out.o > CC src/opusdec-opusdec.o > CC src/opusdec-resample.o > src/resample.c: In function ?update_filter?: > src/resample.c:607:20: warning: comparison between signed and unsigned intege...
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...
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 that opusdec can decode by calling libopusfile's decode function. So does the function "opusdec" have...
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 be compatible (as long as your command-line options stayed the same, which I assume they will). We would put a GUI in place so that users didn't have to type commands....
2015 Apr 07
1
opus testvectors
...ine, but the tool opus_compare mentioned, that the number of samples are not identical in my decoded file and in the reference decoded file, which I assume to belong to testvector01.bit and not to testvector01.bit.opus. How can I decode the official test vector 'testvector01.bit' with 'opusdec'? Or, how can I convert 'testvector01.bit' to an .opus file, if this is necessary for decoding with 'opusdec'. Thanks in advance for your help. With best regards, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pip...
2014 Nov 24
3
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...hy 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. > > > The easiest thing to use is probably opus_demo (opusdec does a bunch of extra things, plus for interactive use we care about both the encoder and decoder, and celt_pitch_xcorr gets used vastly more by the encoder than the decoder... I th...
2015 Nov 25
0
Stereo voice not being retained
...n 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 > losing the stereo separation. My test file has speech obtained with a > Tascam Recorder, and I spoke directly into each mic individually. I > can clearly hear the stereo separation in t...
2019 May 21
0
opus Digest, Vol 121, Issue 3
...need to be compiled with an SDK > 10.7. The 64 bit is the big thing. 2 & 3. I want static and can't figure out how to get it to compile. Why static? I want to be able to distribute it to other users without having to install anything else. 4. I forget where I got the specific opusenc and opusdec that I have been using, but I do see older binaries linked right from the opus page: https://archive.mozilla.org/pub/opus/macos/opus-tools-0.1.9-macos.tar.gz So I'm just looking to statically compile the current version of opus tools for OS X. I'll check out your page at https://github.com...
2012 Jul 31
0
No subject
...-DOUTSIDE_SPEEX -DFLOATING_POINT -I/= home/user/builds/include=A0 -W -Wall -Wextra -Wcast-align -Wnested-externs = -Wshadow -Wstrict-prototypes -MT src/wave_out.o -MD -MP -MF $depbase.Tpo -c= -o src/wave_out.o src/wave_out.c &&\ =A0=A0=A0 mv -f $depbase.Tpo $depbase.Po depbase=3D`echo src/opusdec.o | sed 's|[^/]*$|.deps/&|=3Bs|\.o$||'`=3B\ =A0=A0=A0 i686-w64-mingw32-gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I./src -I.= /win32=A0=A0 -I/home/user/builds/include=A0=A0 -I/home/user/builds/include/= opus=A0=A0 -DOPUSTOOLS -D_FORTIFY_SOURCE=3D2 -DHAVE_GETOPT_H -DSPX_RESAMPLE= _EXPORT=3D -...
2017 Nov 16
2
Opus vs AAC (endurance test)
...nd. 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 opus001.wav wavdiff 000.wav opus001.wav Comparing 000.wav - opus001.wav... Max diff: -22.5646dB RMS diff: -39.0425dB Mean diff: -38.7372dB Opus @482kbps is much better than AAC @288kbps. now let's see what happens after 10 passes Comparing 000.wav - aac010.wav... Max diff: -16.12...
2018 Jan 29
2
opus manpages
...and exit. .It Fl -quiet Suppresses program output. .It Fl -sniff Sniff the network for active RTP sessions and save them to Opus files. This can be useful for debugging other Opus RTP implementations. For this function to work, the program must be run with superuser privileges. .El .Sh SEE ALSO .Xr opusdec 1 , .Xr opusenc 1 , .Xr opusinfo 1 .Sh AUTHORS .An Ralph Giles Aq Mt giles at thaumas.net .Sh BUGS Only the sniff mode is implemented; the tool should do normal unicast and multicast send/receive. The sniff mode should allow specifying the device, host, port and payload type to limit capture; all t...
2016 Jan 09
2
Issue with decoding 8-bit PCM data
...AIFF uses signed for all sizes.) So if you are writing 8-bit linear PCM to WAV then you would need something like (((unsigned short)sample ^ 0x8000) >> 8) to convert from signed to unsigned and get the top 8 bits of each sample. You will achieve better quality, however, if you apply dither. opusdec applies dither by default if the output is not floating point, although it does not support 8-bit output. - Mark