https://github.com/pyozer/reverse_audio
Flutter plugin to reverse an audio file (m4a)
https://github.com/pyozer/reverse_audio
Last synced: about 1 month ago
JSON representation
Flutter plugin to reverse an audio file (m4a)
- Host: GitHub
- URL: https://github.com/pyozer/reverse_audio
- Owner: Pyozer
- License: mit
- Created: 2019-01-03T00:07:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T20:03:06.000Z (over 7 years ago)
- Last Synced: 2025-01-08T07:48:32.582Z (over 1 year ago)
- Language: Swift
- Size: 65.4 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
# reverse_audio
A flutter plugin to reverse an audio file.
It's use **FFMPEG** (temporary) on Android and **AVFundation** on iOS.
**WIP**