Commit Graph

  • 115b744861 input/output -> receive/send queues, for transport service Moishe Lettvin 2024-01-16 21:11:38 -05:00
  • 755059c358 a little cleanup Moishe Lettvin 2024-01-16 19:58:11 -05:00
  • cfaccefe9c some sample and readme updates Moishe Lettvin 2024-01-12 16:22:03 -05:00
  • 5b49597854 Pass entire transcription message on queue; don't respond to yourself in 06- Moishe Lettvin 2024-01-12 13:54:55 -05:00
  • 869d557ded remove mistakenly added import: Moishe Lettvin 2024-01-12 13:49:34 -05:00
  • a42f6bc531 Merge pull request #2 from daily-co/queueing Moishe Lettvin 2024-01-12 13:40:51 -05:00
  • 9bbfc8ad05 Updating 06- sample Moishe Lettvin 2024-01-12 11:40:49 -05:00
  • ad427bea3a Update 05- sample, sticking with generators here because they give us a lot more control over the order that things get queued. Moishe Lettvin 2024-01-12 10:47:03 -05:00
  • ec1f2362c5 add on_first_other_participant_joined event Moishe Lettvin 2024-01-12 08:39:56 -05:00
  • 37207745c9 Remove some unused variables Moishe Lettvin 2024-01-11 19:40:19 -05:00
  • b9b82695c6 Adding queue transportation to services Moishe Lettvin 2024-01-11 19:14:19 -05:00
  • 7ca7764be3 a little cleanup Moishe Lettvin 2024-01-10 21:14:55 -05:00
  • df1bbef653 something is up with transcription, trying to figure it out Moishe Lettvin 2024-01-10 17:12:40 -05:00
  • 7229fc806e getting started on 06- Moishe Lettvin 2024-01-10 13:00:36 -05:00
  • cd204ebd21 Add sample 04- Moishe Lettvin 2024-01-09 14:19:27 -05:00
  • cb63307ddf Improve pipeline of data gathering for 05- sample (I think it can be better, though) Moishe Lettvin 2024-01-09 12:56:56 -05:00
  • 37f48d9f04 different take on 05 maybe Moishe Lettvin 2024-01-09 11:59:21 -05:00
  • a29cb1a5ad Update 05 sample to use decorators and exit correctly Moishe Lettvin 2024-01-09 06:40:48 -05:00
  • 20a9c6a938 simplify the join, no need for END_STREAM Moishe Lettvin 2024-01-09 06:12:24 -05:00
  • 534a4e2fa1 Exit meeting after saying something for samples 1 and 2 Moishe Lettvin 2024-01-09 06:05:24 -05:00
  • 11a553240f Sample 3 Moishe Lettvin 2024-01-09 05:45:49 -05:00
  • 4efeae46bc stop using my random room in the demos Moishe Lettvin 2024-01-09 05:32:42 -05:00
  • a59cec526f elevenlabs test in 02- Moishe Lettvin 2024-01-08 20:28:33 -05:00
  • ac0e4b0c27 remove leftover prints Moishe Lettvin 2024-01-08 17:56:21 -05:00
  • 6cace129fd shut down correctly when a participant leaves Moishe Lettvin 2024-01-08 17:55:19 -05:00
  • 290c1e7efa Added async OpenAI services (#1) chadbailey59 2024-01-08 16:07:21 -06:00
  • d95bca479d update 01 sample Moishe Lettvin 2024-01-08 15:58:11 -05:00
  • 0451ae498f Make transportservice.run async, and add 02- sample Moishe Lettvin 2024-01-08 15:38:32 -05:00
  • 712ab97f88 Support coroutine callbacks Moishe Lettvin 2024-01-08 11:27:58 -05:00
  • b5c7e30efa Use a decorator for callbacks Moishe Lettvin 2024-01-06 14:09:28 -05:00
  • 7f51c0c9b2 A little cleanup Moishe Lettvin 2024-01-05 20:41:52 -05:00
  • b48a377b17 a little cleanup, uglier-than-I'd-like 01-say-one-thing sample added Moishe Lettvin 2024-01-05 14:19:18 -05:00
  • 5b4c085cd2 even more demo cleanup, making run_llm play well with asyncio Moishe Lettvin 2024-01-04 18:14:28 -05:00
  • cd2c9700ad more demo cleanup, allow bundled frames in output_queue Moishe Lettvin 2024-01-04 17:54:13 -05:00
  • fcd9a248d9 use inference text in demo, clean up image generation Moishe Lettvin 2024-01-04 17:26:13 -05:00
  • c68703749b remove unnecessary file Moishe Lettvin 2024-01-04 15:49:12 -05:00
  • 297b9402a8 theoretical sample: basic voice chat khk/minimal-samples Kwindla Hultman Kramer 2024-01-03 20:54:51 -08:00
  • 36f4001877 three more theoretical samples Kwindla Hultman Kramer 2024-01-03 11:55:48 -08:00
  • aab06f4441 a few tweaks to the prompt Moishe Lettvin 2024-01-02 10:46:48 -05:00
  • 4ee34ce796 mic doesn't need to be global in 02 Kwindla Hultman Kramer 2024-01-01 21:54:14 -08:00
  • 0db2cf5a80 working on theoretical API examples Kwindla Hultman Kramer 2024-01-01 21:46:10 -08:00
  • 72aa034c85 start of khk minimal samples Kwindla Hultman Kramer 2023-12-31 21:17:11 -08:00
  • 487f5b47bf ctrl-c for simple-sample.py khk/simple-sample-ctrl-c Kwindla Hultman Kramer 2023-12-31 19:35:52 -08:00
  • fad73c29cf Remove unused image service from simple app Moishe Lettvin 2023-12-31 12:40:42 -05:00
  • 464ce4cfd4 update readme Moishe Lettvin 2023-12-31 10:31:43 -05:00
  • e1f72e11f0 a few fixes for new output queue format Moishe Lettvin 2023-12-30 12:28:42 -05:00
  • 9304cb3a7a some progress on the sprite sample app Moishe Lettvin 2023-12-30 08:45:25 -05:00
  • 0fc585a690 fix frame type in sprite sample app Moishe Lettvin 2023-12-29 20:40:23 -05:00
  • f2218d21c3 a little outputqueue refactoring Moishe Lettvin 2023-12-29 20:36:17 -05:00
  • 5c7e8eba61 the actual refactor that I missed in the last commit Moishe Lettvin 2023-12-29 16:13:01 -05:00
  • 9a71fadfb9 a little refactoring of Responses Moishe Lettvin 2023-12-29 15:41:59 -05:00
  • 0eca33d8bf a little more cleanup Moishe Lettvin 2023-12-29 13:33:08 -05:00
  • 8709da4d08 convert openai service to new models Moishe Lettvin 2023-12-29 11:46:39 -05:00
  • 7c9ecb1a1d Some cleanup, bringing azure ai service up to date Moishe Lettvin 2023-12-29 10:12:24 -05:00
  • d1b9a77d86 remove redundant import Moishe Lettvin 2023-12-28 13:23:29 -05:00
  • 99b6c6992d Update Azure OpenAI to new OpenAI API spec Moishe Lettvin 2023-12-28 13:11:16 -05:00
  • a92d1db4c9 Readme Moishe Lettvin 2023-12-28 12:37:18 -05:00
  • 4b014bf111 Simple sample. Moishe Lettvin 2023-12-28 12:20:14 -05:00
  • 512cc71073 a little cleanup, moving services that need to be updated to their own directory Moishe Lettvin 2023-12-28 11:33:37 -05:00
  • 3f1bb7cac1 fixing up the response Moishe Lettvin 2023-12-27 19:11:49 -05:00
  • 927aaadf39 little refactor of how we put frames in the output queue Moishe Lettvin 2023-12-27 14:30:58 -05:00
  • ed192053e7 remove dist files, some updates to toml Moishe Lettvin 2023-12-27 12:28:15 -05:00
  • 9e9007f7b7 package seems to work Moishe Lettvin 2023-12-27 12:17:00 -05:00
  • 2d24309a94 remove build directory Moishe Lettvin 2023-12-27 08:28:08 -05:00
  • 9f92ddd331 builds properly Moishe Lettvin 2023-12-27 08:27:09 -05:00
  • 65ae8b0464 setting up for dist Moishe Lettvin 2023-12-27 08:00:01 -05:00
  • df536b0ad0 tests pass Moishe Lettvin 2023-12-26 14:13:10 -05:00
  • e724720e76 Getting started Moishe Lettvin 2023-12-25 19:09:11 -05:00