Mark Backman
|
aa85df4fd6
|
Fix: GoogleTTSService was emitting two TTSStoppedFrames
|
2025-03-27 07:55:19 -04:00 |
|
Filipi da Silva Fuchter
|
3bb1f5f7a8
|
Merge pull request #1130 from pedro-a-n-moreira/piper-tts
Add support for Piper TTS
|
2025-03-27 08:08:05 -03:00 |
|
Filipi Fuchter
|
7c115f9d59
|
Merge branch 'main' into piper-tts
# Conflicts:
# CHANGELOG.md
|
2025-03-27 08:01:38 -03:00 |
|
Filipi Fuchter
|
a82b847971
|
Fixing ruff format.
|
2025-03-27 07:58:53 -03:00 |
|
Filipi Fuchter
|
50515aa842
|
Adding PiperTTSService to the changelog.
|
2025-03-27 07:50:47 -03:00 |
|
Filipi Fuchter
|
b348fde32b
|
Refactoring PiperTTSService to match the others TTS services provided by Pipecat and fixing noise issue due to wav header.
|
2025-03-27 07:46:38 -03:00 |
|
Filipi Fuchter
|
45787520b2
|
Refactoring the piper test to use run_test provided by Pipecat
|
2025-03-27 07:45:28 -03:00 |
|
Filipi Fuchter
|
053bf72da2
|
Adding pytest-aiohttp to the dev requirements.
|
2025-03-27 07:44:46 -03:00 |
|
Filipi Fuchter
|
ca4893397a
|
Creating a foundational example which uses the piper service.
|
2025-03-27 07:44:26 -03:00 |
|
Filipi Fuchter
|
c1f6a4e079
|
Adding PIPER_BASE_URL to the env template.
|
2025-03-27 07:44:05 -03:00 |
|
Aleix Conchillo Flaqué
|
135ed811f1
|
Merge pull request #1460 from pipecat-ai/aleix/segmented-tts-ignore-emulated-frames
segmented tts ignore emulated frames
|
2025-03-26 16:03:59 -07:00 |
|
Aleix Conchillo Flaqué
|
055a3f1c53
|
LLMAssistantContextAggregator: stop emulations if the user starts speaking
|
2025-03-26 14:39:12 -07:00 |
|
Aleix Conchillo Flaqué
|
750bb88586
|
SegmentedSTTService: ignore emulated frames
|
2025-03-26 14:38:48 -07:00 |
|
Aleix Conchillo Flaqué
|
c4f9171fe1
|
frames: indicate if UserStartedSpeakingFrame/UserStoppedSpeakingFrame are emulated
|
2025-03-26 14:37:36 -07:00 |
|
Filipi Fuchter
|
d223201c3f
|
Merge branch 'main' into piper-tts
# Conflicts:
# test-requirements.txt
|
2025-03-26 16:47:45 -03:00 |
|
Mark Backman
|
86701fd3c7
|
Merge pull request #1457 from pipecat-ai/mb/fix-rtvi-observer-gemini
Fix: Resolve an issue where Google LLM context messages were causing …
v0.0.61
|
2025-03-26 14:18:37 -04:00 |
|
Mark Backman
|
b414077a07
|
Fix: Resolve an issue where Google LLM context messages were causing a TypeError
|
2025-03-26 13:55:42 -04:00 |
|
kompfner
|
15f23929e9
|
Merge pull request #1455 from pipecat-ai/prepare-0.0.61
Update CHANGELOG for 0.0.61
|
2025-03-26 13:50:29 -04:00 |
|
Mark Backman
|
cc9e4047d0
|
Merge pull request #1447 from nicougou/feat/support_tts_instruct
feature/support instructions in OpenAITTSService
|
2025-03-26 13:35:41 -04:00 |
|
Paul Kompfner
|
4ef4dcefce
|
Update CHANGELOG for 0.0.61
|
2025-03-26 13:06:31 -04:00 |
|
kompfner
|
f3caa8cf7a
|
Merge pull request #1452 from pipecat-ai/daily-python-0.16.1
Bump daily-python dependency to 0.16.1 to pick up a bugfix
|
2025-03-26 13:01:38 -04:00 |
|
Mark Backman
|
e5470fec7a
|
Merge pull request #1453 from pipecat-ai/khk/groq
New GroqTTSService
|
2025-03-26 12:49:18 -04:00 |
|
Mark Backman
|
887c197bce
|
Add sample_rate to the constructor
|
2025-03-26 12:29:40 -04:00 |
|
Kwindla Hultman Kramer
|
f5d49fea81
|
try/catch import of groq SDK
|
2025-03-26 12:29:40 -04:00 |
|
Kwindla Hultman Kramer
|
e087f6ec5d
|
GroqTTSService added to CHANGELOG.md
|
2025-03-26 12:29:39 -04:00 |
|
Kwindla Hultman Kramer
|
406f5a395b
|
fix class heirarchy and audio chunking
|
2025-03-26 12:29:18 -04:00 |
|
Kwindla Hultman Kramer
|
060bb4c26b
|
wip
|
2025-03-26 12:29:18 -04:00 |
|
Nico
|
499e69846d
|
review: add changelog entries
|
2025-03-26 17:13:30 +01:00 |
|
Paul Kompfner
|
e6e339a02e
|
Bump daily-python dependency to 0.16.1 to pick up a bugfix
|
2025-03-26 11:22:23 -04:00 |
|
Nico
|
dc2ee2bf0a
|
review: remove websocket_base_url
|
2025-03-26 15:41:42 +01:00 |
|
Nico
|
d982fc35d8
|
fix: formatter
|
2025-03-26 15:41:42 +01:00 |
|
Nico
|
72d373e565
|
feature/support instructions in OpenAITTSService
|
2025-03-26 15:41:42 +01:00 |
|
Aleix Conchillo Flaqué
|
59fdfe697d
|
Merge pull request #1449 from pipecat-ai/aleix/google-assistant-aggregator-function-call-result
GoogleAssistantContextAggregator: allow any value as function call result
|
2025-03-26 07:25:34 -07:00 |
|
Filipi da Silva Fuchter
|
97c9e0676e
|
Merge pull request #1451 from pipecat-ai/set-tool-choice-from-context-aggregator
Set tool choice from context aggregator
|
2025-03-26 09:12:26 -03:00 |
|
Filipi Fuchter
|
aeac40312e
|
Added the feature to change dynamically the tool choice to the changelog.
|
2025-03-26 09:06:29 -03:00 |
|
Filipi Fuchter
|
ce9f75a851
|
Fixing the tool choice extra type to be a dict instead of string.
|
2025-03-26 08:17:50 -03:00 |
|
Filipi Fuchter
|
c45d852f6b
|
Merge branch 'main' into set-tool-choice-from-context-aggregator
# Conflicts:
# src/pipecat/processors/aggregators/llm_response.py
|
2025-03-26 07:14:57 -03:00 |
|
Aleix Conchillo Flaqué
|
077952b658
|
GoogleAssistantContextAggregator: allow any value as function call result
|
2025-03-25 19:11:27 -07:00 |
|
Aleix Conchillo Flaqué
|
9450b07ec5
|
Merge pull request #1442 from pipecat-ai/aleix/on-context-updated-as-task
LLMAssistantContextAggregator: create a task to run on_context_updated
|
2025-03-25 15:39:36 -07:00 |
|
Aleix Conchillo Flaqué
|
19b464ba23
|
tests: add assistant aggregator function call frame handling
|
2025-03-25 15:37:06 -07:00 |
|
Aleix Conchillo Flaqué
|
8aebf00c2d
|
GoogleAssistantContextAggregator: function call result should be a JSON object
|
2025-03-25 15:37:06 -07:00 |
|
Aleix Conchillo Flaqué
|
01458895c2
|
LLMAssistantContextAggregator: create a task to run on_context_updated
|
2025-03-25 14:37:11 -07:00 |
|
kompfner
|
2082d023ef
|
Merge pull request #1448 from pipecat-ai/daily-python-0.16.0
Bump daily-python dependency to 0.16.0 to pick up support in `DailyTr…
|
2025-03-25 17:32:38 -04:00 |
|
Paul Kompfner
|
c99436b80e
|
Bump daily-python dependency to 0.16.0 to pick up support in DailyTransport for updating remote participants' canReceive permission via the update_remote_participants() method
|
2025-03-25 17:29:48 -04:00 |
|
Aleix Conchillo Flaqué
|
f3b50bc3c4
|
Revert "LLMAssistantContextAggregator: create a task to run on_context_updated"
This reverts commit 397bae29f7.
|
2025-03-24 15:40:26 -07:00 |
|
Aleix Conchillo Flaqué
|
397bae29f7
|
LLMAssistantContextAggregator: create a task to run on_context_updated
|
2025-03-24 15:39:35 -07:00 |
|
Mark Backman
|
3b3fdd0da1
|
Merge pull request #1439 from pipecat-ai/mb/fix-rtvi-bot-speaking-events
Fix: RTVIObserver now outputs a single bot started and stopped speaki…
|
2025-03-24 11:44:31 -04:00 |
|
Mark Backman
|
a9b1298f3b
|
Fix: RTVIObserver now outputs a single bot started and stopped speaking event per turn
|
2025-03-24 10:25:31 -04:00 |
|
Thomas B.
|
48e8d3968a
|
fix: recognition language correctly set for Azure STT (#1436)
|
2025-03-23 19:29:52 -07:00 |
|
Aleix Conchillo Flaqué
|
59644a939a
|
Merge pull request #1434 from pipecat-ai/aleix/examples-07-interruptible-local
examples: add foundational 07x-interruptible-local.py
|
2025-03-23 05:44:40 -07:00 |
|