similar to: Opus Git connection refused

Displaying 20 results from an estimated 30000 matches similar to: "Opus Git connection refused"

2015 Oct 21
1
git clone git://git.xiph.org/opus-tools.git gives connection reset by peer
Hello, Could you clarify the reason of the following output while running # git clone git://git.xiph.org/opus-tools.git It writes a message like Initialized empty Git repository in /root/opus-tools/.git/ fatal: read error: Connection reset by peer Please clarify the reason. Am I correct if repository is really empty? I would like to finish my deployment of openmeetings server so could you tell
2014 Apr 03
0
git snapshots from opus-codec.org website.
Hi On the opus-codec web page here ---> http://www.opus-codec.org/development/ Underneath "Source code repository" there are options to download the gits. As well as the traditional "$ git clone git://git.opus-codec.org/opus.git" there are also Snapshots. opus-master.tar.gz opus-1.0.x-branch.tar.gz It's a great idea... To download HEAD the command can be like this...
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
It appears that both Opus and amrnb have a function called preemphasis(). In the short term, your options are: 1) Not building statically 2) Renaming that function in the Opus code 3) Renaming that function in the amrnb code I can do the rename for the next version of libopus. Cheers, Jean-Marc On 11/13/2013 05:51 PM, batguano999 wrote: > > Hi > Any idea what's causing these
2015 Sep 15
0
Hi, is opus git server shutdown?
Hi, I want to clone the project from git://git.opus-codec.org/opus.git It seems the server is not working, can you check this? thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20150915/8b270461/attachment-0001.htm
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi Any idea what's causing these errors:- /home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis': /home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis' /home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
2012 Nov 05
2
[Feature Request] Allow opus-tools from git to be cross-compiled with mingw.
Hi Please fix it so that opus-tools from git can be cross-compiled with mingw. Look here ---> http://lists.xiph.org/pipermail/opus/2012-October/001800.html
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
> >I can do the rename for the next version of libopus. > Thanks Jean-Marc I will stay with opus-1.1-beta for now and keep watch on opus-git summary to see if/when the rename appears. :-)
2013 Nov 14
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
Git should work for you now. Jean-Marc On 11/13/2013 06:21 PM, batguano999 wrote: >> >> I can do the rename for the next version of libopus. >> > Thanks Jean-Marc > I will stay with opus-1.1-beta for now and keep watch on opus-git summary to see if/when the rename appears. > :-) > >
2014 Mar 10
0
Building Opus (git master) ARM assembly for iOS
On 2014-03-10 2:47 PM, Jonathan Lennox wrote: > If I add --disable-asm to the build, it builds correctly. > > Does anyone have experience with Apple assembler directives to know > what?s the best way to fix this? I assume the Perl script to generate > the assembler file is going to need to be modified somehow. Yep, https://git.xiph.org/?p=opus.git;a=blob;f=celt/arm/arm2gnu.pl
2014 Mar 11
1
Building Opus (git master) ARM assembly for iOS
On 03/10/2014 06:56 PM, Ralph Giles wrote: > On 2014-03-10 2:47 PM, Jonathan Lennox wrote: >> If I add --disable-asm to the build, it builds correctly. >> >> Does anyone have experience with Apple assembler directives to know >> what?s the best way to fix this? I assume the Perl script to generate >> the assembler file is going to need to be modified somehow. >
2014 Mar 10
2
Building Opus (git master) ARM assembly for iOS
I?m trying to build Opus (git master) for iOS, and it doesn?t build unless I disable the ARM assembly. It looks like the problem is that Apple?s assembler doesn?t support all the assembler directives that the GNU assembler does. I suspect this is a combination of the fact that Apple platforms are Mach-O rather than Elf, and just the fact that Apple?s assembler is extremely divergent from the
2015 Sep 12
0
git "Connection Reset By Peer" error
Hi, When attempting to clone opus into my project, i receive the "connection reset by peer" error that seems to come and go. Can anyone fix it? thanks! fatal: read error: Connection reset by peer Clone of 'git://git.xiph.org/opus.git' into submodule path 'submodules/externals/opus' failed same for the old versionfatal: read error: Connection reset by peer Clone of
2018 Feb 04
2
opus from git : install questions
On 13.9.0 https://github.com/traud/asterisk-opus The README: Alternatively, you can use the Makefile of this repository to create just the shared libraries of the modules. That way, you do not have to (re-) make your whole Asterisk. The Makefile generates: codecs/codec_opus_open_source.so formats/format_ogg_opus_open_source.so formats/format_vp8.so res/res_format_attr_opus.so Without any of
2018 Nov 01
0
Possible bug in Opus 1.3 (opus-tools-0.2-opus-1.3)?
(Please wrap your lines.) On Oct 26 01:38:34, Ulrich.Windl at rz.uni-regensburg.de wrote: > Playing with Opus 1.3 I converted a tone sweep with a sample rate of 96kHz (just for fun). Before I had converted that from WAV to FLAC, and to Vorbis without problems. Can you please post the original wav? I am not sure what Audacity means by a logarithmisch sweep. Is that a fixed number of Hertz per
2019 Aug 01
0
Opus 1.3 different default bitrate between opus encoder and opus multistream encoder
I use the Opus multistream encoder for both mono and stereo encodings and after updating from 1.1.3 to 1.3 I noticed the size of the produced Opus files had doubled for 1-channel encodings whereas switching to the standand Opus encoder gave me roughly the same sizes as before. In these tests, I'm encoding an 8kHz mono stream containing only speech with the following options set: frame length
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
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 Dec 12
0
opus Digest, Vol 128, Issue 4
Hi Max, cmake .. -G "Visual Studio 16 2019" -A ARM64 -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON cmake --build . -j 10 Is building for me, but I don't have any Windows Arm64 device so cannot test it. Note that: Neon will not work on windows out of the box builds due renamed header:
2017 Feb 08
0
make check error (opus 1.1.4)
Hi, On Sat, Jan 28, 2017 at 2:04 AM, Raghavan, Karthik < karthikr at qti.qualcomm.com> wrote: > Hi > > > > I am not sure if this issue has been resolved, but on the latest opus > 1.1.4, > > · I downloaded the tarball, > > · ran ./configure followed by > > · make and then > > · make check > > > > Can you
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