switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message

This commit is contained in:
2024-07-17 18:20:05 -04:00
parent 8668405143
commit a085aee5c8
18 changed files with 101 additions and 200 deletions

View File

@@ -11,7 +11,7 @@ defmodule HereIAm.DevicesFixtures do
{:ok, device} =
attrs
|> Enum.into(%{
audio: "some audio",
tts: "some tts",
ip_address: "some ip_address"
})
|> HereIAm.Devices.create_device()