summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-08-25 09:14:39 +0200
committerSven Gothel <[email protected]>2014-08-25 09:14:39 +0200
commit7cac812f15fafef80da326227d809f44340b8d70 (patch)
treefbc24e49f2f805bf7826cedef90a1a1ed024e7f4 /doc
parent77c84b73afba194bb6df1c8398e818340df7e040 (diff)
Siggraph2014: Add Audio Denoise howto, as performed w/ video
Diffstat (limited to 'doc')
-rw-r--r--doc/siggraph2014/HowTo-AudioDenoise.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/siggraph2014/HowTo-AudioDenoise.txt b/doc/siggraph2014/HowTo-AudioDenoise.txt
new file mode 100644
index 0000000..7661804
--- /dev/null
+++ b/doc/siggraph2014/HowTo-AudioDenoise.txt
@@ -0,0 +1,36 @@
+Left channel has more noise than right channel.
+
+1) mp4: extract to wav file [A]
+
+Audacity:
+
+2) [A] -> [B]
+ - AudioTrack: Split Stereo to Mono, drop right channel 'mono'
+ - Effect.Inverter
+
+3) [A] -> [C]
+ - Tracks: Stereo Track to Mono
+ - Audio Track: Amplify +2dB (simply use slider)
+
+4) [B] + [C] -> [D]
+ - Tracks: Mix and Render
+
+5) [D] -> [E]
+ - Effect.Noise_Removal..
+ - Pick short noise sample
+ - Remove noise:
+ - Noise reduction -10 dB,
+ Sensitivity 0dB,
+ Frequency smoothing 300Hz,
+ Attack/decay time 0.15s
+
+6) [E] -> [F]
+ - Effect.Compressor
+ - Threshold -16 dB
+ Noise Floor -30 dB
+ Ratio 2:1
+ Attack Time 0.2s
+ Decay Time 1.0s
+ Gain for 0dB: ON
+ Compress based on Peaks: ON
+