
黒電話を分解して、ローカルLLM×ずんだもんと通話できるマルチモーダルAIシステムを作ってみた➁This follow-up article details the construction of a multimodal AI system that…
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
黒電話(600-A2-CL)を物理インターフェースとして活用し、ローカルLLMとずんだもん音声合成を組み合わせた学園祭向けマルチモーダルAIシステムの構築続編を解説している。
This follow-up article details the construction of a multimodal AI system that uses a disassembled vintage rotary phone as a physical interface connected to a local LLM and the Zundamon voice synthesizer, targeting festival exhibition use.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
黒電話の受話器を取ると、人気合成音声キャラクター「ずんだもん」の声でAIが応答する——。そんなレトロとモダンを融合させたマルチモーダルAIシステムの制作記録の続編が、技術情報共有サイトQiitaで公開された。学園祭での展示を想定した、エンターテインメント性の高い個人プロジェクトだ。
このシステムは、かつて日本の家庭で広く使われた黒電話(型番600-A2-CL)を分解し、物理インターフェースとして再利用している点が最大の特徴だ。受話器やダイヤルといったアナログな操作系を入力装置として活用し、その先にローカルで動作する大規模言語モデル(LLM)を接続することで、まるで誰かに電話をかけるような感覚でAIと対話できる仕組みを目指している。今回の続編記事では、①で示した構想からさらに踏み込んだ実装が解説されているとみられる。
音声出力に用いられる「ずんだもん」は、無料の音声合成ソフトなどで利用できるキャラクターとして知られ、親しみやすい声色から動画投稿やデモンストレーションで広く使われている。こうした合成音声とLLMを組み合わせることで、テキストで生成した応答を音声で返し、自然な会話体験を作り出そうとしている。受話器を通じた音声のやり取りは、まさに「通話」というメタファーを体現するものだ。
技術的な背景として、近年はクラウドを介さず手元の機器でLLMを動かす「ローカルLLM」への関心が高まっている。通信環境に左右されにくく、外部にデータを送らずに済むため、学園祭のような限られた展示環境や、プライバシーを意識する場面と相性が良い。タグにはRaspberry Piも挙げられており、小型のシングルボードコンピュータ上で音声認識・言語処理・音声合成といった複数の処理を連携させている可能性がある。
古い電話機のような身近なハードウェアを改造し、最新のAIと接続する試みは、ハードウェアハックの文化とも重なる。既製のAIスピーカーとは異なる手触りのある体験を、個人が入手可能な部品とオープンな技術で構築できることを示す一例と言えるだろう。
A do-it-yourself project published on Qiita continues its walkthrough of converting a vintage Japanese black rotary telephone into the front end for a conversational AI system, pairing a locally hosted large language model with the Zundamon synthetic voice. The topic is worth attention because it shows, step by step, how inexpensive edge hardware and freely available speech and language tools can be combined into an interactive exhibit — here aimed at a school or cultural festival (gakuensai) display with a deliberate entertainment slant.
At the heart of the build is a disassembled 600-A2-CL, one of the standard black telephones once common in Japanese households and offices. Instead of preserving its telephone function, the maker repurposes the handset, dial and internal contacts as a physical interface for a modern software stack. Picking up the receiver and speaking into it become the natural input gestures, and the system replies through synthesized speech, so a familiar analog object turns into the gateway for a chatbot-style interaction.
The "multimodal" description refers to the way the project blends several input and output channels rather than relying on text alone. Voice captured through the handset is processed and passed to the language model, and the model's text response is rendered back as audio. Zundamon, the voice used for those replies, is a well-known character associated with the VOICEVOX text-to-speech ecosystem, which is widely used in Japanese hobbyist and content-creation communities because it is free for many uses and produces recognizable, expressive speech.
Running the language model locally is a defining choice. Rather than sending prompts to a cloud API, the system appears to host the model on the device itself, which the project's tags indicate is built around a Raspberry Pi. Local inference carries trade-offs relevant to any similar build: it avoids per-request cloud costs and keeps data on-device, and it can work without a reliable network connection — a practical advantage in a crowded festival hall — but it is constrained by the limited memory and compute of small single-board computers. Projects of this kind typically rely on quantized, smaller-parameter models and optimized runtimes to fit within those limits, sometimes at the expense of response speed or answer quality.
A working system of this type generally chains together three stages: speech recognition to transcribe what the caller says, the language model to generate a reply, and text-to-speech to voice it. Each stage adds latency, so tuning the pipeline for a responsive back-and-forth is often as important as the model choice itself. As a follow-up to the first article, this installment is likely to focus on the later or more refined stages of that integration — wiring the reused telephone hardware to the compute board, handling audio in and out, and connecting the software components — though readers seeking the full background may need the earlier post for the initial design and parts list.
The project sits within a broader wave of interest in on-device AI. Tools such as Ollama, llama.cpp and similar runtimes have made it far easier for individuals to run open-weight models on modest hardware, while the Raspberry Pi remains a popular platform for physical-computing and hardware-hacking experiments. Combining these with Japanese-language voice synthesis reflects a growing pattern of makers building playful, self-contained AI appliances instead of depending solely on hosted services.
For a festival exhibit, the appeal is as much about presentation as engineering. A decades-old rotary phone that answers back in a familiar character voice is an immediately legible demonstration of how modern AI can be embedded in unexpected obj
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (qiita.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (qiita.com).




