-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bde85a9
commit 559d6f3
Showing
7 changed files
with
64 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
lightning_logs/ | ||
*.ckpt | ||
*.pickle | ||
*.wav | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
here is the training data | ||
# Training data | ||
|
||
1. Must be single channel, 44.1 kHz, FP32 wav data (not int16) | ||
2. Wav files should be 3 - 4 minutes long, and contain a variety of | ||
chords, individual notes, and playing techniques to get a full spectrum | ||
of data for the model to "learn" from. | ||
3. A buffer splitter was used with pedals to obtain a pure guitar signal | ||
and post effect signal. | ||
4. Obtaining sample data from an amp can be done by splitting off the original | ||
signal, with the post amp signal coming from a microphone (I used a SM57). | ||
Keep in mind that this captures the dynamic response of the mic and cabinet. | ||
In the original research the sound was captured directly from within the amp | ||
circuit to have a "pure" amp signal. | ||
5. When recording samples, try to maximize the volume levels without clipping. | ||
The levels you train the model at will be reproduced by the plugin. Also try | ||
to make the pre effect and post effect wav samples equal in volume levels. | ||
Even though the actual amp or effect may raise the level significantly, this isn't | ||
necessarily desirable in the end plugin. |
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.