「音の研究」の版間の差分

提供:ペチラボ書庫
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の32版が非表示)
1行目: 1行目:
音に関係する研究を概観する
音に関係する研究を概観する
<mermaid>
<mermaid>
graph LR
graph LR
A[音声合成] --> B
subgraph legend
B[声質変換] --> C
target([対象])
C[音声認識] --> A
task[タスク]
end
</mermaid>
 
<mermaid>
graph LR
 
subgraph 自然言語処理
  Text([テキスト])
  Prosody([韻律])
  Accent([アクセント])
  Morpheme([形態素])
 
 
  Text --> MorphologicalAnalysis[形態素解析] --> Morpheme
end
 
subgraph 音声
  Speech([音声])
  Speaker([話者])
 
  SpeakerRecognition[話者認識]
  Speech --> SpeakerRecognition --> Speaker
 
  Speech --> VC[声質変換]
  Speaker --> VC
  VC --> Speech
 
  Speech --> ASR[音声認識] --> Text
 
  TTS[テキスト音声合成]
  Text --> TTS
  Speaker --> TTS
  Morpheme --> TTS
  Prosody --> TTS
  Accent --> TTS
  TTS --> Speech
end
 
subgraph 音
  Sound([音])
  Source([音源])
  Noise([雑音])
 
Sound --> SourceSeparation[音源分離] --> Source
 
  Denoising[雑音除去]
  Sound --> Denoising
  Noise --> Denoising
end
 
 
subgraph 音楽
  Music([音楽])
  Lyric([歌詞])
  Score([楽譜])
  Vocal([歌声])
  Instrument([楽器音])
 
  Vocaloid[歌声合成]
  Score --> Vocaloid
  Lyric --> Vocaloid
  Vocaloid --> Vocal
 
 
  Music --> MusicTranscription[自動採譜] --> Score
end
 
click Vocaloid href "https://wiki.ptt-lab.com/index.php?title=歌声合成"
</mermaid>
</mermaid>

2024年5月2日 (木) 21:36時点における最新版

音に関係する研究を概観する

graph LR subgraph legend target([対象]) task[タスク] end

graph LR subgraph 自然言語処理 Text([テキスト]) Prosody([韻律]) Accent([アクセント]) Morpheme([形態素]) Text --> MorphologicalAnalysis[形態素解析] --> Morpheme end subgraph 音声 Speech([音声]) Speaker([話者]) SpeakerRecognition[話者認識] Speech --> SpeakerRecognition --> Speaker Speech --> VC[声質変換] Speaker --> VC VC --> Speech Speech --> ASR[音声認識] --> Text TTS[テキスト音声合成] Text --> TTS Speaker --> TTS Morpheme --> TTS Prosody --> TTS Accent --> TTS TTS --> Speech end subgraph 音 Sound([音]) Source([音源]) Noise([雑音]) Sound --> SourceSeparation[音源分離] --> Source Denoising[雑音除去] Sound --> Denoising Noise --> Denoising end subgraph 音楽 Music([音楽]) Lyric([歌詞]) Score([楽譜]) Vocal([歌声]) Instrument([楽器音]) Vocaloid[歌声合成] Score --> Vocaloid Lyric --> Vocaloid Vocaloid --> Vocal Music --> MusicTranscription[自動採譜] --> Score end click Vocaloid href "https://wiki.ptt-lab.com/index.php?title=歌声合成"