Skip to content
/ LAME Public

This is a mirror of the LAME 3.100 source and will build a dynamic framework for macOS.

License

Notifications You must be signed in to change notification settings

Phisto/LAME

Repository files navigation

Carthage Compatible License

Overview

This is a mirror of the LAME 3.100 source and will build a dynamic framework for macOS.

It is slightly tuned to address some XCode warnings and uses the project settings recommended by XCode.

The framework will build with its config file created on my developer machine. It should be valid for most current Apple computers, but you can create your own config file from source (run configure) an replace the provided one.

Requirements

  • macOS 10.13+
  • Xcode 15.4+

Installation

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate LAME into your Xcode project using Carthage, specify it in your Cartfile:

github "Phisto/LAME" ~> 3.0

Manually

If you prefer not to use Carthage, you can integrate LAME into your project manually. You need to build and add the LAME framework (Lame.framework) to your project yourself.

Usage

I really dont know a source for how to use the LAME framework, but you can check out my CoreAudioConverter project to see how i use it.

License

LAME is released under the GNU Lesser General Public License (LGPL).

About

This is a mirror of the LAME 3.100 source and will build a dynamic framework for macOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published