> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SignalWire

> Integrate Rime TTS with SignalWire's communications platform.

export const IntegrationHeader = ({partnerLogo, partnerAlt = "Partner logo", rimeLogo = "/images/rime_logo_new.svg", rimeAlt = "Rime logo", rimeHeight = "40px", partnerHeight = "40px"}) => <div style={{
  width: "100%",
  display: "flex",
  flexDirection: "row",
  alignItems: "center",
  justifyContent: "center",
  gap: "12px",
  flexWrap: "nowrap",
  marginBottom: "24px"
}}>
    <img src={rimeLogo} style={{
  height: rimeHeight,
  display: "inline-block"
}} alt={rimeAlt} />
    <span style={{
  fontSize: "24px",
  color: "#666",
  display: "inline-block"
}}>
      +
    </span>
    <img src={partnerLogo} style={{
  height: partnerHeight,
  display: "inline-block"
}} alt={partnerAlt} />
  </div>;

<IntegrationHeader partnerLogo="/images/signalwire.png" partnerAlt="SignalWire logo" />

[SignalWire](https://signalwire.com/) is a modern communications platform offering voice, video, messaging, and AI capabilities. With Rime’s TTS integration, you can build responsive, lifelike AI voice applications that leverage SignalWire's programmable infrastructure.

Rime's TTS synthesis model is available through the SignalWire API. By integrating Rime with SignalWire, you can develop AI voice applications that deliver natural, real-time interactions.

SignalWire's MovieBot is live and can be reached over the phone at <a href="tel:13204668437">320 4MOVIES</a> which uses Rime's `Spore` Mist v2 voice.

More information is available in [SignalWire's documentation](https://developer.signalwire.com/).
