diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 00:59:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 00:59:39 +0200 |
| commit | d3fcd1212f7214b12b04a83d03dfb129c5fbb0a4 (patch) | |
| tree | b9cede8c8b245d5dc5d3ed23d8879e603af82809 /app/client/audio/output.js | |
| parent | 8c8e2e08d2ae89ba18ca05bab446e4642798dce2 (diff) | |
pix2wav paths
Diffstat (limited to 'app/client/audio/output.js')
| -rw-r--r-- | app/client/audio/output.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/client/audio/output.js b/app/client/audio/output.js deleted file mode 100644 index 53901b3..0000000 --- a/app/client/audio/output.js +++ /dev/null @@ -1,8 +0,0 @@ -import Tone from 'tone' - -// const compressor = new Tone.Compressor(-30, 3).toMaster() - -const compressor = new Tone.Compressor(-30, 3).toMaster() -const gain = new Tone.Gain(1).connect(compressor) - -export default gain |
