Lingua Peripherals

Quick rating

Lingua Peripherals

No reviews yet

CC:Tweaked addon for TTS, displays, and audio playback

Tech
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution Non Commercial Share Alike 4.0 International
Latest Version
linguaperipherals-1.20.1-forge-2.0.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Lingua Peripherals

A CC: Tweaked addon mod for Minecraft 1.21.1 (NeoForge), adding language-related peripherals controllable via Computers. From text-to-speech to data display, from file storage to audio playback — Lingua Peripherals enriches the CC:Tweaked ecosystem with speech, text, and audio capabilities.


Features

🗣 Speech Synthesis

  • Narrator — A TTS block using Minecraft's built-in Narrator system. Exposed as a CC peripheral with playVoice(text, rad) for distance-based speech broadcast.
  • Creative Narrator — An indestructible variant with globalVoice(text) for cross-dimension, server-wide announcements.
  • Chinese text support — Input non-ASCII characters via \uXXXX Unicode escape sequences.
  • Online converterUnicode escape converter, paste Chinese → instant CC-compatible output.
  • voice_finished event — Enables sequential multi-segment speech playback.
  • Configurable — Max range (default 128 blocks) and speech frequency interval adjustable via config file.

📀 Cassette Drive & Audio Playback

  • Cassette Drive — A single-slot drive block that accepts cassette tapes. Functions as a CC peripheral with data I/O and DFPWM audio playback.
  • Cassette Tape — A dyeable item in 16 colors, crafted with dyes in a crafting table. Stores up to 1 MB of data (configurable).
  • Data I/O APIopen(mode) returns a Lua io-compatible file handle supporting read/write/writeLine/seek/close.
  • Audio playback APIplayTape() / pauseTape() / stopTape() / seekTape(seconds) control DFPWM audio playback. Position and volume can be queried and adjusted in real time.
  • saveAudio API — Encode a PCM sample table directly from CC code to DFPWM format and write it to tape.
  • Redstone control — A redstone pulse triggers playback from the beginning; comparator outputs strength 15 while playing.
  • Playback eventstape_play_start / tape_play_end events for CC computers to listen on.
  • Audio sources — Supports both CC cc.audio.dfpwm library output and raw ffmpeg DFPWM files.
  • Volume system — Audible range = max(volume, 1.0) × 16 meters, with spherical distance attenuation. Upper limit configurable (default 3.0).

📺 Display Peripherals (zero new blocks)

Place a Computer adjacent to these existing blocks to use them as peripherals:

  • Sign Display (sign_display) — Read/write 4 lines of text on vanilla wood/iron signs.
  • Lectern Display (lectern_display) — Page-based read/write of Book & Quill on lecterns, with add/delete page support.
  • Flap Display (flap_display) — Control Create mod's Flap Displays. Only enabled when Create is detected at runtime.

All display peripherals support \uXXXX Unicode escape sequences for Chinese text input.

🔧 General

  • Wrench support — Right-click to rotate blocks; Shift + right-click to dismantle and return to inventory.
  • JEI integration — 16 cassette tape subtypes by dye color, visible in recipe book.
  • Multi-language — 中文, English, 日本語, 한국어.
  • Crafting recipes — Narrator (CC Speaker + Skull); Cassette Drive and Cassette Tape are craftable.
  • License — CC BY-NC-SA 4.0.

Dependencies

  • Minecraft 1.21.1
  • NeoForge 21.1.228+
  • CC: Tweaked 1.119.0+

Links

Lingua Peripherals

A CC: Tweaked addon mod for Minecraft 1.21.1 (NeoForge), adding language-related peripherals controllable via Computers. From text-to-speech to data display, from file storage to audio playback — Lingua Peripherals enriches the CC:Tweaked ecosystem with speech, text, and audio capabilities.


Features

🗣 Speech Synthesis

  • Narrator — A TTS block using Minecraft's built-in Narrator system. Exposed as a CC peripheral with playVoice(text, rad) for distance-based speech broadcast.
  • Creative Narrator — An indestructible variant with globalVoice(text) for cross-dimension, server-wide announcements.
  • Chinese text support — Input non-ASCII characters via \uXXXX Unicode escape sequences.
  • Online converterUnicode escape converter, paste Chinese → instant CC-compatible output.
  • voice_finished event — Enables sequential multi-segment speech playback.
  • Configurable — Max range (default 128 blocks) and speech frequency interval adjustable via config file.

📀 Cassette Drive & Audio Playback

  • Cassette Drive — A single-slot drive block that accepts cassette tapes. Functions as a CC peripheral with data I/O and DFPWM audio playback.
  • Cassette Tape — A dyeable item in 16 colors, crafted with dyes in a crafting table. Stores up to 1 MB of data (configurable).
  • Data I/O APIopen(mode) returns a Lua io-compatible file handle supporting read/write/writeLine/seek/close.
  • Audio playback APIplayTape() / pauseTape() / stopTape() / seekTape(seconds) control DFPWM audio playback. Position and volume can be queried and adjusted in real time.
  • saveAudio API — Encode a PCM sample table directly from CC code to DFPWM format and write it to tape.
  • Redstone control — A redstone pulse triggers playback from the beginning; comparator outputs strength 15 while playing.
  • Playback eventstape_play_start / tape_play_end events for CC computers to listen on.
  • Audio sources — Supports both CC cc.audio.dfpwm library output and raw ffmpeg DFPWM files.
  • Volume system — Audible range = max(volume, 1.0) × 16 meters, with spherical distance attenuation. Upper limit configurable (default 3.0).

📺 Display Peripherals (zero new blocks)

Place a Computer adjacent to these existing blocks to use them as peripherals:

  • Sign Display (sign_display) — Read/write 4 lines of text on vanilla wood/iron signs.
  • Lectern Display (lectern_display) — Page-based read/write of Book & Quill on lecterns, with add/delete page support.
  • Flap Display (flap_display) — Control Create mod's Flap Displays. Only enabled when Create is detected at runtime.

All display peripherals support \uXXXX Unicode escape sequences for Chinese text input.

🔧 General

  • Wrench support — Right-click to rotate blocks; Shift + right-click to dismantle and return to inventory.
  • JEI integration — 16 cassette tape subtypes by dye color, visible in recipe book.
  • Multi-language — 中文, English, 日本語, 한국어.
  • Crafting recipes — Narrator (CC Speaker + Skull); Cassette Drive and Cassette Tape are craftable.
  • License — CC BY-NC-SA 4.0.

Dependencies

  • Minecraft 1.21.1
  • NeoForge 21.1.228+
  • CC: Tweaked 1.119.0+

Links

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works