Commit 8ea4f3a
authored
84 fix chunking, mime type encoding, removes mp3 support, standardize audio, update all deps (#89)
* Fix param name for clarity
* Update packages
* Format
* Updates all packages to latest
* Migrates biome from v1 to v2
* Formatting with biome v2
* Fixes minor change in Zod api with how nullish / nullable is handled & passed to openai
* Uses new type
* Remove mp3 conversion using ffmpeg, it's not working in any scenario
* Fixes mime types and audio file creation. Can still create mp3 and webm. Adheres to options. Files are working well
* Remove mp3 support
* Use standardized-audio-context
* Removes fixwebm duration - this is the heart of the issue. Causes a new issue with playback, but it's minor in comparison
* Bumps version1 parent 2beff1f commit 8ea4f3a
File tree
14 files changed
+451
-1009
lines changed- src
- audioRecord
- modal/components
- settings
- util
14 files changed
+451
-1009
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments