---------
Audio Files
---------
Yesterday I began looking at the audio files that I had collected a few weeks ago.
In my original audio recordings, I had two sessions. While post processing these I originally normalized the volume on an utterance-by-utterance basis. Of course, for my purposes, this is incorrect as it throws out all of the relativistic intensity values that we might utilize. So I had to go back to the original two recordings, sound-normalize those and then chunk them into individual wave files again.
-----------
Resynthesis Code
-----------
I also worked with the code a bit. The code for duration and pitch resythensis is complete but I am still trying to figure out what the output should be. By that I mean, we started with utterance vs word level resythensis. Today I tried phone level resynthensis. It was brought on by a particular issue with 'bobby'. In one broad production it came out something like [bavi] however, the [v] was not particularly salient--until I synthesized it into the contrastive focus context.
I thought that this was an artefact of the resynthesis code but it is not. This became apparent when I tried phone-level resynthesis. The phone-level resynthesis is only working for duration. Because in pitch resynthesis we sample a constant number of points per sample region (something that should be changed anyways) phone-level resynthesis may not work for pitch. We should instead to change from a set number of samples to time-based sampling.
(As an aside, it is interesting how one particular variant of a consonant ([v] for /b/) is perceived in a focused vs broad condition. Also, it is interesting how there are pops and clicks in our speech that we don't even notice. In all of my productions of "Bobby" there is a click half-way through that I cannot hear when I produce it (unless I am simply unable to reproduce it now?). I'm not sure where it comes from.)
I don't think this issue is worth dealing with now, so for this first experiment we won't worry about phone-level resynthesis. The question remains as to what to do for duration.
Next, my job is to select the audio stimuli that I will use in the experiment, generate word and phone-level textgrids, and create the hypothetical stimuli for use in this experiment.
Audio Files
---------
Yesterday I began looking at the audio files that I had collected a few weeks ago.
In my original audio recordings, I had two sessions. While post processing these I originally normalized the volume on an utterance-by-utterance basis. Of course, for my purposes, this is incorrect as it throws out all of the relativistic intensity values that we might utilize. So I had to go back to the original two recordings, sound-normalize those and then chunk them into individual wave files again.
-----------
Resynthesis Code
-----------
I also worked with the code a bit. The code for duration and pitch resythensis is complete but I am still trying to figure out what the output should be. By that I mean, we started with utterance vs word level resythensis. Today I tried phone level resynthensis. It was brought on by a particular issue with 'bobby'. In one broad production it came out something like [bavi] however, the [v] was not particularly salient--until I synthesized it into the contrastive focus context.
I thought that this was an artefact of the resynthesis code but it is not. This became apparent when I tried phone-level resynthesis. The phone-level resynthesis is only working for duration. Because in pitch resynthesis we sample a constant number of points per sample region (something that should be changed anyways) phone-level resynthesis may not work for pitch. We should instead to change from a set number of samples to time-based sampling.
(As an aside, it is interesting how one particular variant of a consonant ([v] for /b/) is perceived in a focused vs broad condition. Also, it is interesting how there are pops and clicks in our speech that we don't even notice. In all of my productions of "Bobby" there is a click half-way through that I cannot hear when I produce it (unless I am simply unable to reproduce it now?). I'm not sure where it comes from.)
I don't think this issue is worth dealing with now, so for this first experiment we won't worry about phone-level resynthesis. The question remains as to what to do for duration.
Next, my job is to select the audio stimuli that I will use in the experiment, generate word and phone-level textgrids, and create the hypothetical stimuli for use in this experiment.