Skip to content

Commit

Permalink
add promTTS audio
Browse files Browse the repository at this point in the history
  • Loading branch information
undeadyequ committed Apr 27, 2023
1 parent 4b2cdbb commit d062590
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _posts/2023-03-14-paper/2023-03-14-sample_audio_emoTTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,41 +111,49 @@ toc: true

## Fine-condtioning on prominence (Angry)
- NOUN (+0.3)
They forcefully keep them at a black **hotel**.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_NOUN_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- NOUN (-0.3)
They forcefully keep them at a black **hotel**.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_NOUN_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- VERB (+0.3)
They forcefully **keep** them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_VERB_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- VERB (-0.3)
They forcefully **keep** them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_VERB_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADJ (+0.3)
They forcefully keep them at a **black** hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_ADJ_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADJ (-0.3)
They forcefully keep them at a **black** hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/ang_eng_mean_0_ADJ_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADV (+0.3)
They **forcefully** keep them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADV_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADV (-0.3)
They **forcefully** keep them at a **black** hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADV_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
Expand All @@ -154,41 +162,50 @@ toc: true

## Fine-conditioning on prominence (Neutral)
- NOUN (+0.3)
They forcefully keep them at a black **hotel**.

<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_NOUN_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- NOUN (-0.3)
They forcefully keep them at a black **hotel**.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_NOUN_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- VERB (+0.3)
They forcefully **keep** them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_VERB_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- VERB (-0.3)
They forcefully **keep** them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_VERB_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADJ (+0.3)
They forcefully keep them at a **black** hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADJ_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADJ (-0.3)
They forcefully keep them at a **black** hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADJ_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADV (+0.3)
They **forcefully** keep them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADV_03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
</audio>
- ADV (-0.3)
They **forcefully** keep them at a black hotel.
<audio controls="controls">
<source type="audio/wav" src="/luo_blog/assets/promTTS/neu_eng_mean_0_ADV_-03_2.wav"></source>
<p>Your browser does not support the audio element.</p>
Expand Down

0 comments on commit d062590

Please sign in to comment.