Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbonamy/audiotranscode_ffi
https://github.com/nbonamy/audiotranscode_ffi
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbonamy/audiotranscode_ffi
- Owner: nbonamy
- License: mit
- Created: 2023-04-29T22:53:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T15:19:12.000Z (11 months ago)
- Last Synced: 2024-10-12T18:07:39.708Z (about 1 month ago)
- Language: C++
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# audiotranscode_ffi
### **Only built/tested on MacOS for now!**
A dart wrapper for FFmpeg audio conversion.
Supported target formats:
- MP3
- FLAC
- AAC
- ALAC/M4A (Apple Lossless)## Dependencies
### MacOS
```shell
brew install cmake
brew install ffmpeg
```## Setup
### MacOS
`HOMEBREW_PREFIX` variable needs to be defined:
```shell
export HOMEBREW_PREFIX="$(brew --prefix)"
```## Usage
Add as a `pubspec.yaml` dependency.