{"id":5681,"date":"2026-07-08T17:41:34","date_gmt":"2026-07-08T08:41:34","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5681"},"modified":"2026-07-08T19:38:55","modified_gmt":"2026-07-08T10:38:55","slug":"pipecat-korean-voice-agent","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/","title":{"rendered":"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5681\" class=\"elementor elementor-5681\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ec894ca e-con-full e-flex e-con e-parent\" data-id=\"3ec894ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f146a64 elementor-widget elementor-widget-html\" data-id=\"f146a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<div class=\"typecast-blog-player\" data-character=\"\uc11c\ud604\">\r\n  <div class=\"typecast-play-btn\" onclick=\"togglePlay(this)\"><\/div>\r\n  <span class=\"typecast-title\">Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc5d0\uc774\uc804\ud2b8\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub294<span style=\"color:#f97316;\"> '\ud61c\uc9c4' <\/span>\ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694<\/span>\r\n  <div class=\"typecast-controls\">\r\n    <button class=\"typecast-speed\" onclick=\"changeSpeed(this)\">\uc18d\ub3c4 1x<\/button>\r\n  <\/div>\r\n  <audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/20260708_Pipecat\uc73c\ub85c_-1.mp3\"><\/audio>\r\n<\/div>\r\n\r\n<style>\r\n.typecast-blog-player {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #111;\r\n  border-radius: 10px;\r\n  padding: 15px 16px;\r\n  gap: 12px;\r\n  max-width: 700px;\r\n}\r\n.typecast-blog-player .typecast-play-btn {\r\n  background: #F97316;\r\n  border: none;\r\n  border-radius: 50%;\r\n  width: 32px;\r\n  height: 32px !important;\r\n  min-width: 32px;\r\n  min-height: 32px;\r\n  cursor: pointer;\r\n  flex-shrink: 0;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n.typecast-blog-player .typecast-play-btn::before {\r\n  content: '';\r\n  display: inline-block;\r\n  width: 0;\r\n  height: 0;\r\n  border-style: solid;\r\n  border-width: 5px 0 5px 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 2px;\r\n}\r\n.typecast-blog-player .typecast-play-btn.is-playing::before {\r\n  border-style: double;\r\n  border-width: 0 0 0 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 0;\r\n}\r\n.typecast-blog-player .typecast-title {\r\n  color: white;\r\n  font-weight: 600;\r\n  font-size: 15px;\r\n  flex: 1;\r\n}\r\n.typecast-blog-player .typecast-controls {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  flex-shrink: 0;\r\n}\r\n.typecast-blog-player .typecast-speed {\r\n  background: transparent;\r\n  border: 1.5px solid #555;\r\n  border-radius: 20px;\r\n  color: white;\r\n  padding: 4px 10px;\r\n  font-weight: 500;\r\n  font-size: 11px;\r\n  cursor: pointer;\r\n}\r\n<\/style>\r\n\r\n<script>\r\nfunction togglePlay(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n\r\n  document.querySelectorAll('.typecast-blog-player').forEach(p => {\r\n    if (p !== player) {\r\n      p.querySelector('audio').pause();\r\n      p.querySelector('.typecast-play-btn').classList.remove('is-playing');\r\n    }\r\n  });\r\n\r\n  if (audio.paused) {\r\n    audio.play();\r\n    btn.classList.add('is-playing');\r\n\r\n    if (!player.dataset.played) {\r\n      player.dataset.played = 'true';\r\n      window.dataLayer = window.dataLayer || [];\r\n      window.dataLayer.push({\r\n                event: 'typecast_blog_audio_play',\r\n        audio_character: player.dataset.character || '',\r\n        page_url: window.location.href\r\n      });\r\n    }\r\n  } else {\r\n    audio.pause();\r\n    btn.classList.remove('is-playing');\r\n  }\r\n}\r\n\r\nfunction changeSpeed(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n  const speeds = [1, 1.5, 2, 0.75];\r\n\r\n  let idx = parseInt(player.dataset.speedIndex || '0');\r\n  idx = (idx + 1) % speeds.length;\r\n  player.dataset.speedIndex = idx;\r\n\r\n  audio.playbackRate = speeds[idx];\r\n  btn.textContent = '\uc18d\ub3c4 ' + speeds[idx] + 'x';\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-295fa8d elementor-widget elementor-widget-html\" data-id=\"295fa8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@graph\": [\r\n    {\r\n      \"@type\": \"BlogPosting\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#blogposting\",\r\n      \"headline\": \"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9\",\r\n      \"description\": \"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\r\n      \"url\": \"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/\",\r\n      \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/\" },\r\n      \"inLanguage\": \"ko\",\r\n      \"datePublished\": \"REPLACE_datePublished\",\r\n      \"dateModified\": \"REPLACE_dateModified\",\r\n      \"image\": \"REPLACE_\ub300\ud45c\uc774\ubbf8\uc9c0_URL\",\r\n      \"speakable\": {\r\n        \"@type\": \"SpeakableSpecification\",\r\n        \"cssSelector\": [\".answer-first-def\", \".faq\"]\r\n      },\r\n      \"author\": {\r\n        \"@type\": \"Person\",\r\n        \"name\": \"Heeju Choi\",\r\n        \"jobTitle\": \"B2B \ub9c8\ucf00\ud130\",\r\n        \"worksFor\": {\r\n          \"@type\": \"Organization\",\r\n          \"name\": \"Neosapience Inc.\",\r\n          \"url\": \"https:\/\/typecast.ai\"\r\n        },\r\n        \"sameAs\": \"https:\/\/kr.linkedin.com\/company\/typecastkorea\"\r\n      },\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"name\": \"Neosapience Inc.\",\r\n        \"alternateName\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\r\n        \"url\": \"https:\/\/typecast.ai\/kr\",\r\n        \"logo\": {\r\n          \"@type\": \"ImageObject\",\r\n          \"url\": \"https:\/\/typecast.ai\/_ipx\/_\/image\/logo\/tc_logo.webp\"\r\n        }\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#faqpage\",\r\n      \"mainEntity\": [\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ub2e4\ub978 TTS\ub97c \uc4f0\ub2e4\uac00 \ud0c0\uc785\uce90\uc2a4\ud2b8\ub85c \ubc14\uafc0 \uc218 \uc788\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"TTS \uc11c\ube44\uc2a4 \uac1d\uccb4\ub9cc TypecastTTSService\ub85c \uad50\uccb4\ud558\uba74 \ub429\ub2c8\ub2e4. STT\u00b7LLM\u00b7\ud2b8\ub79c\uc2a4\ud3ec\ud2b8 \ub4f1 \ub098\uba38\uc9c0 \ud30c\uc774\ud504\ub77c\uc778\uc740 \uadf8\ub300\ub85c \ub46c\ub3c4 \ub429\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ud55c\uad6d\uc5b4 \ub9d0\uace0 \ub2e4\ub978 \uc5b8\uc5b4\ub3c4 \ub418\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ub124. \ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 37\uac1c \uc5b8\uc5b4\ub97c \uc9c0\uc6d0\ud558\uace0, \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c voice_id\ub9cc \ubc14\uafd4 \ub2e4\uad6d\uc5b4 \uc5d0\uc774\uc804\ud2b8\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\uc2e4\uc2dc\uac04 \ub300\ud654\uc778\ub370 \uc74c\uc131 \uc9c0\uc5f0\uc774 \uad1c\ucc2e\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \uc704\ud55c \uc2a4\ud2b8\ub9ac\ubc0d TTS API\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ud569\uc131\uc774 \ub05d\ub098\uae38 \uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \uc74c\uc131\uc744 \uccad\ud06c \ub2e8\uc704\ub85c \uc989\uc2dc \ud758\ub824\ubcf4\ub0b4\uc11c, \uc0ac\uc6a9\uc790\uac00 \ub9d0\uc744 \ub9c8\uce58\uba74 \uace7\ubc14\ub85c \ub300\ub2f5\uc774 \uc2dc\uc791\ub429\ub2c8\ub2e4. pipecat-ai-typecast \uc5f0\ub3d9\ub3c4 \uc774 \uc2a4\ud2b8\ub9ac\ubc0d \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\uac10\uc815\uc774\ub098 \ub9d0\ud22c\ub97c \uc0c1\ud669\ub9c8\ub2e4 \ubc14\uafc0 \uc218 \uc788\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\uac10\uc815 \ud504\ub9ac\uc14b\uacfc \uac15\ub3c4(0~2)\ub97c \uc9c0\uc815\ud560 \uc218 \uc788\uace0, \ubb38\ub9e5\uc744 \uc77d\uc5b4 \uc790\ub3d9\uc73c\ub85c \ud1a4\uc744 \uc785\ud788\ub294 Smart Emotion\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc74c \ub192\uc774(\u00b112 \ubc18\uc74c)\uc640 \ub9d0 \uc18d\ub3c4(0.5~2\ubc30)\ub3c4 \uc870\uc808\ub429\ub2c8\ub2e4. \uc790\uc138\ud55c \uc635\uc158\uc740 Pipecat\uc6a9 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubb38\uc11c\uc5d0\uc11c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Pipecat\uc5d0\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc4f8 \uc218 \uc788\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ub124. \ud0c0\uc785\uce90\uc2a4\ud2b8\uac00 \uc81c\uacf5\ud558\ub294 Pipecat \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ubd99\uc5ec \uc4f8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. pip install pipecat-ai-typecast\ub85c \uc124\uce58\ud558\uba74 \ub418\uace0, \uc0ac\uc6a9\ubc95\uc740 \uacf5\uc2dd \ubb38\uc11c\uc640 \uae43\ud5c8\ube0c\uc5d0\uc11c \ucc38\uace0\ud558\uc138\uc694.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 MRR \uae30\uc900 \uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5\uc785\ub2c8\ub2e4. \ud575\uc2ec \uac15\uc810\uc740 \uc138 \uac00\uc9c0\uc785\ub2c8\ub2e4. \u2460 \uc790\uc5f0\uc2a4\ub7ec\uc6c0 \u2014 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc \ud14d\uc2a4\ud2b8 \ub9e5\ub77d\uc744 \uc77d\ub294 Smart Emotion\uc774 \uacb0\ud569\ub3fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uac10\uc815 \ud45c\ud604\uc744 \ub0c5\ub2c8\ub2e4. \u2461 \ub2e4\uc591\uc131 \u2014 API \uae30\uc900 500\uac1c \uc774\uc0c1\uc758 AI \ubaa9\uc18c\ub9ac\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uac19\uc740 API\ub85c \ud638\ucd9c\ud574 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\ub85c \uadf8\ub300\ub85c \ud655\uc7a5\ub429\ub2c8\ub2e4. \u2462 \uc548\uc815\uc131 \u2014 \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub808\uc774\ud134\uc2dc \uc5c6\uc774 \ub3d9\uc791\ud558\ub294 \uac8c \uac80\uc99d\ub410\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9254ed elementor-widget elementor-widget-text-editor\" data-id=\"5f9254ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc694\uc998 \uc608\uc57d \uc804\ud654\ub97c \ubc1b\ub294 \ucf5c\ubd07, \uc571 \uc18d \uc74c\uc131 \ube44\uc11c\uac00 \uc0ac\ub78c\ucc98\ub7fc \uc2e4\uc2dc\uac04\uc73c\ub85c \ub9d0\uc744 \uc8fc\uace0\ubc1b\uc8e0. <strong>\ud070 \uc778\ud504\ub77c \uc5c6\uc774\ub3c4<\/strong> \uc774\ub7f0 \uc74c\uc131 AI \uc5d0\uc774\uc804\ud2b8\ub97c \uc9c1\uc811 \ub9cc\ub4e4\uace0 \ub3c4\uc785\ud558\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\uc774 \ube60\ub974\uac8c \ub298\uace0 \uc788\uc5b4\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc774\ub7f0 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub294 <strong>Pipecat<\/strong> \uac19\uc740 \uc624\ud508\uc18c\uc2a4 \ub3c4\uad6c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. \uc624\ub298\uc740 \uc5ec\uae30\uc5d0 <strong>\ud55c\uad6d\uc5b4 \uc74c\uc131\uc73c\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \ubd99\uc5ec<\/strong>, \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc751\ub300\ud558\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc95\uc744 \uc815\ub9ac\ud588\uc5b4\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<div class=\"callout-box\">\n<p class=\"callout-title\">\uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4<\/p>\n<p><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/svg\/2705.svg\" alt=\"\u2705\" \/> Pipecat\uc73c\ub85c <strong>AI \ucf5c\ubd07\u00b7\uc74c\uc131 \uc0c1\ub2f4\ubd07<\/strong>\uc744 \ub9cc\ub4dc\ub294 \uac1c\ubc1c\uc790<\/p>\n<p><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/svg\/2705.svg\" alt=\"\u2705\" \/> \uc801\uc740 \ub9ac\uc18c\uc2a4\ub85c <strong>\uc74c\uc131 \uc751\ub300\ub97c \uc790\ub3d9\ud654<\/strong>\ud558\ub824\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ud300<\/p>\n<p><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/svg\/2705.svg\" alt=\"\u2705\" \/> \uc9c0\uae08 \uc4f0\ub294 TTS\uc758 <strong>\ud55c\uad6d\uc5b4 \ubc1c\ud654\uac00 \uc544\uc26c\uc6e0\ub358<\/strong> \ubd84<\/p>\n<\/div>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>\uc74c\uc131 \uc5d0\uc774\uc804\ud2b8, \uc694\uc998 \uc774\ub807\uac8c \uc4f0\uc785\ub2c8\ub2e4<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub294 \uc0ac\ub78c\ucc98\ub7fc \ub4e3\uace0 \ub2f5\ud558\ub294 AI\uc608\uc694. \uace0\uac1d\uc13c\ud130 \uc0c1\ub2f4, \uc608\uc57d\u00b7\uc8fc\ubb38 \uc811\uc218, \uc548\ub0b4 \uc804\ud654\ucc98\ub7fc \u2018\ub9d0\ub85c \uc8fc\uace0\ubc1b\ub294 \uc77c\u2019\uc744 \ub300\uc2e0\ud569\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\ud2b9\ud788 \ud6a8\uacfc\uc801\uc778 \uacf3\uc740 <strong>\uc0ac\ub78c\uc744 \uacc4\uc18d \ub450\uae30 \uc5b4\ub824\uc6b4 \uc790\ub9ac<\/strong>\uc608\uc694. \uc57c\uac04\uc5d0\ub3c4 \ubb38\uc758\ub294 \ub4e4\uc5b4\uc624\ub294\ub370 \uc0c1\ub2f4 \uc778\ub825\uc744 24\uc2dc\uac04 \ub458 \uc218 \uc5c6\ub294 \ubcd1\uc6d0, \uc804\ud654\ub294 \uc3df\uc544\uc9c0\ub294\ub370 \uc751\ub300\ud560 \uc0ac\ub78c\uc774 \ubd80\uc871\ud55c \uc791\uc740 \uc1fc\ud551\ubab0\ucc98\ub7fc\uc694. \ubc18\ubcf5\ub418\ub294 \ubb38\uc758\ub97c \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\uac00 \uba3c\uc800 \ubc1b\uc544\uc8fc\uba74, \uc0ac\ub78c\uc740 \ub354 \uc911\uc694\ud55c \uc751\ub300\uc5d0 \uc9d1\uc911\ud560 \uc218 \uc788\uc8e0<\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\">\uc608\ub97c \ub4e4\uc5b4 <strong> \uc608\uc57d \ubcc0\uacbd \ubb38\uc758\ub97c \ubc1b\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8<\/strong> \ub294 \uc774\ub807\uac8c \uc751\ub300\ud569\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p class=\"wp-block-paragraph\">\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p><\/p>\n<!-- \ub370\ubaa8 \uc601\uc0c1 -->\n<figure style=\"margin: 8px 0 20px; text-align: center;\"><video style=\"height: 50%; border-radius: 14px; background-color: #000000; display: block; margin: 0 auto;\" poster=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/pipecat-demo-poster.jpg\" preload=\"metadata\" controls=\"controls\" width=\"300\" height=\"150\">\n<source src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/\ucc44\ud305_8mb.mp4\" type=\"video\/mp4\" \/>\n\ube0c\ub77c\uc6b0\uc800\uac00 \uc601\uc0c1 \uc7ac\uc0dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc544\uc694. \ucd5c\uc2e0 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \ud655\uc778\ud574\uc8fc\uc138\uc694.<\/video>\n<figcaption style=\"font-size: 13.5px; color: #888888; margin-top: 5px; line-height: 1.6;\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub97c \uc5f0\ub3d9\ud55c \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8 \ub370\ubaa8 \uc608\uc2dc<\/figcaption>\n<\/figure>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\"><strong>Pipecat\uc744 \ud65c\uc6a9\ud558\uba74 \uc774\ub7f0 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694.<\/strong> \uc608\uc57d\uc744 \ud655\uc778\ud558\uace0, \ub9c8\uac10\ub41c \uc2dc\uac04\uc744 \uc54c\uace0, \ub300\uc548\uae4c\uc9c0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc81c\uc2dc\ud558\uc8e0. \uc5b4\ub5bb\uac8c \ub9cc\ub4dc\ub294\uc9c0\ub294 \uc544\ub798\uc5d0\uc11c \uc790\uc138\ud788 \uc0b4\ud3b4\ubcfc\uac8c\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Pipecat\uc774 \ubb54\uac00\uc694?<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\"><strong>Pipecat\uc740 \ubc29\uae08 \uac19\uc740 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \ub9cc\ub4dc\ub294 \uc624\ud508\uc18c\uc2a4 \ud504\ub808\uc784\uc6cc\ud06c\uc608\uc694.<\/strong> \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\uac00 \ub4e3\uace0, \uc0dd\uac01\ud558\uace0, \ub9d0\ud558\ub294 \uc138 \ub2e8\uacc4 \u2014 \uc0ac\uc6a9\uc790\uc758 \ub9d0\uc744 \ubc1b\uc544\uc4f0\ub294 STT(\uadc0), \ub2f5\uc744 \ub9cc\ub4dc\ub294 LLM(\uba38\ub9ac), \uadf8 \ub2f5\uc744 \ubaa9\uc18c\ub9ac\ub85c \ub0b4\ub294 TTS(\uc785) \u2014 \ub97c \ud558\ub098\ub85c \uc774\uc5b4 \ubd99\uc5ec\uc90d\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><!-- \ub370\ubaa8 \uc774\ubbf8\uc9c0: \/wp-content\/uploads\/2026\/07\/\ud30c\uc77c\uba85.png \uc5c5\ub85c\ub4dc \ud6c4 \ub178\ucd9c --><br \/><\/p>\n<figure style=\"margin: 8px 0 20px; text-align: center;\"><img decoding=\"async\" style=\"width: 100%; border-radius: 14px; display: block; margin: 0 auto;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/pipecat-overview.webp\" alt=\"pipecat voice agent overview\" \/>\n<figcaption style=\"font-size: 13.5px; color: #888888; margin-top: 12px; line-height: 1.6;\">Pipecat\uc758 Agent workflow \uc608\uc2dc<\/figcaption>\n<\/figure>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">Pipecat\uc744 \ud65c\uc6a9\ud558\uba74 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \ucc98\uc74c\ubd80\ud130 \uc804\ubd80 \uc9c1\uc811 \ub9cc\ub4e4 \ud544\uc694\uac00 \uc5c6\uc5b4\uc694. \uc6d0\ud558\ub294 STT\u00b7LLM\u00b7TTS\ub97c \uace8\ub77c \ub07c\uc6b0\ub294 \ubc29\uc2dd\uc774\ub77c <strong>\uc801\uc740 \ub9ac\uc18c\uc2a4\ub85c \ube60\ub974\uac8c<\/strong> \ub9cc\ub4e4 \uc218 \uc788\uc8e0. \ub355\ubd84\uc5d0 \ub9ac\uc18c\uc2a4\uac00 \ubd80\uc871\ud55c \uc2a4\ud0c0\ud2b8\uc5c5\uc774\ub098 \uc791\uc740 \ud300\ub3c4 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4e4\uc5b4\ubcfc \uc218 \uc788\uc5b4\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\"><strong>\uc774 \uc911 TTS\ub294 \uc5d0\uc774\uc804\ud2b8\uc758 \ubaa9\uc18c\ub9ac, \uace7 \uc0ac\uc6a9\uc790\uac00 \ub4e3\ub294 \uc74c\uc131 \uacbd\ud5d8\uacfc \uc9c1\uc811 \uc5f0\uacb0\ub3fc\uc694.<\/strong> \uc5d0\uc774\uc804\ud2b8\uac00 \uc5b4\ub5a4 \ubaa9\uc18c\ub9ac\ub85c \uc5bc\ub9c8\ub098 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ub9d0\ud558\ub294\uc9c0\uac00 \uc5ec\uae30\uc11c \uc815\ud574\uc9c0\uc8e0. Pipecat\uc5d0\uc11c\ub294 <strong>40\uac00\uc9c0\uac00 \ub118\ub294 \uc74c\uc131 \uc11c\ube44\uc2a4<\/strong>\ub97c \uc120\ud0dd\ud560 \uc218 \uc788\ub294\ub370\uc694, \ud55c\uad6d\uc5b4 \uc11c\ube44\uc2a4\ub77c\uba74 \uace0\ub974\ub294 \uae30\uc900\uc774 \uc880 \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>\uc65c \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\uc5d4 \ud0c0\uc785\uce90\uc2a4\ud2b8\uc778\uac00\uc694?<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub294 \ubaa9\uc18c\ub9ac\uac00 \uace7 \uc11c\ube44\uc2a4 \uacbd\ud5d8\uc774\uc5d0\uc694. \uc5b4\ub5a4 \ud1a4\uc73c\ub85c \ub9d0\ud558\ub294\uc9c0, \ub300\ub2f5 \uc0ac\uc774 \uc5b4\uc0c9\ud55c \uce68\ubb35\uc740 \uc5c6\ub294\uc9c0, \uc6b0\ub9ac \uc11c\ube44\uc2a4\uc5d0 \uc5b4\uc6b8\ub9ac\ub294 \ubaa9\uc18c\ub9ac\uc778\uc9c0 \u2014 \uc774 \ubaa8\ub4e0 \uac8c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc88c\uc6b0\ud558\uc8e0. \ub300\ud654\ud615 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\uc5d0 \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \ucd94\ucc9c\ud558\ub294 \uc774\uc720\ub294 \uc138 \uac00\uc9c0\uc608\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2460 \uc0ac\ub78c\uacfc \ub300\ud654\ud558\ub294 \ub4ef\ud55c \uc790\uc5f0\uc2a4\ub7ec\uc6c0<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uc744 \ud559\uc2b5\ud55c <strong>\uace0\ud488\uc9c8 AI \ubaa9\uc18c\ub9ac<\/strong>\ub97c \uc81c\uacf5\ud574\uc694. \ud2b9\ud788 Smart Emotion\uc744 \uc4f0\uba74 \uc2e4\uc2dc\uac04 \ub300\ud654\uc5d0\uc11c\ub3c4 \ubb38\uc7a5\uc758 \ub9e5\ub77d\uc744 \uc77d\uc5b4 \uc5b4\uc6b8\ub9ac\ub294 \uac10\uc815\uc744 \uc790\ub3d9\uc73c\ub85c \uc785\ud600, \uc0ac\ub78c\uacfc \ud1b5\ud654\ud558\ub294 \ub4ef\ud55c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uc751\ub300\ub97c \uc644\uc131\ud560 \uc218 \uc788\uc5b4\uc694.<\/p>\n<\/div>\n<p><\/p>\n<p><\/p>\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2461 \ub04a\uae40 \uc5c6\ub294 \uc2e4\uc2dc\uac04 \uc751\ub300<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">\uc2e4\uc2dc\uac04 \ub300\ud654\uc5d0\uc11c \uac00\uc7a5 \uc5b4\uc0c9\ud55c \uac74 \uc74c\uc131\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\uae38 \uae30\ub2e4\ub9ac\ub294 \uc0ac\uc774\uc758 \uce68\ubb35\uc774\uc5d0\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc74c\uc131\uc744 \uccad\ud06c \ub2e8\uc704\ub85c \ubc14\ub85c \uc804\uc1a1\ud558\ub294 <a href=\"https:\/\/typecast.ai\/docs\/api-reference\/text-to-speech\/streaming-text-to-speech\">\uc2a4\ud2b8\ub9ac\ubc0d TTS API<\/a>\ub97c \uc81c\uacf5\ud574, \uc0ac\uc6a9\uc790\uac00 \ub9d0\uc744 \ub9c8\uce58\uba74 \uace7\ubc14\ub85c \ub300\ub2f5\uc774 \uc2dc\uc791\ub429\ub2c8\ub2e4. \uce68\ubb35 \uc5c6\uc774 \ud1b5\ud654\ud558\ub4ef \uc8fc\uace0\ubc1b\uc744 \uc218 \uc788\uc5b4\uc694.<\/p>\n<\/div>\n<p><\/p>\n<p><\/p>\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2462 \uc11c\ube44\uc2a4\uc5d0 \ub9de\ub294 \ubaa9\uc18c\ub9ac \uc120\ud0dd<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 <strong>500\uac1c\uac00 \ub118\ub294 \ubcf4\uc774\uc2a4<\/strong>\ub97c \uc81c\uacf5\ud574\uc694. \ucc28\ubd84\ud55c \uc548\ub0b4, \uce5c\uadfc\ud55c \uc0c1\ub2f4, \ud65c\uae30\ucc2c \uce90\ub9ad\ud130\uae4c\uc9c0 \u2014 \ube0c\ub79c\ub4dc \ud1a4\uc5d0 \ub9de\ub294 \ubaa9\uc18c\ub9ac\ub97c \uace8\ub77c \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \u2018\uc11c\ube44\uc2a4\ub2f5\uac8c\u2019 \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694.<\/p>\n<\/div>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Pipecat\uc5d0 \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5b4\ub5bb\uac8c \uc5f0\ub3d9\ud558\ub098\uc694?<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\ud0c0\uc785\uce90\uc2a4\ud2b8\uac00 \uc81c\uacf5\ud558\ub294 Pipecat \ud50c\ub7ec\uadf8\uc778\uc744 \uc5f0\uacb0\ud558\uba74, \ud55c\uad6d\uc5b4\ub85c \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc751\ub300\ud558\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. \uc544\ub798 \ub124 \ub2e8\uacc4\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 1<\/span>\uae30\ubcf8 \ud30c\uc774\ud504\ub77c\uc778 \uc900\ube44\ud558\uae30<\/h3>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uba3c\uc800 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\uc758 \uae30\ubcf8 \ud30c\uc774\ud504\ub77c\uc778\uc744 \ub9cc\ub4e4\uc5b4\uc694. <a href=\"https:\/\/docs.pipecat.ai\">Pipecat \uacf5\uc2dd \ud035\uc2a4\ud0c0\ud2b8<\/a>\uc758 \uc608\uc81c\ub97c \ub530\ub77c \ud544\uc694\ud55c \ub0b4\uc6a9\uc744 \uc124\uce58\ud574\uc8fc\uc138\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 2<\/span>\ud0c0\uc785\uce90\uc2a4\ud2b8 \uc124\uce58\ud558\uace0 API \ud0a4 \uc5f0\uacb0\ud558\uae30<\/h3>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc544\ub798 \uba85\ub839\uc5b4\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c Pipecat\uc5d0 \uc774\uc5b4\uc8fc\ub294 \ud328\ud0a4\uc9c0\ub97c \uc124\uce58\ud574\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">pip<\/span> install pipecat-ai-typecast<\/code><\/pre>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc74c\uc131\uc744 \uc4f0\ub294 \ub370 \ud544\uc694\ud55c \ud0c0\uc785\uce90\uc2a4\ud2b8 API \ud0a4\ub294 \ucf58\uc194\uc5d0\uc11c \ubb34\ub8cc\ub85c \ubc1c\uae09\ubc1b\uc544, \ucf54\ub4dc\uac00 \uc77d\uc744 \uc218 \uc788\uac8c <code>TYPECAST_API_KEY<\/code>\ub85c \uc800\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ud0a4 \ubc1c\uae09\ud558\uae30 \u2192<\/a><\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 3<\/span>\uc0ac\uc6a9\ud560 \ubaa9\uc18c\ub9ac \uace0\ub974\uae30<\/h3>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">\ud0c0\uc785\uce90\uc2a4\ud2b8\uac00 \uc81c\uacf5\ud558\ub294 500\uac1c\uac00 \ub118\ub294 \ubaa9\uc18c\ub9ac \uc911\uc5d0\uc11c \uc5d0\uc774\uc804\ud2b8\uac00 \uc4f8 \ubaa9\uc18c\ub9ac\ub97c \uace8\ub77c\uc694. <a href=\"https:\/\/typecast.ai\/developers\/api\/voices\">AI \ubaa9\uc18c\ub9ac \ubaa9\ub85d<\/a>\uc5d0\uc11c \uc9c1\uc811 \ub4e4\uc5b4\ubcf4\uace0, \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\uc758 ID\ub97c <code>voice_id<\/code>\uc5d0 \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #c586c0;\">from<\/span> pipecat_typecast.tts <span style=\"color: #c586c0;\">import<\/span> TypecastTTSService\n\ntts = <span style=\"color: #dcdcaa;\">TypecastTTSService<\/span>(\n    aiohttp_session=session,\n    api_key=os.getenv(<span style=\"color: #ce9178;\">\"TYPECAST_API_KEY\"<\/span>),\n    voice_id=<span style=\"color: #ce9178;\">\"tc_672c5f5ce59fac2a48faeaee\"<\/span>,\n)<\/code><\/pre>\n<p><\/p>\n<p><\/p>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 4<\/span>\ud30c\uc774\ud504\ub77c\uc778\uc5d0 \ubaa9\uc18c\ub9ac \uc5f0\uacb0\ud558\uae30<\/h3>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">STEP 1\uc5d0\uc11c \ub9cc\ub4e0 \ud30c\uc774\ud504\ub77c\uc778\uc758 TTS \uc790\ub9ac\ub97c, \ubc29\uae08 \uc900\ube44\ud55c \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubaa9\uc18c\ub9ac(<code>tts<\/code>)\ub85c \uc5f0\uacb0\ud574\uc694.<\/p>\n<p><\/p>\n<p><\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code>pipeline = <span style=\"color: #dcdcaa;\">Pipeline<\/span>([\n    transport.input(),\n    stt,    <span style=\"color: #6a9955;\"># \uc74c\uc131 \u2192 \ud14d\uc2a4\ud2b8<\/span>\n    llm,    <span style=\"color: #6a9955;\"># \ub2f5 \uc0dd\uc131<\/span>\n    tts,    <span style=\"color: #6a9955;\"># \u2190 \ud0c0\uc785\uce90\uc2a4\ud2b8 (\ud14d\uc2a4\ud2b8 \u2192 \ud55c\uad6d\uc5b4 \uc74c\uc131)<\/span>\n    transport.output(),\n])<\/code><\/pre>\n<p><\/p>\n<p><\/p>\n<p class=\"post-body wp-block-paragraph\">STT\u00b7LLM\uc740 \uadf8\ub300\ub85c \ub450\uace0 \ubaa9\uc18c\ub9ac\ub9cc \ubc14\uafb8\uba74, <strong>\ud55c\uad6d\uc5b4\ub85c \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc751\ub300\ud558\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8<\/strong>\uac00 \uc644\uc131\ub429\ub2c8\ub2e4.<\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<p><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p><\/p>\n<p><\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26100af elementor-widget elementor-widget-html\" data-id=\"26100af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<div style=\"background-color: #ffffff; border-radius: 20px; padding: 36px 40px; margin: 8px 0 24px; text-align: center;\">\r\n<p style=\"font-size: 22px; font-weight: bold; color: #222222; line-height: 1.5em; margin-bottom: 12px;\">\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8, <br \/>\uc9c1\uc811 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694<\/p>\r\n<p style=\"font-size: 15px; margin-top: 20px; font-weight: 400; color: #666666; line-height: 1.9em; margin-bottom: 20px;\">Pipecat\uacfc \ud0c0\uc785\uce90\uc2a4\ud2b8 API \ub97c \ud65c\uc6a9\ud558\uba74.<br>24\uc2dc\uac04 \uac00\uc7a5 \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4\ub85c \uc751\ub300\ud558\ub294 \ucf5c\ubd07\/\uc0c1\ub2f4\ubd07\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694<br \/><\/p>\r\n<a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; margin-right: 8px;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><a style=\"display: inline-block; background-color: #ffffff; color: #fe7e43; padding: 10px 26px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; border: 2px solid #fe7e43;\" href=\"https:\/\/github.com\/neosapience\/pipecat-typecast\">\ud328\ud0a4\uc9c0 GitHub \ubcf4\uae30 \u2192<\/a>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed580c e-flex e-con-boxed e-con e-parent\" data-id=\"eed580c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07e4d4d elementor-widget elementor-widget-html\" data-id=\"07e4d4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>FAQ. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/strong><\/h2>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ub2e4\ub978 TTS\ub97c \uc4f0\ub2e4\uac00 \ud0c0\uc785\uce90\uc2a4\ud2b8\ub85c \ubc14\uafc0 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">TTS \uc11c\ube44\uc2a4 \uac1d\uccb4\ub9cc <code>TypecastTTSService<\/code>\ub85c \uad50\uccb4\ud558\uba74 \ub429\ub2c8\ub2e4. STT\u00b7LLM\u00b7\ud2b8\ub79c\uc2a4\ud3ec\ud2b8 \ub4f1 \ub098\uba38\uc9c0 \ud30c\uc774\ud504\ub77c\uc778\uc740 \uadf8\ub300\ub85c \ub46c\ub3c4 \ub3fc\uc694.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ud55c\uad6d\uc5b4 \ub9d0\uace0 \ub2e4\ub978 \uc5b8\uc5b4\ub3c4 \ub418\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub124. \ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 37\uac1c \uc5b8\uc5b4\ub97c \uc9c0\uc6d0\ud558\uace0, \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c <code>voice_id<\/code>\ub9cc \ubc14\uafd4 \ub2e4\uad6d\uc5b4 \uc5d0\uc774\uc804\ud2b8\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc2e4\uc2dc\uac04 \ub300\ud654\uc778\ub370 \uc74c\uc131 \uc9c0\uc5f0\uc774 \uad1c\ucc2e\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub97c \uc704\ud55c <a href=\"https:\/\/typecast.ai\/docs\/api-reference\/text-to-speech\/streaming-text-to-speech\">\uc2a4\ud2b8\ub9ac\ubc0d TTS API<\/a>\ub97c \uc81c\uacf5\ud574\uc694. \ud569\uc131\uc774 \ub05d\ub098\uae38 \uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \uc74c\uc131\uc744 \uccad\ud06c \ub2e8\uc704\ub85c \uc989\uc2dc \ud758\ub824\ubcf4\ub0b4\uc11c, \uc0ac\uc6a9\uc790\uac00 \ub9d0\uc744 \ub9c8\uce58\uba74 \uace7\ubc14\ub85c \ub300\ub2f5\uc774 \uc2dc\uc791\ub429\ub2c8\ub2e4. <code>pipecat-ai-typecast<\/code> \uc5f0\ub3d9\ub3c4 \uc774 \uc2a4\ud2b8\ub9ac\ubc0d \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud558\uace0 \uc788\uc5b4\uc694.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uac10\uc815\uc774\ub098 \ub9d0\ud22c\ub97c \uc0c1\ud669\ub9c8\ub2e4 \ubc14\uafc0 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\uac10\uc815 \ud504\ub9ac\uc14b\uacfc \uac15\ub3c4(0~2)\ub97c \uc9c0\uc815\ud560 \uc218 \uc788\uace0, \ubb38\ub9e5\uc744 \uc77d\uc5b4 \uc790\ub3d9\uc73c\ub85c \ud1a4\uc744 \uc785\ud788\ub294 Smart Emotion\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc74c \ub192\uc774(\u00b112 \ubc18\uc74c)\uc640 \ub9d0 \uc18d\ub3c4(0.5~2\ubc30)\ub3c4 \uc870\uc808\ub3fc\uc694. \uc790\uc138\ud55c \uc635\uc158\uc740 <a href=\"https:\/\/docs.pipecat.ai\/api-reference\/server\/services\/tts\/typecast\">Pipecat\uc6a9 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubb38\uc11c<\/a>\uc5d0\uc11c \ubcfc \uc218 \uc788\uc5b4\uc694.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. Pipecat\uc5d0\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc4f8 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub124. \ud0c0\uc785\uce90\uc2a4\ud2b8\uac00 \uc81c\uacf5\ud558\ub294 Pipecat \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ubd99\uc5ec \uc4f8 \uc218 \uc788\uc5b4\uc694. <code>pip install pipecat-ai-typecast<\/code>\ub85c \uc124\uce58\ud558\uba74 \ub418\uace0, \uc0ac\uc6a9\ubc95\uc740 <a href=\"https:\/\/docs.pipecat.ai\/api-reference\/server\/services\/tts\/typecast\">\uacf5\uc2dd \ubb38\uc11c<\/a>\uc640 <a href=\"https:\/\/github.com\/neosapience\/pipecat-typecast\">\uae43\ud5c8\ube0c<\/a>\uc5d0\uc11c \ucc38\uace0\ud558\uc138\uc694.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 MRR \uae30\uc900 <strong>\uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5<\/strong>\uc785\ub2c8\ub2e4. \ud575\uc2ec \uac15\uc810\uc740 \uc138 \uac00\uc9c0\uc608\uc694. <strong>\u2460 \uc790\uc5f0\uc2a4\ub7ec\uc6c0<\/strong> \u2014 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc \ud14d\uc2a4\ud2b8 \ub9e5\ub77d\uc744 \uc77d\ub294 Smart Emotion\uc774 \uacb0\ud569\ub3fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uac10\uc815 \ud45c\ud604\uc744 \ub0c5\ub2c8\ub2e4. <strong>\u2461 \ub2e4\uc591\uc131<\/strong> \u2014 API \uae30\uc900 500\uac1c \uc774\uc0c1\uc758 AI \ubaa9\uc18c\ub9ac\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uac19\uc740 API\ub85c \ud638\ucd9c\ud574 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\ub85c \uadf8\ub300\ub85c \ud655\uc7a5\ub429\ub2c8\ub2e4. <strong>\u2462 \uc548\uc815\uc131<\/strong> \u2014 \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub808\uc774\ud134\uc2dc \uc5c6\uc774 \ub3d9\uc791\ud558\ub294 \uac8c \uac80\uc99d\ub410\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1880116 e-flex e-con-boxed e-con e-parent\" data-id=\"1880116\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e760e6 e-flex e-con-boxed e-con e-parent\" data-id=\"0e760e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc5d0\uc774\uc804\ud2b8\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub294 &#8216;\ud61c\uc9c4&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \u00a0 \uc694\uc998 \uc608\uc57d \uc804\ud654\ub97c \ubc1b\ub294 \ucf5c\ubd07, \uc571 \uc18d \uc74c\uc131 \ube44\uc11c\uac00 \uc0ac\ub78c\ucc98\ub7fc \uc2e4\uc2dc\uac04\uc73c\ub85c \ub9d0\uc744 \uc8fc\uace0\ubc1b\uc8e0. \ud070 \uc778\ud504\ub77c \uc5c6\uc774\ub3c4 \uc774\ub7f0 \uc74c\uc131 AI \uc5d0\uc774\uc804\ud2b8\ub97c \uc9c1\uc811 \ub9cc\ub4e4\uace0 \ub3c4\uc785\ud558\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\uc774 \ube60\ub974\uac8c \ub298\uace0 \uc788\uc5b4\uc694. \u00a0 \uc774\ub7f0 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\ub294 Pipecat \uac19\uc740 \uc624\ud508\uc18c\uc2a4 \ub3c4\uad6c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. \uc624\ub298\uc740 \uc5ec\uae30\uc5d0 \ud55c\uad6d\uc5b4 \uc74c\uc131\uc73c\ub85c &#8230; <a title=\"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/\" aria-label=\"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5680,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356],"tags":[431,432,207,48,35,80,38,161,119,430,427,429,426,428,434,433,184,33],"class_list":["post-5681","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aitrend","category-api","tag-agent","tag-aiagent","tag-aicc","tag-ai","tag-tts","tag-tts-api","tag-ttsapi","tag-voiceagent","tag-427","tag-429","tag-426","tag-428","tag-434","tag-433","tag-184","tag-33"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/\" \/>\n<meta property=\"og:site_name\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neospaienceai\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T08:41:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T10:38:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383328.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heeju Choi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heeju Choi\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"9\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/\",\"name\":\"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383328.png\",\"datePublished\":\"2026-07-08T08:41:34+00:00\",\"dateModified\":\"2026-07-08T10:38:55+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383328.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383328.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/pipecat-korean-voice-agent\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\",\"name\":\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"description\":\"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-07-08T08:41:34+00:00","article_modified_time":"2026-07-08T10:38:55+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383328.png","type":"image\/png"}],"author":"Heeju Choi","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Heeju Choi","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"9\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/","url":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/","name":"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9 | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383328.png","datePublished":"2026-07-08T08:41:34+00:00","dateModified":"2026-07-08T10:38:55+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"Pipecat\uc73c\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8\u00b7\ucf5c\ubd07\uc744 \ub9cc\ub4dc\ub294 \ubc95. pip \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub97c \uc5f0\ub3d9\ud574 \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\uac10\uc815 \uc81c\uc5b4\uae4c\uc9c0 \ub418\ub294 \uc74c\uc131 \uc751\ub300\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744, \uc2a4\ud0c0\ud2b8\uc5c5\u00b7SMB \ub208\ub192\uc774\ub85c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383328.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383328.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/pipecat-korean-voice-agent\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"\ud83c\udf99\ufe0f\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4 \uc74c\uc131 \uc5d0\uc774\uc804\ud2b8(\ucf5c\ubd07) \ub9cc\ub4e4\uae30 \u2014 Pipecat, \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc5f0\ub3d9"}]},{"@type":"WebSite","@id":"https:\/\/typecast.ai\/kr\/learn\/#website","url":"https:\/\/typecast.ai\/kr\/learn\/","name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/typecast.ai\/kr\/learn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"}]}},"_links":{"self":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/comments?post=5681"}],"version-history":[{"count":36,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5681\/revisions"}],"predecessor-version":[{"id":5765,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5681\/revisions\/5765"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5680"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5681"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5681"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}