-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathothers.html
More file actions
76 lines (67 loc) · 4.84 KB
/
Copy pathothers.html
File metadata and controls
76 lines (67 loc) · 4.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="subStyle.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Chico Liu</title>
</head>
<body>
<a id="chico" href="index.html"><h1 id="transition">chico liu</h1></a>
<a id="transition2" id="backLink" href="index.html"><i class="material-icons" id="back">
arrow_back_ios
</i></a>
<h1 id="title">others</h1>
<h1 id="audio">audio foundation</h1>
<div class="container">
<h3 id="post_title">assignment 2</h3>
<div class="soundcloud">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/782510371&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</div>
<h3 id="post_title">assignment 2 adjusted level</h3>
<div class="soundcloud">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/787846714&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</div>
<h3 id="post_title">sound scape</h3>
<div class="soundcloud">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/809213446&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</div>
<h3 id="post_title">sound design project</h3>
<div class="sound_design">
<h3 id = "soundDesign"></h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WdQyLirYwaA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<h6 id="description_right">
The video is a clip of Steamboat Willie, produced by Walt Disney in 1928. It is considered the debut of Mickey Mouse. I used various foley sounds, sound effects, roomtone, and music that I downloaded.
I used the sound of a bag popping, with adjusted pitch to produce the sound of smoke shooting out of the chimney, I also adjusted the pan according to which chimney the smoke is coming out. I matched the pitch of the horn according to their sizes, and used the sound of a bicycle wheel spinning for when Mickey is turning the wheel of the boat. I used a sound of a person mimicking dog sounds for when Pete is talking to Mickey, and a fake fart sound when Mickey is spitting back to Pete. I also used a few comedic cartoon whistle sounds for added effect. I used the same comedic whistle sound with its pitch increased for when Mickey is sliding on the floor towards the end and a water splashing sound effect when he drops into the bucket.
When mixing the sounds, I adjusted their volume accordingly and used the limiter to make sure the master track doesn’t exceeded the ceiling. I also used the equalizer to enhance some frequencies and a span meter to check the overall level.</h6>
<h1></h1>
<h1></h1>
<h1></h1>
<h1></h1>
<h1></h1>
<h1></h1>
<div class="bottom">
<ul>
<li><a id="bottomName"href="index.html">chico liu</a></li>
<li><a href="photography.html">photography</a> </li>
<li><a href="3d.html">3d model</a> </li>
<li><a href="animation.html">animation</a> </li>
<li><a href="about.html">about</a> </li>
</ul>
</div>
<footer> © 2020 by Chico Liu</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>