Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
chanonly123 committed Feb 7, 2025
1 parent 3b5f288 commit 1a6c405
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Demo Flutter project juce audio player for Android/iOS
## Mixer audio player using JUCE for Android/iOS

### Features
- Play multiple local audio with track composition
- Record audio simultaneously
- Available device lising and selection
- Platform independent code
- Supported sample rate is 48000. (Variable rate is coming soon)

### Demo
[![](https://markdown-videos-api.jorgenkh.no/youtube/3ZiBKfGdLjs)](https://youtu.be/3ZiBKfGdLjs)
Expand All @@ -9,7 +16,6 @@
- Xcode `xcodebuild -version` (for iOS)
- Cocoapods (`brew install cocoapods`). `pod --version` should work. (for iOS)
- `flutter` and `dart` (to generate cpp to dart bindings)
- supported sample rate is 48000. (Variable rate is coming soon)

### Regenerate Projucer generated projects
- open `juce_lib/juce_lib.jucer` using Projucer and hit (command+P to regenerate)
Expand Down

0 comments on commit 1a6c405

Please sign in to comment.