element-hq / element-hq/swift-ogg
OGG: Unexpectedly found nil while implicitly unwrapping an Optional value
Open
- Dominant language
- Swift
- Stars
- 51
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
```swift
// initialize opus encoder
encoder = opus_encoder_create(opusRate, pcmChannels, application.rawValue, &status)
```
happening when I encode an m4a file. the exception is thrown in `OGGEncoder.swift`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.