Spaces:
Running
Running
close #32 : add comment about thread-safety of the C-style API
Browse files
whisper.h
CHANGED
|
@@ -31,7 +31,8 @@ extern "C" {
|
|
| 31 |
//
|
| 32 |
// C interface
|
| 33 |
//
|
| 34 |
-
|
|
|
|
| 35 |
//
|
| 36 |
// Basic usage:
|
| 37 |
//
|
|
|
|
| 31 |
//
|
| 32 |
// C interface
|
| 33 |
//
|
| 34 |
+
// The following interface is thread-safe as long as the sample whisper_context is not used by multiple threads
|
| 35 |
+
// concurrently.
|
| 36 |
//
|
| 37 |
// Basic usage:
|
| 38 |
//
|