similar to: Opus DLL on Windows for 32-bit and 64bit CPU

Displaying 20 results from an estimated 3000 matches similar to: "Opus DLL on Windows for 32-bit and 64bit CPU"

2015 Oct 12
1
Opus DLL on Windows for 32-bit and 64bit CPU
Thank you, Lucas I should say I am looking for a source code package that I can build a 32 or 64 bit windows version of DLL. The binary package you mention cannot solve my problem. The archives seem not searchable and I have to check each subject and I couldn?t find any solution. Do you know if there are someone who is looking or working on same solution Appreciate your time to help search
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
2017 Mar 03
1
Opus hiding lower volume instrument
When experimenting with Opus encoder, I took a random FLAC file, encoded it, heard it, and heard the original file. When hearing the opus encoded file, I thought it was a flute solo, but when I heard the original, I nearly fell off my chain when I noticed the piano I couldn't hear from the Opus in the first time. Now I know there is a piano, I can hear it in the Opus file, but it is much
2023 Feb 22
1
Change 48 khz sample rate limit
You asked in the Vorbis list, but your text only mentions OGG. The codec commonly used in OGG containers that is limited to 48 khz is Opus. Maybe you are trying to use the wrong codec (i.e. Opus instead of Vorbis)? Using a 44.1 khz wav file, I was able to encode a 192 khz ogg-vorbis file with the following command: $ oggenc --resample 192000 input.wav Of course, if your original material is
2015 Oct 25
4
recommended opus bitrate / opusenc setting for general?
Hey. I just wondered,... which is the recommended bitrate and further settings of opusenc (like complexity and framesize) for general music (e.g. including classical music) to achieve more or less transparency? Talking about CD level audio (16bit; 44,1 kHz; Stereo) The only source I could find regarding that was: http://wiki.hydrogenaud.io/index.php?title=Opus#Music_encoding_quality But that
2017 Nov 07
1
opus vs vorbis
did another test of many. NeroAAC q=1 @400kbps and Vorbis q=10 @412kbps shared 2nd place. OPUS @330 kbps - 3rd place. LAME MP3 q=0 @320 kbps - 1st place. ---JPEG file attached--- Please disable speech synthezation in OPUS for 96 kbps and up. I don't want my music sound like from a phone speaker! Or what is the problem? Modern codec at high bitrates should produce nearly bit-exact sound, not
2010 Jan 25
1
Multichannel Vorbis encode
There is some time now that I reported this issue on the bugtracker: https://roundup.ffmpeg.org/roundup/ffmpeg/issue1325 And this guy, jbr, kindly created a patch that solved the problem. What is needed now for the patch to be included in the SVN? About his patch, there is a remap table that maps the channel order from SMPTE order to Vorbis order. What is this SMPTE order? Vorbis specification
2009 Oct 27
1
How to get the actual bitrate?
Dear all: I'm a developer in china, and i really want to know how to calculate a ogg audio file's bitrate and then i can get the duration by file size. thanks very much for your answer. Best wishes. Aaron Jie. -------------- next part -------------- An HTML attachment was scrubbed...
2023 Feb 22
2
Change 48 khz sample rate limit
Hi!, I wondering if It's possible to change 48khz sample rate limit?, I'm Planing to encode with OGG codec a audio signal but I need that OGG Encoder works with 192khz of sample rate. It's Possible? Any Suggestions?
2017 Nov 07
0
opus vs vorbis
On 7 Nov 2017 13:36, Lucas Clemente Vella <lvella at gmail.com> wrote: 2017-11-07 11:10 GMT-02:00 encrupted anonymous <sergeinakamoto at gmail.com<mailto:sergeinakamoto at gmail.com>>: did another test of many. NeroAAC q=1 @400kbps and Vorbis q=10 @412kbps shared 2nd place. OPUS @330 kbps - 3rd place. LAME MP3 q=0 @320 kbps - 1st place. ---JPEG file attached--- Please disable
2016 Nov 08
2
Help with Opus Streaming
On 2016-11-08 1:59 AM, Philipp Schafft wrote: > Some notes: > * libvorbisfile has a nice implementation of that, it also takes > care of matching the signal at the very point of the jump. I would recommend the opusfile library, which implements seeking specifically for Opus streams. https://archive.mozilla.org/pub/opus/opusfile-0.8.zip
2015 Oct 25
0
recommended opus bitrate / opusenc setting for general?
Well, with stored music files, with close to transparency bitrate, you don't really need Opus. Now compare it with Vorbis when streaming on a low bandwidth connection with real-time latency... 2015-10-25 2:01 GMT-02:00 Christoph Anton Mitterer <calestyo at scientia.net>: > Hey. > > I just wondered,... which is the recommended bitrate and further > settings of opusenc (like
2018 Apr 06
2
Decoding Opus File in Chunks
I would like to decode an Opus file in chunks (e.g. 16K byte array). Is this possible with the Opusfile library or would I need to interface directly with libogg and libopus? It seems like the Opusfile decoder functions maintain an internal pointer/state for OggOpusFile during multiple calls to op_read(OggOpusFile *_op ...) and a complete byte array of the entire Opus file would be needed. Any
2018 May 25
2
compiling Opus at home (dangerous)
help compiling Opus! i'm stuck at opusfile. configure says i don't have openssl package installed but Debian 9.4 thinks i do. this Debian only have Opus 1.2-alpha2 package, so i need to compile Opus by myself. seems even Debian developers having trouble compiling latest versions of Opus, what chances do i have to succeed? -------------- next part -------------- An HTML attachment was
2016 Nov 08
2
Help with Opus Streaming
Hi, We have an windows client application to playback wav audio. Now we have to support Ogg Opus audio. The client is WPF application and the audio player component is in C++. The opus audio file is downloaded from an web-service and written to a Stream which is loaded into the player. I need to achieve the following: 1. Start playback immediately as and when the audio is being downloaded. 2.
2013 Jul 10
1
Is there or will there be support for big endiness in opusfile/opus
Hello, Will there be support for big endiness machine or not? If not, would you please guide me how can I edit the library/libraries so they support such thing? I'm currently using opusfile, opuslib. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130710/173d51a4/attachment.htm
2018 Apr 10
2
[PATCH] opus-tools/opusfile: Support for Ambisonics
Friendly ping for supporting ambisonics in opus-tools & opusfile Please LMK any ?s you might have. Cheers, Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20180410/fd4a3709/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:
2016 Nov 14
1
Help with Opus Streaming
On 2016-11-14 6:09 AM, Deepak K wrote: > I am using Http Progressive download technique to download the opus > audio in chunks. So I am not sure if the Opusfile seek API will work in > this case. Please correct me if I am wrong. If you don't want to use opusfile's http client implementation (libopusurl) you can still use its seeking implementation. Just provide the
2020 Feb 02
1
Ogg Opus file streaming via RTP
Hello Opus experts! I'm new in the Opus development area - working on application that is supposed to read the opus-encoded data from the ogg opus file and send the opus media via RTP,. The RTP opus stream shall be received by some remote softphone client, decoded and stored in the PCM wav file . Could you please point me to some sample code outside of the opus and opusfile libraries
2018 Mar 01
1
Opus implementation on Nordic chip
Hi I’m currently trying to implement the Opus codec on a nRF 52 DK (from Nordic). One main goal of my project is a low power application that can record and send audio data (16+ kHz) over BLE. Therefore, the Opus audio codec would be suitable to encode audio data, send it over BLE and decode it on another chip. Unfortunately, I have some trouble implementing it. There are different parts to the