[PR #2490] [MERGED] docs: add langchain-camb integration for CAMB AI #2477

Closed
opened 2026-02-17 17:23:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2490
Author: @neilruaro-camb
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: add-langchain-camb-integration


📝 Commits (1)

  • 1f1cbbe docs: add langchain-camb integration for CAMB AI multilingual audio services

📊 Changes

3 files changed (+429 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/tools/camb.mdx (+420 -0)
📝 src/oss/python/integrations/tools/index.mdx (+1 -0)

📄 Description

Overview

Add documentation for langchain-camb, a LangChain integration providing multilingual audio and localization services (TTS, translation, transcription, voice cloning, sound generation) supporting 140+ languages.

Type of change

Type: New documentation page

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using make dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed (N/A - tools are linked via Cards in index.mdx)

Additional notes

This PR adds:

  • New tool integration page at /oss/integrations/tools/camb
  • Entry in the tools index page
  • Entry in the all providers page

The langchain-camb package provides 8 tools:

  • CambTTSTool - Text-to-Speech
  • CambTranslatedTTSTool - Translate + TTS
  • CambTranslationTool - Text translation (140+ languages)
  • CambTranscriptionTool - Speech-to-text with speaker ID
  • CambVoiceListTool - List available voices
  • CambVoiceCloneTool - Clone voices from audio samples
  • CambTextToSoundTool - Generate music/sound effects
  • CambAudioSeparationTool - Separate vocals from background

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2490 **Author:** [@neilruaro-camb](https://github.com/neilruaro-camb) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-langchain-camb-integration` --- ### 📝 Commits (1) - [`1f1cbbe`](https://github.com/langchain-ai/docs/commit/1f1cbbe62231bc53a413286b46ac20b564413ab3) docs: add langchain-camb integration for CAMB AI multilingual audio services ### 📊 Changes **3 files changed** (+429 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/tools/camb.mdx` (+420 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Add documentation for `langchain-camb`, a LangChain integration providing multilingual audio and localization services (TTS, translation, transcription, voice cloning, sound generation) supporting 140+ languages. ## Type of change **Type:** New documentation page ## Related issues/PRs - Feature PR: https://github.com/camb-ai/langchain-camb ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `make dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (N/A - tools are linked via Cards in index.mdx) ## Additional notes This PR adds: - New tool integration page at `/oss/integrations/tools/camb` - Entry in the tools index page - Entry in the all providers page The `langchain-camb` package provides 8 tools: - CambTTSTool - Text-to-Speech - CambTranslatedTTSTool - Translate + TTS - CambTranslationTool - Text translation (140+ languages) - CambTranscriptionTool - Speech-to-text with speaker ID - CambVoiceListTool - List available voices - CambVoiceCloneTool - Clone voices from audio samples - CambTextToSoundTool - Generate music/sound effects - CambAudioSeparationTool - Separate vocals from background --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:27 -05:00
yindo closed this issue 2026-02-17 17:23:27 -05:00
yindo changed title from [PR #2490] docs: add langchain-camb integration for CAMB AI to [PR #2490] [MERGED] docs: add langchain-camb integration for CAMB AI 2026-06-05 18:18:48 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2477