Commit Graph

64 Commits

Author SHA1 Message Date
Reuben Morais
afb8c55b6e Basic coverage of DS_ErrorCodeToErrorMessage 2020-05-18 17:30:48 +02:00
Alexandre Lissy
5e3c5e9131 Fix #2888: Use start-after / end-before for API example line references 2020-04-07 14:01:09 +02:00
Reuben Morais
1547498e82 Const members in structs 2020-03-18 19:32:57 +01:00
Reuben Morais
2ec34d5a06 Address review comments 2020-03-17 14:48:31 +01:00
Reuben Morais
c74dcffe79 Adjust client.cc for new API and small cleanup of code and function names 2020-03-17 14:47:58 +01:00
dabinat
e1fec4e818 Client - Change JSON output to return alternatives transcripts in an "alternatives" array 2020-03-17 14:47:58 +01:00
dabinat
004d66d224 Client changes to show multiple transcriptions in JSON output 2020-03-17 14:47:58 +01:00
Reuben Morais
c512383aec Fix consumers of DS_CreateModel 2020-02-12 10:13:02 +01:00
Reuben Morais
1e2eb96248 Update all API consumers 2020-02-11 19:44:36 +01:00
Alexandre Lissy
66fe634cfe Fix word detection for time computation
Fixes #2623
2020-01-14 16:33:51 +01:00
Reuben Morais
8c82081779 Embed alphabet directly in model 2019-11-05 09:02:21 +01:00
Alexandre Lissy
ef5ae5c0b4 Expose beam width, lm_alpha and lm_beta in CLI args 2019-10-14 15:07:59 +02:00
Reuben Morais
c1ed6d711d Use model sample rate in client.cc 2019-10-10 21:46:01 +02:00
Reuben Morais
abb11f040d Remove sample rate parameter usage from client.cc 2019-10-10 15:44:11 +02:00
Reuben Morais
ce785534fe Set sample_rate attribute of ds_audio_buffer in NO_SOX client 2019-10-09 09:38:38 +02:00
Reuben Morais
0ac498bc50 Rename metadata probability field to confidence 2019-09-11 11:09:44 +02:00
Reuben Morais
a815426918 Update client.cc 2019-09-09 11:38:28 +02:00
Alexandre Lissy
81b3b159c4 Remove ununsed prealloc frames
Fixes #2298
2019-08-20 18:38:46 +02:00
Li Li
2604da4bc2 native_client: option to run streaming mode
Signed-off-by: Li Li <eggonlea@msn.com>
2019-06-18 10:44:52 -07:00
Alexandre Lissy
c3c3a3fb81 Expose extended metadata information to bindings
Fixes #2006
2019-04-24 20:12:39 +02:00
dabinat
fa09736d9b Simplified string formatting 2019-04-17 13:46:05 -07:00
dabinat
8ad7e8e6d5 Changed CSV output to JSON 2019-04-16 15:25:01 -07:00
lissyx
718fd437ec
Merge pull request #2044 from dabinat/word-timings
Fix spaces being appended to word
2019-04-12 08:48:28 +02:00
dabinat
ec50fb9839 Fixed an issue where spaces may be appended to word 2019-04-11 12:52:10 -07:00
Reuben Morais
4b9f3fbe7d Provide an API function to free strings returned by API 2019-04-05 21:37:34 -03:00
dabinat
7cda855cb6 Client - Whitespace fix 2019-03-30 10:23:00 -07:00
dabinat
2f255307e3 Client - Added support for detecting UTF-8 spaces 2019-03-22 10:07:06 -07:00
dabinat
d79989c916 Client whitespace tweaks 2019-03-22 01:36:03 -07:00
dabinat
a0304eec1a Output word-level metadata from the client with the -e tag 2019-03-21 18:07:24 -07:00
dabinat
6f667713bf Client whitespace fixes 2019-03-21 16:36:46 -07:00
dabinat
a3b81d054e Output word-level metadata from the client with the -e tag 2019-03-21 15:53:04 -07:00
Alexandre Lissy
75149f33df Building on Windows
Fixes #1793
Fixes #1794
2019-03-12 22:21:01 +01:00
Reuben Morais
fa7cb1a983 Update decoder hyperparameters 2018-12-28 16:12:09 -02:00
Alexandre Lissy
456da33f95 Building native_client on Android
$ ndk-build APP_PLATFORM=android-21 APP_BUILD_SCRIPT=$(pwd)/Android.mk NDK_PROJECT_PATH=$(pwd) APP_STL=c++_shared TFDIR=... TARGET_ARCH_ABI=arm64-v8a
2018-12-13 13:24:02 +01:00
Reuben Morais
68258e356c Address review comments 2018-10-29 23:57:14 -03:00
Reuben Morais
fa6434b27d Revert "Make trie parameter optional, building it on demand if not passed"
This reverts commit b29d0abb1e.
2018-10-29 20:51:08 -03:00
Reuben Morais
b29d0abb1e Make trie parameter optional, building it on demand if not passed 2018-10-25 17:01:11 -03:00
kdavis-mozilla
c38dc099d3 Fixed #1638 (Update Hyperparameters for 0.3.0) 2018-10-12 17:26:32 +02:00
kdavis-mozilla
47d3dec4fe Fixed #1549, updated client hyperparams 2018-09-18 09:56:43 +02:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -03:00
Reuben Morais
385bc7a65f Remove word count bonus in favor of length normalization 2018-08-02 13:22:24 -03:00
Reuben Morais
ae9c62cae9 Convert native API to C instead of C++ 2018-08-02 13:22:24 -03:00
Reuben Morais
400c9c0e5d Streaming inference 2018-08-02 13:22:24 -03:00
Alexandre Lissy
646c9178cf Non positionnal arguments. Everywhere.
Fixes #1443
2018-07-04 17:12:52 +02:00
Alexandre Lissy
6c4d4f1e68 Expose versions numbers on stderr
Fixes #1292
2018-03-16 09:46:31 +01:00
Alexandre Lissy
f54b1f6ad8 Multiple audio native_client benchmark
Fixes #1232
2018-02-14 19:21:55 +01:00
Divyansh Jha
d378ac7ffa reorder arguments in client.cc, client.py and client.js also update call sites in tc-test-utils.sh 2018-02-14 09:29:35 +05:30
Alexandre Lissy
72298b8f6d Add different samplerate samples
Fixes #1022
2018-02-08 20:48:53 +01:00
Reuben Morais
99d0c311a3 Update hyperparameters 2017-11-17 14:04:14 +01:00
Alexandre Lissy
db09ab7d19 Preliminary support for libdeepspeech_model.so 2017-11-03 17:25:25 +01:00