This is the fourth and final blog post of a series in which I discuss and demonstrate my final project for the course I am taking on Digital History. In my first post, I discussed the origins and the purpose of my project, which consists of a method to sonify the most frequently used words in a text in order to hear their linear relations to one another over time. In the second post, I covered how I put together a python script that can automatically output MIDI and text-to-speech mp3 files for the 25 most frequently used words of a given text. In the third post, I showed how I combined these files together in music sequencing software and attempted to refine the end result. I also began to discuss some of the challenges and limitations of sonic word clouds as a form of textual representation. In this post, I will conclude with some thoughts weighing the overall usefulness and applicability of this method of sonification.
I first tested out this method of sonification on the 1916-1918 Robert Lindsay Mackay Diaries [1], and above is the final result. From the outset, my goal was to figure out whether this method to sonify historical sources could be at all useful for the purposes of 1) textual analysis, and/or 2) public textual representation. As I have discussed in my previous post, I have more or less ruled out the possibility of the latter (at least in the project’s current state) due primarily to the ‘glitch effect’; however, I argue that there are some contexts in which it could still potentially be useful for the former.
One way I attempted to show this was through an example of ‘targeted analysis,’ illustrating how one can work within the sequencing software to solo specific words and hear how their occurrences relate to each other in the text over time. With Robert Lindsay Mackay’s diaries, for instance, I explored the relation between event words such as ‘killed’ and ‘wounded’ and Othering terms for the Germans such as ‘hun’ and ‘boche,’ noting a spike in the latter words following a spate of ‘killed.’ This kind of analysis does not provide any definitive conclusions on its own, but could help to spark and/or guide new lines of inquiry in the analysis of a text. Conceivably, I could also make another version of the Python script that would allow the user to search for custom words in a text and output midi and mp3 files for it. This would allow for much more flexible analyses of the relations between the usages of different (and possibly more obscure) words in a text.

I also attempted to develop this method in a way that made it relatively easy to apply it to different texts in a short period of time. In terms of the Python script, this was a success, as in its current form it quickly and painlessly produces midi and mp3 files from any text that’s fed into it. The stage where these files are combined in sequencing software using samplers, however, remains a bit more time-intensive. I have eased it a bit by creating a template project file for Ableton, containing the needed 25 Sampler tracks (each with a separate panning position). With this, the most time-intensive part is to load the audio files into the sampler tracks and make sure that the samples trigger at the right starting point. I would estimate that it now takes me about 15 minutes to carry out this method from start to finish on a given text, which is not too bad; compared to the almost immediate results of most visualization tools, however, this still takes more time than I would like.
I have tested out the sonic word cloud method on a variety of different historical texts, and in the end I’ve found it to be most useful for personal narratives that span a significant period of time. These include works written over time in close proximity to events that they describe (such as the Robert Lindsay Mackay journals) as well as narratives written after the fact (such as autobiographies). Above is a sonic word cloud created from the 1789 autobiography of Olaudah Equiano a.k.a. Gustavas Vassa (c. 1745-1797). [2] This sonification is interesting for how it contains shifting patterns of frequent word usage that reflect the narrative of Equiano’s life. The first part of the sonification, corresponding to where Equiano relates his early life and his initial captivity into slavery, reveals a focus on difference, as well as the dichotomy of master and slave. The introduction of nautical terms (‘ship,’ ‘captain,’ ‘vessel’) hint at his journey in captivity across the Middle Passage, and their continued prevalence alongside ‘master’ and ‘slave’ reflect how he continued to labour on and around ships for a large part of his period of enslavement. The spike in ‘god’ at around the 4 minute mark reflects Equiano’s conversion to Christianity later in his life, while overall declines in the frequency of ‘master’ and ‘slave’ follow his emancipation. These are narrative elements that the sonification hints at in ways that could not be equaled by a visual word cloud, which represents the frequency of word usage in a more static and monolithic form. [3]

However, at the same time sonic word clouds also contain some of the same potential issues and dangers of visual word clouds. The biggest danger is seen in how it decontextualizes textual data. In a sonic word cloud, the most frequently appearing words are removed from their context and thus their semantic meanings become obscured. This can lead to potentially misleading representations of the contents of a text. For instance, as I discussed in my last post, “coy” was one of the most frequent words represented in the journals of Robert Lindsay Mackay, but after looking into it a bit I found out that this was in fact being used as an abbreviation for “Company.” I had to go to the original text to confirm this. By contrast, visualization tools such as Voyant have features such as “Contexts” that easily provide n-grams for any given search term, which help give a sense of how a given word is being used in the text. Thus one must be careful not to take the words represented in sonic word clouds at face value. Moreover, much as in the case of visual word clouds, if a word is used in different contexts with different meanings in a text, these meanings will be grouped together and represented singularly within a sonic word cloud.

In spite of these limitations, the linearity of sonic word clouds still offer some useful advantages over visual word clouds as a tool of textual analysis, since they preserve certain aspects of the narrative of a text and can reveal relations between the usage of different words within it. However, as mentioned in my first post, there are other visualization tools, such as the “Trends” feature in Voyant, that can also plot the broad trends in the usages of different words in relation to each other on a graph. One of the only advantages of sonic word clouds over these visualizations is that they represent every single occurrence of a given word in a text, rather than an approximation of its relative frequency over time. This would theoretically allow one to hear the outliers in the usage of the most frequent words, and their relation to the usages of other words, in addition to the broader patterns. At the same time, though, the time it takes to assemble the sonic word cloud (~15 minutes) and then listen to it (~3-5 minutes) significantly limits its immediate usefulness relative to forms of visualization.

Overall, much like other digital humanities tools, sonic word clouds cannot stand on their own. That is to say, their usefulness is found not in the questions they can answer regarding the linguistic patterns in a text, but rather in the questions they can potentially raise to guide further inquiry and analysis. As it stands, however, the time costs involved in using this method for textual analysis makes its overall usefulness in comparison to other tools somewhat doubtful.
The python script (midifreq.py), the obo.py library it relies on, the template project file for Ableton and the sample text with the corresponding MIDI and mp3 files can be downloaded here:
Sonic Word Cloud Project (Google Drive)
[1] Mackay, Robert Lindsay. The Diaries of Robert Lindsay Mackay. http://www.firstworldwar.com/diaries/rlm.htm
[2] Equiano, Olaudah. The Interesting Narrative of the Life of Olaudah Equiano. London: Olaudah Equiano, 1789. http://www.gutenberg.org/files/15399/15399-h/15399-h.htm.
[3] Harris, Jacob. “Word Clouds Considered Harmful.” NiemanLab (http://www.niemanlab.org/2011/10/word-clouds-considered-harmful/.





























