Commit graph

  • ac3a5156eb Fix Wyoming protocol: read data as separate chunk after header main Harald Hoyer 2026-02-24 13:44:08 +01:00
  • 7d88c8c865 Add NixOS module, overlay, and systemd service for wyoming-whisper-rs Harald Hoyer 2026-02-24 12:15:33 +01:00
  • f346829cc0 Add nix flake package for wyoming-whisper-rs Harald Hoyer 2026-02-24 11:52:15 +01:00
  • 50fdb08a38 Add Wyoming protocol ASR server and nix devshell Harald Hoyer 2026-02-24 11:44:03 +01:00
  • d38738df8d
    Update git submodule and update bindings.rs Niko 2025-12-06 11:53:56 -08:00
  • 298e0ddabd
    Merge branch 'ysimonson-update-whisper' Niko 2025-12-06 11:47:33 -08:00
  • 470c88d84f
    Merge branch 'vzctl-fix-build-script' Niko 2025-12-06 11:44:41 -08:00
  • 8306adfc58
    Merge branch 'd-e-s-o-topic/rustfmt-cfg' Niko 2025-12-06 11:38:12 -08:00
  • 484d33da3f
    Merge branch 'd-e-s-o-topic/full' Niko 2025-12-06 11:36:18 -08:00
  • cc038de0f6 Fix test breakages Yusuf Simonson 2025-12-06 10:26:30 -05:00
  • 1e85bb2d42
    fix(sys): Correct cmake source path in build.rs Alexey Lapitsky 2025-11-03 00:17:46 +01:00
  • da73d0e053
    Add .rustfmt.toml file Daniel Müller 2025-10-24 09:02:55 -07:00
  • c611475bdf
    Adjust WhisperState::full() to return () on success Daniel Müller 2025-10-24 08:55:08 -07:00
  • a23990c563
    Fix examples Niko 2025-09-29 13:40:02 -07:00
  • 31c1527abe
    Extend lifetimes on WhisperState and WhisperToken Niko 2025-09-29 13:28:58 -07:00
  • 4e2c466e79
    Use as_chunks in favour of chunks_exact in convert_stereo_to_mono_audio Niko 2025-09-29 13:07:38 -07:00
  • fcd6a538e6
    Fix up tests Niko 2025-09-29 13:07:15 -07:00
  • 2fa5df779c
    Clean up VAD example and write to output file Niko 2025-09-29 12:40:49 -07:00
  • c2fba5055b
    Remove unused import Niko 2025-09-29 12:40:30 -07:00
  • 37cc545ddd
    Promote WhisperToken to its own module Niko 2025-09-29 12:40:24 -07:00
  • 65ec4d34ec
    Clean up module directory layout Niko 2025-09-29 12:33:54 -07:00
  • 8bf0602e24
    Implement Send + Sync for WhisperVadContext Niko 2025-09-10 19:15:58 -07:00
  • d966ab1602
    Update bindings and bump -sys version Niko 2025-09-10 15:35:37 -07:00
  • f2e3eb397d
    Bump whisper-rs version Niko 2025-09-10 15:32:29 -07:00
  • 64bc1f1384
    Add VAD example Niko 2025-09-10 15:28:47 -07:00
  • 7e116dfb29
    Fix UB in WhisperVadSegments Niko 2025-09-10 15:28:40 -07:00
  • 5f054c94b7
    Explicitly set CMAKE_BUILD_TYPE always Niko 2025-09-06 12:28:21 -07:00
  • 0c509ec9c5
    Fix inaccurate doc comment for C++ equivalent Niko 2025-09-02 14:18:28 -07:00
  • 3e6d3da162
    Change return type of get_whisper_version (closes #241) Niko 2025-08-19 21:48:24 -07:00
  • b376a1ef64
    Update whisper.cpp to latest git (closes #240) Niko 2025-08-19 16:06:50 -07:00
  • 43e31a7345
    Bump versions of crates Niko 2025-08-16 00:22:33 -07:00
  • c327ec699b
    Simplify if conditional in audio_transcription example Niko 2025-08-15 23:38:03 -07:00
  • b07d20a3c1
    Split out any functions that return a CStr or similar object into three returning all unique types of possible return value Niko 2025-08-15 23:37:43 -07:00
  • 4ed94c2831
    Fix up audio_transcription example Niko 2025-08-15 21:14:11 -07:00
  • 67c343082b
    Remove unused error handling Niko 2025-08-13 13:19:04 -07:00
  • 623e5a40cb
    Remove inline attributes Niko 2025-08-13 13:17:15 -07:00
  • 96bbf7b89b
    Add a quick entrypoint to the root docs Niko 2025-08-13 01:42:49 -07:00
  • 68fabfc95d
    Add comments to basic_use example and fix README example Niko 2025-08-13 01:40:43 -07:00
  • 9162a2c502
    Fix Clippy lint Niko 2025-08-13 01:30:22 -07:00
  • 814b2b836f
    Make WhisperState::new unsafe Niko 2025-08-13 01:27:28 -07:00
  • 7e46c91cbd
    Add docs to get_token and its unchecked variant Niko 2025-08-13 00:53:44 -07:00
  • e34533731c
    Add docs to no_speech_probability Niko 2025-08-13 00:53:31 -07:00
  • ea1a762b41
    Fix up Clippy lints Niko 2025-08-13 00:52:54 -07:00
  • a840bdaa8b
    Remove unnecessary error handling Niko 2025-08-13 00:52:38 -07:00
  • 527bb059dc
    Fix up full_usage example Niko 2025-08-02 19:47:58 -07:00
  • a9dea32c81
    Fix up audio_transcription example Niko 2025-08-02 19:42:32 -07:00
  • 3d70621a51
    Fix up basic_use example Niko 2025-08-02 19:39:05 -07:00
  • e0b83e8248
    Remove Default for SamplingStrategy and add docs Niko 2025-08-02 19:32:26 -07:00
  • 15e70ffd07
    Refactor the entire token/segment usage Niko 2025-08-02 18:30:48 -07:00
  • 35ccb56e7f
    Merge branch 'v1.7.6-update' Niko 2025-08-02 14:43:19 -07:00
  • ac6b01dd91
    Restructure to minimize the number of unsafe calls in VAD code Niko 2025-07-30 17:42:24 -07:00
  • ef095214b7
    Publicly export the VAD structs Niko 2025-07-30 17:38:15 -07:00
  • 1881e94b14
    Fix unused Clippy lints Niko 2025-07-30 17:37:50 -07:00
  • a1acc61a29
    Remove unused lifetime Niko 2025-07-30 17:37:28 -07:00
  • 55e54212f1
    Update whisper.cpp to v1.7.6 Niko 2025-07-30 17:01:37 -07:00
  • b202069aa8
    Bump crate versions Niko 2025-07-29 18:13:02 -07:00
  • 6de1119a79
    Add PR template and note to README about said template Niko 2025-07-29 17:55:46 -07:00
  • 2cdb117101
    Merge remote-tracking branch 'origin/master' Niko 2025-07-29 17:22:13 -07:00
  • e3dc30a7a8
    Migrate to Codeberg Niko 2025-07-29 17:22:05 -07:00
  • a812820ec1
    Merge pull request #234 from ed10vi/arm-fix Niko 2025-07-17 11:11:52 -07:00
  • cba7238515
    Merge pull request #233 from kerkmann/sycl Niko 2025-07-17 11:11:36 -07:00
  • 9f6b693415
    Fix wrong type on aarch64 Eduardo Diez Viñuela 2025-07-04 12:23:47 +02:00
  • 5cbca18263
    feat: add intel-sycl support Daniél Kerkmann 2025-06-26 15:42:01 +02:00
  • e3d67d513b
    Bump whisper-rs to 0.14.3 Niko 2025-06-07 23:51:46 -07:00
  • 331b683cf0
    Bump bindings to v1.7.5 of upstream whisper.cpp Niko 2025-06-07 23:38:47 -07:00
  • f9cf5062bf
    Merge pull request #227 from gn64/feature/vulkan_device_list Niko 2025-06-07 23:30:07 -07:00
  • 1491bd63eb
    Merge pull request #230 from lacoonte/add-advapi32-win Niko 2025-06-07 23:25:27 -07:00
  • 3c37ed2271
    Merge pull request #220 from rasteiner/fix/progress-callback-crash Niko 2025-06-07 23:24:52 -07:00
  • 83428a939a
    Merge pull request #221 from jarjee/fix_correct-hipblas-build Niko 2025-06-07 23:24:23 -07:00
  • 35adcfdbb3
    Merge pull request #223 from mz2/fpic-fix Niko 2025-06-07 23:24:06 -07:00
  • e7a875985b fix: windows build failing due to missing advapi32 Alvaro RC 2025-06-07 09:51:32 +02:00
  • dac152cad4 Add vulkan device list function. HidetoshiMatsuo 2025-05-13 14:19:45 +09:00
  • 4cb3b97845
    Remove the redundant flags Matias Piipari 2025-05-02 09:08:16 +03:00
  • 2a72c74a82
    Adds CMAKE_POSITION_INDEPENDENT_CODE and CMAKE_CUDA_FLAGS Matias Piipari 2025-05-02 08:59:16 +03:00
  • 760af8859f
    An attempt at getting -fPIC in Matias Piipari 2025-05-01 22:45:28 +03:00
  • 76facb3b63 fix: Correct broken hipblas build Nathan Smyth 2025-04-30 22:21:12 +10:00
  • f1a35221d2
    Merge branch 'tazz4843:master' into fix/progress-callback-crash Roman Steiner 2025-04-28 10:27:25 +02:00
  • de30f9c23d
    Merge pull request #219 from kaspar030/link-ggml-blas Niko 2025-04-24 20:58:53 -06:00
  • 8de132b23e fix: static link ggml-blas if openblas feature is enabled Kaspar Schleiser 2025-04-24 22:39:30 +02:00
  • ddbc7961c5
    Merge pull request #217 from isaac-mcfadyen/patch-1 Niko 2025-04-10 14:48:24 -06:00
  • 7347230c86
    fix: fixed feature flags in README.md Isaac McFadyen 2025-04-10 13:24:19 -04:00
  • 138020527c
    Merge branch 'tazz4843:master' into fix/progress-callback-crash Roman Steiner 2025-03-03 18:33:52 +01:00
  • f5ee632f6e
    Merge pull request #210 from newfla/fix_callback_v2 Niko 2025-03-03 09:57:57 -07:00
  • 747f71da57 doc: added dtw-callback disclaimer newfla 2025-03-03 17:01:29 +01:00
  • 278df9b843 Revert "fix: segment_callaback logic" newfla 2025-03-03 16:53:36 +01:00
  • cb8f79d474
    Merge pull request #206 from kusaanko/fix-compile-on-windows-no-english Niko 2025-03-02 10:44:31 -07:00
  • 95c4423ec9
    Merge pull request #207 from kusaanko/fix-openblas Niko 2025-03-02 10:43:25 -07:00
  • 4acdc92236
    Merge branch 'tazz4843:master' into fix/progress-callback-crash Roman Steiner 2025-02-28 17:26:42 +01:00
  • e3c289b6a4
    Fix wrong cfg! for openblas Kusaanko 2025-02-28 18:51:28 +09:00
  • dc4eace7e6
    Fix to be able to compile with openblas Kusaanko 2025-02-28 18:45:59 +09:00
  • 60784be43a
    Use UTF-8 to build sys on Windows Kusaanko 2025-02-28 01:00:12 +09:00
  • e059748640
    Merge pull request #205 from newfla/fix_segment_callback Niko 2025-02-26 13:03:58 -07:00
  • 684ec8e733 fix: segment_callaback logic newfla 2025-02-25 15:56:16 +01:00
  • 6df9106aa3
    typo 'progess' -> 'progress' Roman Steiner 2025-02-25 10:52:06 +01:00
  • 807bc242e9
    box the progress callback closure - fixes #134 Roman Steiner 2025-02-25 10:50:32 +01:00
  • a5d279c31b
    Bump whisper-rs to 0.14.2 to fix docs.rs build Niko 2025-02-24 12:49:18 -07:00
  • c34b566bf5
    Merge remote-tracking branch 'origin/master' Niko 2025-02-24 12:45:02 -07:00
  • 0de70d0e9d
    Actually pull in new changes (whoops) and bump package versions Niko 2025-02-24 12:12:16 -07:00
  • 745336dd6d
    Merge remote-tracking branch 'origin/master' Niko 2025-02-24 12:11:01 -07:00
  • 80c6c29bb2
    Bump package versions Niko 2025-02-24 12:08:19 -07:00