mirror of
https://github.com/m00natic/vlfi.git
synced 2025-04-18 16:50:19 +01:00
Enlarge minimum sample chunk for decoding size.
This commit is contained in:
parent
7794b2cab6
commit
deec75dfc9
2
vlf.el
2
vlf.el
@ -86,7 +86,7 @@ continuously recenter.")
|
|||||||
(string-lessp emacs-version "24.3.5")))
|
(string-lessp emacs-version "24.3.5")))
|
||||||
"Indicates whether partial decode codes are displayed.")
|
"Indicates whether partial decode codes are displayed.")
|
||||||
|
|
||||||
(defconst vlf-min-chunk-size 8
|
(defconst vlf-min-chunk-size 16
|
||||||
"Minimal number of bytes that can be properly decoded.")
|
"Minimal number of bytes that can be properly decoded.")
|
||||||
|
|
||||||
(defvar vlf-mode-map
|
(defvar vlf-mode-map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user