Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "unifiedjs.vscode-mdx"]
}
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.requireConfig": true,
"[mdx]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}
30 changes: 15 additions & 15 deletions api-reference/server/services/community-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Semantic retrieval services enable context-aware search and retrieval of relevan

LLMs receive text or audio based input and output a streaming text response.

| Service | Repository | Maintainer(s) |
| --------------------------------------------- | --------------------------------------------------------- | ----------------------------------------------- |
| [Anannas AI](https://anannas.ai) | https://github.com/Anannas-AI/anannas-pipecat-integration | [Haleshot](https://github.com/Haleshot) |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |
| Service | Repository | Maintainer(s) |
| ------------------------------------- | --------------------------------------------------------- | ----------------------------------------------- |
| [Anannas AI](https://anannas.ai) | https://github.com/Anannas-AI/anannas-pipecat-integration | [Haleshot](https://github.com/Haleshot) |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |

## Memory

Expand All @@ -55,20 +55,20 @@ Observability services enable telemetry and metrics data to be passed to a Open

Speech-to-Text services receive and audio input and output transcriptions.

| Service | Repository | Maintainer(s) |
| ----------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------- |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |
| [Uplift AI](https://upliftai.org) | https://github.com/havkerboi123/pipecat-upliftai-stt | [havkerboi123](https://github.com/havkerboi123) |
| Service | Repository | Maintainer(s) |
| ------------------------------------- | ---------------------------------------------------- | ----------------------------------------------- |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |
| [Uplift AI](https://upliftai.org) | https://github.com/havkerboi123/pipecat-upliftai-stt | [havkerboi123](https://github.com/havkerboi123) |

## Telephony Serializers

Serializers convert between frames and media streams, enabling real-time communication over a websocket.

| Service | Repository | Maintainer(s) |
| -------------------------------- | ------------------------------------------ | ------------------------------------- |
| Service | Repository | Maintainer(s) |
| ------------------------------------- | ------------------------------------------------- | -------------------------------------------------- |
| [Asterisk](https://www.asterisk.org/) | https://github.com/NikolayShakin/pipecat-asterisk | [Nikolai Shakin](https://github.com/NikolayShakin) |
| [AwaazAI](https://www.awaaz.ai/) | https://github.com/awaazde/pipecat-awaazai | [AwaazAI](https://github.com/awaazde) |
| [Wavix](https://wavix.com/) | https://github.com/wavix/pipecat-wavix | [Wavix](https://github.com/wavix) |
| [AwaazAI](https://www.awaaz.ai/) | https://github.com/awaazde/pipecat-awaazai | [AwaazAI](https://github.com/awaazde) |
| [Wavix](https://wavix.com/) | https://github.com/wavix/pipecat-wavix | [Wavix](https://github.com/wavix) |

## Text-to-Speech

Expand All @@ -79,9 +79,9 @@ Text-to-Speech services receive text input and output audio streams or chunks.
| [Deepdub](https://deepdub.ai/) | https://github.com/deepdub-ai/pipecat-deepdub-tts | [deepdub-ai](https://github.com/deepdub-ai) |
| [Murf AI](https://murf.ai/api) | https://github.com/murf-ai/pipecat-murf-tts | [murf-ai](https://github.com/murf-ai) |
| [Pipecat TTS Cache](https://pypi.org/project/pipecat-tts-cache/) | https://github.com/omChauhanDev/pipecat-tts-cache | [omChauhanDev](https://github.com/omChauhanDev) |
| [Respeecher](https://www.respeecher.com/real-time-tts-api) | https://github.com/respeecher/pipecat-respeecher | [respeecher](https://github.com/respeecher) |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |
| [Typecast](https://typecast.ai/) | https://github.com/neosapience/pipecat-typecast | [neosapience](https://github.com/neosapience) |
| [Respeecher](https://www.respeecher.com/real-time-tts-api) | https://github.com/respeecher/pipecat-respeecher | [respeecher](https://github.com/respeecher) |
| [Simplismart](https://simplismart.ai) | https://github.com/simpli-smart/pipecat-simplismart | [simpli-smart](https://github.com/simpli-smart) |
| [Typecast](https://typecast.ai/) | https://github.com/neosapience/pipecat-typecast | [neosapience](https://github.com/neosapience) |
| [Uplift AI](https://upliftai.org) | https://github.com/havkerboi123/pipecat-upliftai-tts | [havkerboi123](https://github.com/havkerboi123) |
| [Voice.ai](https://voice.ai/) | https://github.com/voice-ai/voice-ai-pipecat-tts | [voice-ai](https://github.com/voice-ai) |

Expand Down
83 changes: 0 additions & 83 deletions pipecat/telephony/asterisk-websocket.mdx

This file was deleted.

Loading