Feature breakdown
Full feature breakdown
Every knob, every config option. No fluff. Built for streamers who actually think about their stream setup.
Sound queue
Sound Effect Queue
Viewer-paid queue management. Not a free-for-all.
- Per-sound pricing — set channel points or bits cost per sound clip. Different prices for different clips.
- Cooldown timer — prevent the same sound from being queued more than once per N seconds.
- Blackout window — one keybind silences all queued sounds for a configurable period. Boss fight mode.
- FIFO ordering — queue is first-in, first-played. No simultaneous explosion of sounds.
- Streamer skip — skip or remove any queued sound from your dashboard in one click.
- Max queue depth — cap the queue at N sounds to prevent backlog buildup during marathon streams.
- Custom sound uploads — upload your own MP3s (Creator plan). Not limited to a preset library.
Config reference
queue.max_depth = 10
queue.cooldown_s = 30
queue.min_points = 100
queue.allow_bits = true
queue.blackout_key = F9
queue.fifo = strict
Available on Creator and Studio plans. Free plan includes 5 preset sounds.
Channel points
Channel Point Redemption Rules
Map any Twitch channel point reward to a Tangia action. Multiple mappings, conditional logic, manual override.
Reward → Action mapping
Connect any Twitch custom reward to any Tangia action: queue a sound, trigger an overlay, update the sub goal.
Conditional rules
Time-of-stream conditions (first 30 min only), sub-only triggers, follower age gates. Rules stack per reward.
Manual override
Override any queued redemption from the dashboard. Approve, skip, or refund viewer points directly.
Raid takeover
Raid Takeover
When a raid hits, you decide what your stream looks like — not the default Twitch animation.
Display modes
- Full-screen takeover — banner fills the entire OBS canvas for dramatic raid welcome.
- Corner banner — non-intrusive overlay in a corner. Stream keeps running underneath.
- Silent mode — log the raid internally, show nothing. Handle it yourself verbally.
Configuration
- Duration — set how long the overlay stays up (5–60 seconds).
- Auto-dismiss — overlay disappears automatically after the configured duration.
- Raider count — display the incoming viewer count on the overlay in real time.
Marathon throttle
Marathon Throttle
Multi-hour stream protection. Your 8-hour marathon doesn't need the same interaction velocity as hour 1 at hour 7. Tangia slows the rate automatically — or you set the threshold manually.
N hrs
Throttle kicks in after N hours of stream time
Auto
Pause queue during IRL or AFK segments
%
Rate reduction as a percentage of normal cadence
Sub-goal economics
Sub-Goal Alternative Economics
The gifted-sub obligation spiral is real. When your sub goal only progresses through donations and gifted subs, you're training your community to feel like ATMs. Tangia breaks this pattern.
How it works
Viewers earn overlay upgrades through interactions — channel point spends, hype train contributions, sound queue payments. These count toward your sub goal milestone. No gifted subs required. No donation pressure. Community engagement becomes the currency.
Webhooks & API
Webhook & API
REST API for custom triggers. Webhook relay for Twitch EventSub. Connect your own stack.
POST /api/v1/queue/trigger
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"action": "play_sound",
"sound_id": "airhorn",
"triggered_by": "webhook"
}
HTTP 200 — { "queued": true, "position": 2 }
Ready to configure your stream?
Free tier available. Creator plan at $9/mo. Tangia handles the interaction queue layer — you keep OBS, Twitch, and everything else exactly as-is.