zk_html/writing/videos/beyond-writing.html

45 lines
6.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Media Beyond Writing</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Media Beyond Writing</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">non-fiction</span> <span class="tag">essay</span> <span class="tag">video-essay</span></p>
<p>In her essay on the changes in sentence structure in English, Julie Sedivy <!-- 'sɛdə,vi--> writes that readers of text are &ldquo;sprung from the shackles of time and memory. If reading were like hearing language, we would view text through a two-character aperture moving inexorably forward, unable to slow down, pause, or dart back and re-read. But eye-tracking studies show that when we read, we break free of linear time and seize control over the flow of information, our eye movements lurching along at inconsistent speeds and frequently jumping back to earlier parts of a sentence which, during speech, would already be auditory vapor.&rdquo;</p>
<p>There is, I think some value to this as a writer. Something to learn. Some value to the act of listening, to hearing, to watching, to interacting. There is something about words being pinned to a moment in time that strikes a different core within us than when words are read silently on page or screen.</p>
<p>&ldquo;But Maddy,&rdquo; I hear you say. &ldquo;Mightn&rsquo;t I as an author get the same learning experience as a writer from reading the book rather than listening to it?&rdquo;</p>
<p>For many aspects of writing, of course. The grammar and sentence structure will certainly remain the same - though you&rsquo;ll obviously not pick up on any spelling tips and tricks from listening rather than reading. Hell, now that we&rsquo;ve mostly left behind the age of abridging, the story and plot structure are the same in a paperback as they are in the audio version.</p>
<p>One aspect of language that Sedivy brings up in this regard is sentence structure in spoken language - notably spoken English - that differs from written language. In written language, nesting clauses and expanded vocabulary are somewhat the norm. We write out a complete thought, including all of its intricacies, and lace it with a system of punctuation that aids in comprehension. In spoken, extemporaneous language, however, we are more apt to have simpler sentence structures with perhaps two or three clauses, and those primarily taking the form of independent-then-dependent processions. For instance, you&rsquo;ve almost certainly noticed that this video takes the form of an essay - something carefully constructed and written down - rather than an extemporaneous conversation between you, the viewer, and me.</p>
<p>For authors, this idea might inform the voices of your characters. Are they noble sesquipedalians, prone to peppering their prose with heady, breathtaking words and alliteration, or do they &ldquo;think not that strength lies in the big, round word&rdquo;, as J Addison Alexander puts it, and gain might a syllable at a time? Perhaps they&rsquo;re more curt and spare in their speech, preferring to get their point across through action rather than monologues.</p>
<p>Beyond the concrete aspects of it, however, to be time-bound in story-telling evokes a different <em>sensation</em> than to be completely free to let your eyes dart across the page. It brings to mind the sense of recitations, oral histories, and campfire stories, of someone telling you their life story over coffee or perhaps an open-mic night. It&rsquo;s a different mood, and from that, as writers, we can take cues as to how we would like <em>our</em> readers to feel when reading - or hearing - our words.</p>
<p>Another thing that the spoken word can do for a book is to emphasize both tone and style.</p>
<p>When we read silently, or even aloud to ourselves, we rarely put much emotion behind our words. Our internal voices, if we have them, are more focused on the act of comprehension than they are on that of emoting. When we hear a book read aloud by a voice actor or the author, though, we get the added benefit of that emotion appearing in the voice as well as the text itself.</p>
<p>For example, hearing William Dufris&rsquo; hoarse shout of &ldquo;no!&rdquo; when reading Erasmas&rsquo; response to his friend and mentor, Fraa Orolo, perishing in Neal Stephenson&rsquo;s <em>Anathem</em> adds a depth of emotion that is missed when simply reading it silently. Emily Woo Zeller&rsquo;s portrayal of the young Rin in R. F. Kuang&rsquo;s <em>The Poppy War</em> changes throughout as the character learns and grows.</p>
<p>As for authorial style, a good selection in narrator can really help this shine. Scott Brick&rsquo;s deliberate use of space and inflection add to the melancholic and meditative nature of the text, while Sarah Vowell&rsquo;s jaunty, smirk-filled narration of her own history books serves to highlight the sarcastic style in which the text itself is written.</p>
<p>If I were to pick one audiobook that encompasses all of these ideas, it would be David Rakoff&rsquo;s reading of of his verse novel <em>Love, Dishonor, Marry, Die, Cherish, Perish</em>. Rakoff uses time and pacing to his advantage when portraying the story, adds to his characterization with subtle voices and accents, and his unique style of rhyming couplets shines through his narration without being sing-song-y.</p>
<p>There&rsquo;s something special to be said about this one, however, as Rakoff, suffering from post-radiation sarcoma, recorded it mere weeks before his passing, and in the process of recording it, you can hear his strength fading as the tumor encroached further and further on his airway. It is truly a heartbreaking listen, both for the content of the book as well as for the narration.</p>
<p><audio controls src="/assets/love-dishonor-sample.mp3"></audio></p>
<p>If you can&rsquo;t tell, I love it dearly.</p>
</article>
<footer>
<p>Page generated on 2021-01-01</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>