Add sound generation api (#9)

* Add missing attributes for VoiceResponseModel

* Updating module to point to forked repo

* Tidying up go.mod

* Adding missing voice settings

* Adding support for request stitching

* Adding support for request stitching

* Fix dup SharingOptions struct from merge

* Add Sound Generation API

* Fix: revert user-agent/package url to original
This commit is contained in:
Lachlan Laycock
2024-11-26 06:39:34 +01:00
committed by GitHub
parent c585531fae
commit db0a2e1760
8 changed files with 243 additions and 163 deletions

View File

@@ -6,8 +6,8 @@ import (
"io"
"log"
"os"
"time"
"strings"
"time"
"github.com/faiface/beep"
"github.com/faiface/beep/mp3"