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
+ Access to local device works only on Chromium-based browsers, due to currently limited [File System Access API support](https://caniuse.com/native-filesystem-api)<br>should work on Chrome and Edge by default; on Brave you'll need to enable it in `chrome://flags/#file-system-access-api`
38
+
+ Saving and loading playlists on File System API mode doesn't work yet;
39
+
+ Documentation isn't fully updated yet.
8
40
9
41
### Added: <!-- {docsify-ignore} -->
10
42
43
+
+ Support to File System Access API, allows the web app to play music from your local device;
11
44
+*Bark*, *Mel* and linear frequency scales for improved visualization of mid-range and high frequencies;
12
45
+ Frequency weighting filters;
13
46
+ New dual-channel layouts: horizontal (side-by-side channels) and combined (overlaid channels);
@@ -30,6 +63,7 @@ But fear not, it still also works as a [web app](webapp.md), using any web serve
30
63
+ Added more options to the minimum and maximum values in the frequency range;
31
64
+ New fonts for the user interface and internal console;
32
65
+ New custom UI controls to replace standard range inputs and radio buttons;
66
+
+ audioMotion can now run from a subdirectory in web server mode.
0 commit comments