You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-8Lines changed: 41 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,28 @@
1
-
# idolLiveAudio
1
+
# idolLiveAudio (v1.1.0)
2
2
3
3
**Lightweight, open-source Audio Plugin Host for creators, singers, and streamers.**
4
4
5
-
> Built with the assistance of AI (Gemini + ChatGPT)
5
+
> Built with the assistance of AI (Gemini), OpenAI (ChatGPT), My Framework FFAI (Meta Llama 3.3 70B)
6
6
7
7
---
8
+
8
9
## 🖥️ Screenshot
9
-

10
10
11
+

11
12

12
13
13
14
Lightweight, intuitive interface for managing plugins and soundboard during your live performances.
14
15
16
+
---
17
+
15
18
## 🚀 Key Features
16
-
✅ Supports Waves, Antares Auto-Tune Pro - Auto-key, and VST3 plugins
17
-
✅ Realtime audio processing with low latency
19
+
20
+
✅ Supports Waves, Antares Auto-Tune Pro, and all VST3 plugins
21
+
✅ Real-time audio processing with low latency
18
22
✅ Flexible plugin chain management per track
23
+
✅ Dedicated FX Chains for parallel processing (Reverb, Delay, etc.)
24
+
✅ Integrated Player & Recorder for each track (Post-FX)
25
+
✅ Multi-Track Project System for recording RAW, unprocessed audio
19
26
✅ Soundboard with quick sound triggering
20
27
✅ Simple, user-friendly interface
21
28
✅ Developed with JUCE (C++20)
@@ -25,10 +32,36 @@ Lightweight, intuitive interface for managing plugins and soundboard during your
25
32
26
33
## 🌐 About idolLiveAudio
27
34
28
-
idolLiveAudio is designed to simplify professional audio processing for singers, streamers, and creators.
35
+
idolLiveAudio is designed to simplify professional audio processing for singers, streamers, and creators.
36
+
29
37
It provides an easy-to-use plugin host with powerful features, allowing anyone to enhance their voice or music with high-end plugins.
30
38
31
-
This project demonstrates how AI tools like Gemini and ChatGPT can empower developers to build production-ready software, even without expert-level coding knowledge.
39
+
This project demonstrates how AI tools like Gemini can empower developers to build production-ready software, even without expert-level coding knowledge.
40
+
41
+
---
42
+
43
+
## ✨ What's New in v1.1.0: Full Mini-DAW Functionality
44
+
45
+
Version 1.1.0 transforms idolLiveAudio from a simple plugin host into a powerful Mini-DAW with a complete recording and playback workflow.
46
+
47
+
### 1. Dedicated FX Chains
48
+
49
+
Each track (Vocal and Music) now has 4 dedicated FX Send channels. This allows you to use effects like reverb and delay in parallel, just like in a professional DAW, giving you more control over your sound without cluttering your main plugin chain.
50
+
51
+
### 2. Per-Track Player & Recorder
52
+
53
+
Every track now features its own integrated Player and Recorder:
54
+
55
+
-**Load**: Load any audio file (like a backing track or instrumental) directly into a track to have it processed by that track's plugins.
56
+
-**Record (Post-FX)**: Record the output of a single track after all its plugins and FX have been applied. This is perfect for quickly capturing a processed vocal take or an idea.
57
+
58
+
### 3. Multi-Track Project System
59
+
60
+
This is the biggest new feature, enabling a full production workflow:
61
+
62
+
-**Record Project (RAW)**: Simultaneously record the RAW, unprocessed input from both the Vocal and Music tracks. This captures your performance in its purest form, perfect for mixing and mastering later.
63
+
-**Manage Projects**: All your recorded projects are saved neatly. The Project Manager lets you view, load, or delete them.
64
+
-**Synchronized Playback**: Load a project, and both RAW tracks will play back in perfect sync. The seek bars are linked, allowing you to navigate your project as a single piece.
32
65
33
66
---
34
67
@@ -42,7 +75,7 @@ This project demonstrates how AI tools like Gemini and ChatGPT can empower devel
42
75
- Build and run
43
76
44
77
**Option 2: Download Prebuilt Release**
45
-
- Check the [Releases](https://github.com/DEVCodeWithAI/idolLiveAudio/releases) section
78
+
- Check the [Releases](https://github.com/DEVCodeWithAI/idolLiveAudio/releases) section for v1.1.0
0 commit comments