- 14 Aug, 2025 2 commits
-
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 13 Aug, 2025 1 commit
-
-
This PR improves Android APK build process by specifying target ABIs during gradle assembly and fixing arithmetic precision issues in decoder calculations. The changes ensure that APKs are built for specific architectures rather than all architectures at once, and correct integer division operations that could lead to precision loss. - Adds ABI-specific gradle build parameters to target specific architectures during APK assembly - Updates APK output paths from outputs/apk to intermediates/apk to match gradle's ABI-filtered build structure - Fixes integer division precision issues in decoder calculations by using floating-point division
Fangjun Kuang authored
-
- 11 Aug, 2025 2 commits
- 10 Aug, 2025 1 commit
-
-
Fangjun Kuang authored
-
- 08 Aug, 2025 12 commits
-
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 07 Aug, 2025 6 commits
-
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 06 Aug, 2025 1 commit
-
- 29 Jul, 2025 1 commit
-
-
Ming-Hsuan-Tu authored
-
- 27 Jul, 2025 3 commits
-
-
Fangjun Kuang authored
-
Yiwei Shao authored
-
Fangjun Kuang authored
-
- 26 Jul, 2025 4 commits
-
-
This PR fixes a data type compatibility issue in the GigaAM transducer encoder where the output length tensor could be either int32 or int64, but the code only handled int32. The fix adds runtime type checking and supports both data types. - Adds runtime detection of encoder output length tensor data type (int32 vs int64) - Implements conditional data access based on the detected type - Adds error handling for unsupported data types
Fangjun Kuang authored -
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 17 Jul, 2025 2 commits
-
-
infinite42 authored
-
infinite42 authored
-
- 16 Jul, 2025 3 commits
-
-
infinite42 authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 15 Jul, 2025 1 commit
-
-
A new method and property were introduced in the VoiceActivityDetector C++ and Python APIs to provide access to the current speech segment as soon as speech is detected, rather than only after the segment completes.
Fangjun Kuang authored
-
- 14 Jul, 2025 1 commit
-
-
Fangjun Kuang authored
-