Moof Soup
bf5a7c3562
docs: Clarify README example and token usage
...
clarified readme example
2024-10-21 19:54:34 -07:00
Aleix Conchillo Flaqué
b6b1ef0a40
Merge pull request #589 from Allenmylath/patch-12
...
Update Dockerfile
2024-10-20 10:59:43 -07:00
Mark Backman
e62f762382
Merge pull request #625 from pipecat-ai/mb/add-assemblyai-stt
...
Add support for AssemblyAI STT
2024-10-20 13:59:33 -04:00
Aleix Conchillo Flaqué
dbfda14342
Merge pull request #587 from Allenmylath/patch-9
...
Update env.example
2024-10-20 10:58:50 -07:00
Aleix Conchillo Flaqué
fee85418cd
Merge pull request #620 from gregschwartz/main
...
Start agent/call/bot at localhost root
2024-10-20 10:14:10 -07:00
Mark Backman
015faa3dbd
Update CHANGELOG and README
2024-10-20 08:57:57 -04:00
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
Greg Schwartz
1fa52b62aa
Put start agent/call at localhost root. Before you had to read in the docs to go to /start, or /start_call or /start_bot. Which isn't mentioned in the console output, and is inconsistent, adding friction to learning the codebase
2024-10-19 16:18:43 -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