Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pro100andrey/lame
Swift Lame Framework
https://github.com/pro100andrey/lame
ios lame macos mp3 mp3-decoder mp3-encoder swift tvos xcframework
Last synced: 19 days ago
JSON representation
Swift Lame Framework
- Host: GitHub
- URL: https://github.com/pro100andrey/lame
- Owner: pro100andrey
- License: mit
- Created: 2019-10-08T16:19:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T14:07:24.000Z (6 months ago)
- Last Synced: 2024-11-30T15:57:57.498Z (about 1 month ago)
- Topics: ios, lame, macos, mp3, mp3-decoder, mp3-encoder, swift, tvos, xcframework
- Language: C
- Homepage:
- Size: 15.5 MB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lame xcframework
LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
- Swift >= 5
| SDK | Version |
|-------------|------------|
| iOS | 12.0 |
| tvOS | 12.0 |
| macOS | 10.14 |
| MacCatalyst | 10.14 |## Installation
### Swift Package Manager
Through Xcode menu:
1. Go to File -> Add Package Dependency.
2. Enter the URL: https://github.com/pro100andrey/lame.### CocoaPods
lame.framework is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'lame'
```## Author
Andrey Ivanov, [email protected]
## License
`Lame xcframework` is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.