whisper.cpp/examples
Justine Tunney 7f78675008
examples : use colorblind friendly TTY color scheme (#2360)
This change updates the -pc flag, so that a new xterm256 color scheme is
used. This color scheme is believed to be better for three reasons:

1. It should be friendlier to the colorblind. The scheme was designed by
   Paul Tol (see: https://personal.sron.nl/~pault/). TensorBoard uses it
   since 2017, so it's already popular in the machine learning community

2. It should appear to be the same colors as before to people who aren't
   i.e. it's still a red-green spectrum like before but lightly modified

3. It is readable in both white and black background terminals. The neon
   colors before were probably a bit too intense for white backgrounds.
2024-08-20 10:49:10 +03:00
..
addon.node whisper : remove speed_up and phase_vocoder* functions (#2198) 2024-05-31 11:37:29 +03:00
bench whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
bench.wasm whisper : add support for large v3 (#1444) 2023-11-07 15:30:18 +02:00
command whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
command.wasm whisper : add context param to disable gpu (#1293) 2023-11-06 11:04:24 +02:00
lsp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
main whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
python examples : add python example for transcription (#1744) 2024-01-13 19:37:18 +02:00
quantize whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
server server : add inference path to make OAI API compatible (#2270) 2024-07-08 14:24:58 +03:00
stream whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
stream.wasm stream.wasm : fix invalid memory access when no segments (#1902) 2024-02-26 10:12:35 +02:00
sycl whisper : add SYCL support (#1863) 2024-02-23 09:22:24 +02:00
talk whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
talk-llama talk-llama : sync llama.cpp 2024-08-08 22:48:46 +03:00
talk.wasm examples : clean up common code (#1871) 2024-02-19 10:50:15 +02:00
wchess whisper : remove speed_up and phase_vocoder* functions (#2198) 2024-05-31 11:37:29 +03:00
whisper.android build : fix aarch64 (#0) 2024-08-08 22:48:46 +03:00
whisper.android.java build : fix aarch64 (#0) 2024-08-08 22:48:46 +03:00
whisper.nvim whisper.nvim : fix missing reference to "model" variable (#2049) 2024-04-15 19:41:28 +03:00
whisper.objc build : fix aarch64 (#0) 2024-08-08 22:48:46 +03:00
whisper.swiftui whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
whisper.wasm whisper : add context param to disable gpu (#1293) 2023-11-06 11:04:24 +02:00
CMakeLists.txt cmake : minor fixes 2024-06-26 21:42:39 +03:00
common-ggml.cpp common : handle new quant types (ggml/0) 2024-08-08 22:48:46 +03:00
common-ggml.h whisper : add integer quantization support (#540) 2023-04-30 18:51:57 +03:00
common-sdl.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
common-sdl.h sdl : fix audio callback (#1523) 2023-11-20 13:16:38 +02:00
common.cpp examples : fix compile warnings [no ci] (#0) 2024-07-08 14:53:55 +03:00
common.h examples : use colorblind friendly TTY color scheme (#2360) 2024-08-20 10:49:10 +03:00
dr_wav.h refactoring : move main + stream in examples + other stuff 2022-10-25 20:53:48 +03:00
ffmpeg-transcode.cpp cmake : minor fixes 2024-06-26 21:42:39 +03:00
generate-karaoke.sh minor : add comment for using "generate_karaoke.sh" 2022-11-26 10:22:42 +02:00
grammar-parser.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
grammar-parser.h whisper : add grammar-based sampling (#1229) 2023-11-13 10:51:34 +02:00
helpers.js js : remove un-needed request header from fetchRemote (#2119) 2024-05-13 15:13:19 +03:00
json.hpp examples : clean up common code (#1871) 2024-02-19 10:50:15 +02:00
livestream.sh whisper : make large version explicit + fix data size units (#1493) 2023-11-15 19:42:25 +02:00
twitch.sh whisper : make large version explicit + fix data size units (#1493) 2023-11-15 19:42:25 +02:00
yt-wsp.sh yt-wsp.sh : print help on empty args 2023-02-18 09:42:31 +02:00