similar to: opus for ios

Displaying 20 results from an estimated 10000 matches similar to: "opus for ios"

2013 Jun 04
0
Compile Opus for Ios
Hi, I am developing an app for IOS, which will be using opus as a codec, I am stuck at compiling the library for IOS device as well as for IOS simulator, Tried doing ./configure --host=arm-apple-darwin9 && make && make install result in libopus.a file in usr/local/lib, with architecture x86_64 instead for arm7, Also i get an error which says, "ranlib: file:
2015 Mar 30
1
Opus on iOS - ARM64
Hello, I'm having some trouble getting Opus to work in an ARM64 iOS application and I'm wondering if anyone here has any guidance. Maybe I am missing something simple. Specifically, the problem is that Opus running on ARM64 outputs different data than other architectures -- ARMv7, ARMv7s, i386, and x86_64. On all other platforms except ARM64, encoding a 1280 byte slice of audio data
2013 Mar 07
1
Compiling opus for iOS Platform
Hi, I am trying to compile the opus-1.0.2 source code for ios. When I import the files in Xcode and try to build, the build fails. How can we successfully compile opus using Xcode? Are there any special configurations? Thanks a lot in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Sep 12
0
There is an error when compiling opus library with compile option --enable-fixed-point for iOS arm64
when I compile opus with option --enable-fixed-point for iOS arm64, I got error message “ celt/kiss_fft.c:149:13: error: invalid input constraint 'Uq' in asm" -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20180912/5f7f460f/attachment.html>
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
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
2017 Apr 27
0
Problem with using opus on iOS
Hello! I'm trying to build pjsip library with opus codec. And when I'm trying to package an app I receive errors about "bands.o": in /var/folders/dj/njldlc3s2hldwxtbgw26zwd80000gn/T/96371209-c2d0-41e1-866d-388b6d47c6e7/libadagio.anes.sip.a(bands.o), archive member 'bands.o' with length 84496 is not mach-o or llvm bitcode for architecture arm64
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. >
2020 Oct 16
0
Streaming issue with IOS and Safari
Has anyone seen any improvement with iOS14? > On Sep 28, 2020, at 4:25 PM, webmaster at berean-biblechurch.org wrote: > > We had only MP3 for a long time, and all iOS users could listen. I don't think iOS likes OGG. > We also advertise the VLC app in case someone has an issue with the web player. > > On 2020-09-25 16:04, Jordan Erickson wrote: >> I would guess it
2017 Apr 11
0
AW: dovecot & iOS
Thanks, so how can i migrate this? -----Urspr?ngliche Nachricht----- Von: dovecot [mailto:dovecot-bounces at dovecot.org] Im Auftrag von Aki Tuomi Gesendet: Montag, 20. M?rz 2017 12:07 An: dovecot at dovecot.org Betreff: Re: dovecot & iOS On 20.03.2017 12:58, Steffen Kaiser wrote: > On Thu, 16 Mar 2017, Dirk Laurenz wrote: > > > What's anying is, that only on iOS ( ) i
2020 Sep 25
0
Streaming issue with IOS and Safari
I would guess it has to do with the codec/format of your stream being incompatible with iOS/Safari. What codec are you using? Have you checked to see whether iOS/Safari supports it? Unfortunately there's no 'silver bullet', so to speak, with choosing codecs that are 100% supported by all browsers on all platforms. You can provide multiple streams (for instance, one Ogg/Vorbis and
2018 Aug 31
1
NEON detection under iOs
Hi, I believe some Neon code doesn't get invoked properly, because all PRESUME macros were set in my build. Probably not all optimized functions are called directly under iOS. Regards, Victor -----Original Message----- From: Jonathan Lennox Sent: Thursday, August 30, 2018 11:59 AM To: Victor Cherepanov Cc: opus at xiph.org Subject: Re: [opus] NEON detection under iOs On iOS, configure
2020 Sep 28
2
Streaming issue with IOS and Safari
We had only MP3 for a long time, and all iOS users could listen. I don't think iOS likes OGG. We also advertise the VLC app in case someone has an issue with the web player. On 2020-09-25 16:04, Jordan Erickson wrote: > I would guess it has to do with the codec/format of your stream being > incompatible with iOS/Safari. What codec are you using? Have you > checked > to see
2016 May 02
0
Compiling for iOS & Simulator
Hi all, I'm trying to compile for iOS + Simulator. My current configure arguments for my simulator builds look like: ./configure --enable-float-approx --disable-shared --enable-static --with-pic --disable-extra-programs --disable-doc --host=i386-apple-darwin_ios \ LDFLAGS="$LDFLAGS -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -L${BUILD_DIR}/opus/lib" \ CFLAGS="$CFLAGS -arch
2018 Aug 30
0
NEON detection under iOs
On iOS, configure should define OPUS_ARM_PRESUME_NEON and OPUS_ARM_PRESUME_NEON_INTR if you’re building for armv7, and OPUS_ARM_PRESUME_NEON_INTR for arm64 (since every Apple armv7 CPU has supported Neon, and of course arm64 supports it though the assembler syntax is different). This should be slightly faster than using RTCD, since the Neon functions can be direct calls instead of indirect ones.
2005 Jun 16
1
Routing SIP to Cisco routers running IOS 12.3+
I've experiencing some difficulty passing inbound calls from the PSTN, through a large Asterisk switch and down our network to a Cisco 1751 router. This router has 4 FXS ports and is running IOS 12.3. Outbound dialing from phones on the FXS ports of the router works flawlessly, but inbound calls fail as though the Asterisk server does not see the extensions representing the FXS ports as
2015 May 11
0
Dovecot is not reading connections from iOS devices correctly. Any ideas?
From the dovecot logs. dovecot-info.log May 11 09:27:45 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=192.168.0.1, lip=192.168.0.15, session=<pXcBJ8oVbgDAqAAB> dovecot-debug.log May 11 09:27:45 auth: Debug: auth client connected (pid=17388) When I try to connect using either the iOS Mail app, or Outlook mail app, nothing happens at al with ssl, and
2017 Mar 20
0
dovecot & iOS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 16 Mar 2017, Dirk Laurenz wrote: > What's anying is, that only on iOS ( ) i see a huge bunch of .CONTROL > directories - marked grey. > It seems to be a copy of the existing folder structure. I don't see this on (Y) > Is there any chance to configure dovecot to hide those folders to iOS? I suppose, the mail app
2017 Aug 14
0
Certificate cache on iOS with sending mail
Sent from my iPhone > On 14 Aug 2017, at 13:03, Alef Veld <alefveld at outlook.com> wrote: > > Hey Mike. > The iPhone and MacBook started working, but the two remaining iMacs still have problems. It's really weird. But if the first 2 are working it MUST be something local right? > > I removed the servers and re-added but no go. Maybe I'll need to remove the plist
2014 Nov 18
0
Password authentication problem with IOS and Android HTML5
On Nov 18, 2014 8:55 AM, "Simon Blandford" <simon at bkconnect.net> wrote: > > Hi, > > I have been using password protected MP3 streams for a number of years > but I've hit against a problem. Neither Android or recent versions of > IOS work with password protected MP3 streams. > > Now Android has dropped Flash, IOS doesn't work any more and more and