Mark Backman
1dbf4ff27d
Add AssemblyAI STT service
2024-10-20 08:57:57 -04:00
Aleix Conchillo Flaqué
4f1b2dce9b
Merge pull request #624 from pvilchez/fix_enable_usage_metrics
...
Fixing `enable_usage_metrics` setting.
2024-10-20 01:00:12 -07:00
Paul Vilchez
5640bd9447
Fixing a config mismatch which caused usage stats to only report when enable_metrics was true.
2024-10-20 03:33:13 -04:00
Aleix Conchillo Flaqué
ee5ae0d631
Merge pull request #621 from pipecat-ai/aleix/prepare-0.0.46
...
update CHANGELOG for 0.0.46
v0.0.46
2024-10-19 18:26:05 -07:00
Aleix Conchillo Flaqué
4b8a4b86fe
update CHANGELOG for 0.0.46
2024-10-19 18:25:29 -07:00
Aleix Conchillo Flaqué
3556c9ce0f
Merge pull request #618 from pipecat-ai/aleix/examples-switch-to-llm-context
...
examples: use OpenAILLMContext in all the examples
2024-10-19 18:24:39 -07:00
Aleix Conchillo Flaqué
f971dbe027
examples(audio-recording): record audio into a file
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
3815e9dec3
examples: fix dialin-chatbot python arguments
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
320f622255
examples: upgrade storytelling frontend packages
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
be4bdabdf4
examples: use OpenAILLMContext in all the examples
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
4f66e5d55f
Merge pull request #619 from pipecat-ai/aleix/split-vad
...
move SileroVAD processor to processors package
2024-10-18 23:30:07 -07:00
Aleix Conchillo Flaqué
3502509d3e
move SileroVAD processor to processors package
2024-10-18 23:28:29 -07:00
Aleix Conchillo Flaqué
d71ea1c0e0
Merge pull request #615 from DamienDeepgram/patch-1
...
Update default Deepgram model
2024-10-18 22:47:30 -07:00
DamienDeepgram
13f232bafc
Update default model
2024-10-18 15:33:50 -07:00
Aleix Conchillo Flaqué
9dd3354b89
Merge pull request #613 from pipecat-ai/aleix/examples-endframe
...
examples: use EndFrame() when the participant leaves
2024-10-18 11:18:26 -07:00
Aleix Conchillo Flaqué
8c006c24a3
README: update example
2024-10-18 11:18:03 -07:00
Aleix Conchillo Flaqué
4550545528
examples: use EndFrame() when the participant leaves
2024-10-18 11:18:03 -07:00
Aleix Conchillo Flaqué
020f371ecb
pyproject: update onnxruntime to support python 3.12
2024-10-18 10:20:28 -07:00
Aleix Conchillo Flaqué
f3c0767c81
Merge pull request #610 from pipecat-ai/aleix/stt-push-audio
...
allow STT services to passthrough audio frames
2024-10-17 21:02:30 -07:00
Aleix Conchillo Flaqué
c9318ecd5c
examples: minor fixes
2024-10-17 16:15:09 -07:00
Aleix Conchillo Flaqué
12eb9437c1
services(stt): allow STT service to passthrough audio
2024-10-17 16:15:09 -07:00
Aleix Conchillo Flaqué
71c8c0dcdb
Merge pull request #609 from pipecat-ai/aleix/livekit-force-specifying-vad
...
livekit force specifying vad
2024-10-17 14:08:55 -07:00
Aleix Conchillo Flaqué
8108423742
transport(livekit): force specifying a vad analyzer
...
Don't default to SileroVADAnalyzer(). Also, resample to input sample rate.
2024-10-17 14:06:43 -07:00
Aleix Conchillo Flaqué
d67e08be4d
Merge pull request #608 from pipecat-ai/aleix/add-audio-utils-and-resample
...
add audio utils and resample
2024-10-17 14:00:49 -07:00
Aleix Conchillo Flaqué
d3f4ac61b6
move utils.audio to audio.utils and add resample_audio()
2024-10-17 13:59:32 -07:00
Aleix Conchillo Flaqué
c6d28bb0db
Merge pull request #607 from pipecat-ai/aleix/pipecat-vad-deprecation
...
move vad package to audio.vad
2024-10-17 13:51:20 -07:00
Aleix Conchillo Flaqué
2a37b2459a
move vad package to audio.vad
2024-10-17 13:49:16 -07:00
Mark Backman
d1000f2fe4
Merge pull request #606 from pipecat-ai/mb/add-playht-options
...
PlayHT: Add websocket TTS service; rename existing service to PlayHTHttpTTSService, upgrade client, add input params
2024-10-17 16:46:59 -04:00
Mark Backman
e2d7af4b62
Update changelog
2024-10-17 16:16:29 -04:00
Mark Backman
da3810f1a2
Add websocket support for PlayHT
2024-10-17 15:41:33 -04:00
Aleix Conchillo Flaqué
eb21597d1a
Merge pull request #603 from pipecat-ai/aleix/silero-vad-processor-fixes
...
vad: add support for interruption to SileroVAD processor
2024-10-17 10:48:39 -07:00
Aleix Conchillo Flaqué
e3eea0c02f
vad: add support for interruption to SileroVAD processor
2024-10-17 10:48:25 -07:00
Mark Backman
45606e177c
Add input options to PlayHT, upgrade to latest PlayHT model
2024-10-17 11:56:12 -04:00
Aleix Conchillo Flaqué
197d7b3e2b
Merge pull request #604 from natestraub/patch-1
...
services(livekit) - Stop Sending EndFrame when Participant Disconnects
2024-10-17 08:48:57 -07:00
Nathan Straub
d4ec6827ce
services(livekit) - Stop Sending EndFrame when Participant Disconnects
...
How It Works Now:
A participant disconnecting triggers and EndFrame, invoking stop() on the input and output transports and causing the LiveKit room to disconnect.
Proposal:
Match the daily implementation, and just trigger the callbacks in the LiveKitTransport. Leave it up to the implementor to decide whether to send EndFrames when this happens.
2024-10-16 23:53:31 -07:00
Aleix Conchillo Flaqué
e31d1152db
Merge pull request #601 from pipecat-ai/aleix/openai-realtime-misc
...
services(openai): rename OpenAILLMServiceRealtimeBeta to OpenAIRealti…
2024-10-16 16:20:18 -07:00
Mark Backman
bb48a81103
Merge pull request #602 from pipecat-ai/mb/adjust-logger-levels
...
Adjust log levels for log messages
2024-10-16 18:00:35 -04:00
Mark Backman
55f1ae2564
Adjust log levels for log messages
2024-10-16 17:30:47 -04:00
Kwindla Hultman Kramer
280691b1b3
explanatory comment in 19-openai-realtime-beta.py
2024-10-16 14:27:48 -07:00
Kwindla Hultman Kramer
93c9e219ce
fix for message handling bug on initialization
2024-10-16 12:40:20 -07:00
Aleix Conchillo Flaqué
edd44cc181
services(openai): rename OpenAILLMServiceRealtimeBeta to OpenAIRealtimeBetaLLMService
2024-10-16 10:20:19 -07:00
Aleix Conchillo Flaqué
4075b19f7c
Merge pull request #600 from pipecat-ai/aleix/prepare-0.0.45
...
update CHANGELOG to 0.0.45
v0.0.45
2024-10-16 09:18:37 -07:00
Aleix Conchillo Flaqué
bb14918a33
update CHANGELOG to 0.0.45
2024-10-16 09:17:33 -07:00
Mark Backman
2aee8a12f8
Merge pull request #599 from pipecat-ai/mb/remove-metrics-from-transport
...
Move metrics from transport to rtvi
2024-10-16 11:39:58 -04:00
Mark Backman
5760fadb44
Update changelog
2024-10-16 11:33:56 -04:00
Mark Backman
af5a7e9092
Move metrics from transport to rtvi
2024-10-16 11:33:56 -04:00
Mark Backman
8d9a7486d1
Merge pull request #598 from pipecat-ai/mb/add-daily-metrics-message-frame
...
Comply with RTVI format for sending metrics data via Daily transport
2024-10-16 10:14:44 -04:00
Mark Backman
00d0f9ae48
Comply with RTVI format for sending metrics data
2024-10-16 09:00:38 -04:00
Aleix Conchillo Flaqué
d255b7d1b2
Merge pull request #596 from pipecat-ai/aleix/prepare-0.0.44
...
prepare for pipecat 0.0.44
v0.0.44
2024-10-15 18:13:07 -07:00
Aleix Conchillo Flaqué
4eb2c95b63
update CHANGELOG for 0.0.44
2024-10-15 17:51:01 -07:00