Praat Tutorial === <style> .button { font-family: Menlo; font-size: 90%; background-color: DarkGray; color: white; padding: 5px; border-style: solid; border-color: white } .highlight { color: MediumTurquoise; font-weight: bold } .markdown-body h2 { margin-top: 50px } .markdown-body h3 { margin-top: 30px } img { width: 50%; display: block; margin-left: auto; margin-right: auto; } div:has(> .meme) { background-color: AntiqueWhite; padding: 20px; } </style> <div> <img src="https://hackmd.io/_uploads/Hy-KMFZ1a.jpg" class="meme" alt="Praat icon meme"> </div> <!-- ![Praat icon meme](https://hackmd.io/_uploads/Hy-KMFZ1a.jpg =50%x) --> ## Praat Basics ### The two windows - Praat <span class="highlight">Objects</span> window - Praat <span class="highlight">Picture</span> window ### Recording sounds - Objects window: - <span class="button">New</span> $\rightarrow$ <span class="button">Record mono Sound...</span> $\rightarrow$ Sampling frequency: 44100 Hz $\rightarrow$ <span class="button">Record</span> - Record the following English words: - *a**b**out* - ***b**at* - ***p**at* - Name: [your_new_filename] - <span class="button">Save to list</span> / <span class="button">Save to list & Close</span> - Now you can see a sound object in your Objects window ### Saving files on your Laptop - Click on the sound object that you want to save - <span class="button">Save</span> $\rightarrow$ <span class="button">Save as WAV file...</span> ### Opening existing files - <span class="button">Open</span> $\rightarrow$ <span class="button">Read from file...</span> ### Observing & editing your sound objects - Click on a sound object - <span class="button">View & Edit</span> - Editor window: <span class="highlight">Waveform</span> & <span class="highlight">Spectrogram</span> - Observe & compare the stop consonants [b] (*a**b**out*), [p] (***b**at*), and [pʰ] (***p**at*) in the spectrogram ### Reducing noise visibility in the spectrogram - Editor window: <span class="button">Spectrogram</span> $\rightarrow$ <span class="button">Spectrogram settings</span> - Change the <span class="highlight">Dynamic range (dB)</span> to 50 dB (default value in Praat: 70 dB) ### Showing pitch, intensity, and formants in the spectrogram - Pitch - <span class="button">Pitch</span> $\rightarrow$ <span class="button">Show pitch</span> - <span style="color:blue">blue line</span> - Intensity - <span class="button">Intensity</span> $\rightarrow$ <span class="button">Show intensity</span> - <span style="color:Gold">yellow line</span> - Formants - <span class="button">Formants</span> $\rightarrow$ <span class="button">Show formants</span> - <span style="color:red">red dots</span> - Change formant ceiling: - <span class="button">Formants</span> $\rightarrow$ <span class="button">Formant settings...</span> $\rightarrow$ Adjust formant ceiling (Hz) <div>Female: ≈ 5500 Hz</div><div>Male: ≈ 5000 Hz</div> :::warning Observe where the <span style="color:blue">blue line</span> (representing **pitch**) disappears. What type of segments are associated with these positions? ::: ### Slicing sounds - Select the portion that you want to slice - Editor window: <span class="button">Sound</span> $\rightarrow$ <span class="button">Extract selected sound (time from 0)</span> - You will see your extracted sound object in the Objects window - Objects window: <span class="button">Rename...</span> $\rightarrow$ [your_new_filename] :::info **Exercise 1** - Extract the 3 words *about*, *bat*, and *pat* into separate sound objects (Click <span class="button">Play</span> to check whether you extracted the right word) - Save the 3 sound objects on your laptop ::: :::info **Exercise 2** - Open the sound object of the word *pat* - Identify the aspiration of [pʰ] in the spectrogram - Try removing a portion of the aspiration (<span class="button">Edit</span> $\rightarrow$ <span class="button">Cut</span> or Cmd/Ctrl + x) - Does the word sound like *pat* or *bat* after the removal of aspiration? <br> <span style="color:Gray">Note: You can also try pasting the aspiration to your *bat* sound object</span> ::: ### Annotating with TextGrids - Select a sound file that you want to annotate - Objects window: <span class="button">Annotate ></span> $\rightarrow$ <span class="button">To TextGrid...</span> - <span class="highlight">Interval</span> tier & <span class="highlight">Point</span> tier - E.g. All tier names: <span style="color:gray">word segment misc</span> - E.g. Which of these are point tiers: <span style="color:gray">misc</span> - A TextGrid object will appear in your Objects window - Select the sound object and its corresponding TextGrid object at the same time $\rightarrow$ <span class="button">View & Edit</span> - To open the built-in IPA table, click on the pink arrow at top right corner :::info **Exercise 3** - Annotate the voicing onsets of the [b, p, pʰ] - Annotate where the release bursts are for [b, p, pʰ] - Calculate the **voice onset time (VOT)** of [b, p, pʰ] in your recording <br> <span>$VOT\;=\;voicing\;onset\;-\;stop\;release$</span> :::