Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.