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: 10 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T11:23:52.000Z (11 months ago)
- Last Synced: 2025-08-06T10:59:44.230Z (10 months ago)
- Topics: ios, lame, macos, mp3, mp3-decoder, mp3-encoder, swift, tvos, xcframework
- Language: C
- Homepage:
- Size: 15.5 MB
- Stars: 45
- Watchers: 3
- Forks: 9
- 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, this.andrey@gmail.com
## License
`Lame xcframework` is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.