Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Modelling into main
  • Loading branch information
Alec-Wright committed Feb 24, 2021
2 parents e7f89dd + ce66a7a commit aeab7ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# NeuralGuitarAmpModelling
# NeuralGuitarAmpModelling

This repository contains neural network training scripts and trained models of guitar amplifiers and distortion pedals. The 'Results' directory contains some example recurrent neural network models trained to emulate the ht-1 amplifier and Big Muff Pi fuzz pedal, these models are described in this [conference paper](https://www.dafx.de/paper-archive/2019/DAFx2019_paper_43.pdf)

## Using this repository
It is possible to use this repository to train your own models. To model a different distortion pedal or amplifier, a dataset recorded from your target device is required, example datasets recorded from the ht1 and Big Muff Pi are contained in the 'Data' directory.

### Training Script
the 'dist_model_recnet.py' script was used to train the example models in the 'Results' directory.

0 comments on commit aeab7ef

Please sign in to comment.