forked from CapSoftware/Cap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf17bb0
commit 6fdad53
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Audio input + visual fixes | ||
app: Cap Desktop | ||
publishedAt: "2024-12-5" | ||
version: 0.3.2 | ||
image: | ||
--- | ||
|
||
- Audio inputs with high sample rates (>48khz) are now opened with the highest available sample rate supported by the encoder. | ||
This should fix issues that have been reported with Macbook Pro mics and some high-end audio interfaces. | ||
- Sample rate selection now orders the options from highest to lowest, as opposed to randomly | ||
- Editing the cursor size was accidentally enabled, it's now disabled but will be coming back soon | ||
- Color inputs now look good in dark mode |