File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
javav2/example_code/transcribe/src/main/java/com/amazonaws/transcribe Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
SPDX-License-Identifier: Apache-2.0
12
12
*/
13
13
14
+ //snippet-start:[transcribe.java2.bidir_streaming_audiopublisher.complete]
14
15
package com .amazonaws .transcribe ;
15
16
16
17
//snippet-start:[transcribe.java2.bidir_streaming_audiopublisher.import]
@@ -116,3 +117,4 @@ private AudioEvent audioEventFromBuffer(ByteBuffer bb) {
116
117
}
117
118
}
118
119
//snippet-end:[transcribe.java2.bidir_streaming_audiopublisher.class]
120
+ //snippet-end:[transcribe.java2.bidir_streaming_audiopublisher.complete]
Original file line number Diff line number Diff line change 10
10
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
11
SPDX-License-Identifier: Apache-2.0
12
12
*/
13
-
13
+ //snippet-start:[transcribe.java2.bidir_streaming.complete]
14
14
package com .amazonaws .transcribe ;
15
15
16
16
//snippet-start:[transcribe.java2.bidir_streaming.import]
@@ -83,3 +83,4 @@ public static TargetDataLine get() throws Exception {
83
83
return dataLine ;
84
84
}
85
85
}
86
+ //snippet-end:[transcribe.java2.bidir_streaming.complete]
You can’t perform that action at this time.
0 commit comments