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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,10 @@ Per-PR attribution and contributor credits are published automatically on the co
7
7
## [Unreleased]
8
8
### Added
9
9
-`POST /dev/unload` release model from VRAM without stopping container; lazy reload on next request. For freeing a shared GPU while idle. Reclaim scale with load (~0.7 GB; ~1.6 GB via long-form test on 4060Ti). (#474)
10
-
11
10
### Fixed
12
11
- Web UI long-playback bugfix around the 10-minute mark; in-browser audio buffer is now bounded ahead of `currentTime` with trailing eviction behind it, so long generations stop overflowing the SourceBuffer.
13
12
- Web UI stays responsive on extended sessions; waveform animation is transition-gated and `PlayerState` short-circuits no-op updates, so controls don't drift into lag after 10+ minutes of playback.
14
-
15
-
### Notes
16
-
- Scrubbing may not be fully not supported in current state on MP3 streamed playback. WAV etc, plays back fine on completion.
13
+
- Web UI MP3 seek/scrub works after stream completes; pausing or playback end auto-swaps to the full server file, allowing timeline navigation.
Copy file name to clipboardExpand all lines: web/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ <h1>FastKoko</h1>
136
136
</div>
137
137
<footerclass="page-footer">
138
138
<ahref="https://www.buymeacoffee.com/remsky" target="_blank" rel="noopener" class="bmc-link" aria-label="Buy me a coffee">
139
-
<imgsrc="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=remsky&button_colour=6366F1&font_colour=000000&outline_colour=0f172a&coffee_colour=FFDD00" alt="Buy me a coffee">
139
+
<imgsrc="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=remsky&button_colour=222222&font_colour=ffffff&outline_colour=111111&coffee_colour=FFDD00" alt="Buy me a coffee">
0 commit comments