diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-25 21:24:48 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-25 21:35:25 +0100 |
commit | 3b9e38afd2f89ec01aef169ccf8853d1388e2045 (patch) | |
tree | 9deaa2d4261dc126dfd6beec83ea0b8c0a64e5a4 /audio/sphinx/files/patch-src_examples_tty-continuous.c | |
parent | audio/sphinx3: Remove expired port (diff) |
audio/sphinx: Remove expired port
2024-01-25 audio/sphinx: Upstream advises to use audio/pocketsphinx
Diffstat (limited to 'audio/sphinx/files/patch-src_examples_tty-continuous.c')
-rw-r--r-- | audio/sphinx/files/patch-src_examples_tty-continuous.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/sphinx/files/patch-src_examples_tty-continuous.c b/audio/sphinx/files/patch-src_examples_tty-continuous.c deleted file mode 100644 index 78652fcd3235..000000000000 --- a/audio/sphinx/files/patch-src_examples_tty-continuous.c +++ /dev/null @@ -1,12 +0,0 @@ -author: Andriy Gapon - ---- src/examples/tty-continuous.c.orig 2001-12-13 21:11:15 UTC -+++ src/examples/tty-continuous.c -@@ -175,7 +175,6 @@ static void utterance_loop() - * listening until current utterance completely decoded - */ - ad_stop_rec (ad); -- while (ad_read (ad, adbuf, 4096) >= 0); - cont_ad_reset (cont); - - printf ("Stopped listening, please wait...\n"); fflush (stdout); |