Commit 175ebb9
committed
feat: add macOS support with mojo-audio v0.2.0
- Add libmojo_audio.dylib (macOS arm64) from mojo-audio v0.2.0 release
- Update FFI loader to use platform-specific library name (.dylib/.so)
- Fix config path to use confy's cross-platform path (via config::config_path)
- Fix daemon socket path to use state::get_state_dir for macOS compatibility
- Initialize config on Tauri app startup to prevent missing config errors
- Add Tauri macOS schema1 parent 0ec15da commit 175ebb9
6 files changed
Lines changed: 6183 additions & 21 deletions
File tree
- lib
- src/transcribe
- ui/src-tauri
- gen/schemas
- src
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
167 | | - | |
| 173 | + | |
168 | 174 | | |
169 | | - | |
| 175 | + | |
170 | 176 | | |
171 | | - | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
192 | | - | |
| 198 | + | |
193 | 199 | | |
194 | 200 | | |
195 | 201 | | |
| |||
0 commit comments