swift-opus icon indicating copy to clipboard operation
swift-opus copied to clipboard

Opus audio codec for Swift Package Manager

Results 11 swift-opus issues
Sort by recently updated
recently updated
newest added

Bumps [Sources/Copus](https://github.com/xiph/opus) from `ccaaffa` to `757c53f`. Commits 757c53f opus.m4: fix -Wstrict-prototypes bce1f39 Fix typo in MacroDebug.h comment. 997fdf5 Change pitch scaling behavior wrt nFramesPerPacket ab04fbb Smooth out the LBRR rate...

dependencies
submodules

It would be cool to have support for Linux and other platforms where `AVFoundation` isn't available.

I've been working on an implementation of Jamulus' audio protocol, which uses a custom Opus setting. The PR contains changes to get the custom mode up and running.

Hi, I use the library in my streaming app and I encountered a potential issue, at some point very rarely my app was crashing so I started to investigating this...

I'm capturing microphone data from an inputNode tap, downsampling the buffer to 24khz with AVAudioConverter and finally encoding it with .opus24khz . I then add both the downsampled buffer and...

when decoding it gives me this error Error(rawValue: -4)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [Sources/Copus](https://github.com/xiph/opus) from `5023249` to `101a71e`. Commits 101a71e Fixes stack overflow for some custom modes 9fc8fc4 Fix Gitlab CI See full diff in compare view Dependabot will resolve any conflicts...

dependencies
submodules

Bumps [Sources/Copus](https://github.com/xiph/opus) from `101a71e` to `2554a89`. Commits 2554a89 Fixing Cmake error for OPUS_FIXED_POINT=ON eb39efa Fixing lossgen to work with USE_WEIGHTS_FILE 0e564fd More fixes for the non-blob weight export 1711e97 fixed...

dependencies
submodules

Hi everyone, I’m currently working on a project using AVAudioEngine and need assistance with properly encoding and decoding AVAudioPCMBuffer to and from the Opus format. Would anyone be able to...