You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* version poetry
* feat: add query method to Voice with tests
* updoate
* fix comit
* Fix - remove emojis from section headers and add public asset link
* Include changelog
* bump version
* feat: add customer trace id header
* feat: enhance header creation to accept custom headers
* docs: update changelog to include custom headers feature
* feat: implement context manager for setting customer trace id
* chore: reorganize imports in request_interface.py
* feat: update use_trace context manager to specify return type and add tests for trace id handling
* fix: update use_trace context manager to improve type hinting for trace_id
* fix: improve type hinting for current_trace_id in request_interface.py
* chore: reorder imports in request_interface.py for consistency
* fix: pass 0 float values (#73)
* fix: pass 0 float values
* chore: changelog
* chore: lint
* feat: update for new file system implementation (#75)
* feat: update for new file system implementation
* change base url
* only useful methods
* add docstrings
* fix files and typing
* fix cc reporter
* revert snake_case to camelCase
* Update CHANGELOG.md
* fix: Deleted unused import
---------
Co-authored-by: Guillem <[email protected]>
Co-authored-by: Harry Gardiner <[email protected]>
Co-authored-by: CodeBooster97 <[email protected]>
Co-authored-by: Lars <[email protected]>
Co-authored-by: Marcin Szleszynski <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@
11
11
<br>
12
12
</p>
13
13
14
-
## 🧐 About <aname = "about"></a>
14
+
## About <aname = "about"></a>
15
15
16
16
This repository is actively maintained by [Audiostack](https://audiostack.ai/). For examples, recipes and api reference see the [api.audio docs](https://docs.audiostack.ai/reference/quick-start). Feel free to get in touch with any questions or feedback!
17
17
18
-
## :book:Changelog
18
+
## Changelog
19
19
20
20
You can view [here](https://docs.audiostack.ai/changelog) our updated Changelog.
21
21
22
-
## 🏁 Getting Started <aname = "getting_started"></a>
22
+
## Getting Started <aname = "getting_started"></a>
Audiostack Scripts are the first step in creating audio assets. Not only do they contain the text to be spoken, but also determine the final structure of our audio asset using the [Script Syntax](https://docs.audiostack.ai/docs/script-syntax).
57
57
@@ -71,7 +71,7 @@ We are excited to see what you'll create with our product!
71
71
""")
72
72
```
73
73
74
-
#### 🎤 Now, let's read it out load.
74
+
#### Now, let's read it out load.
75
75
76
76
We integrate all the major TTS voices in the market. You can browse them in our [voice library](https://library.audiostack.ai/).
77
77
@@ -88,7 +88,7 @@ When you listen to these files, you'll notice each of them has a certain silence
0 commit comments