@livekit/rtc-node 0.12.2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/dist/audio_frame.cjs +2 -2
  2. package/dist/audio_frame.cjs.map +1 -1
  3. package/dist/audio_frame.d.cts +2 -3
  4. package/dist/audio_frame.d.ts +2 -3
  5. package/dist/audio_frame.d.ts.map +1 -1
  6. package/dist/audio_frame.js +3 -3
  7. package/dist/audio_frame.js.map +1 -1
  8. package/dist/audio_resampler.cjs +10 -7
  9. package/dist/audio_resampler.cjs.map +1 -1
  10. package/dist/audio_resampler.d.cts +2 -3
  11. package/dist/audio_resampler.d.ts +2 -3
  12. package/dist/audio_resampler.d.ts.map +1 -1
  13. package/dist/audio_resampler.js +13 -10
  14. package/dist/audio_resampler.js.map +1 -1
  15. package/dist/audio_source.cjs +6 -4
  16. package/dist/audio_source.cjs.map +1 -1
  17. package/dist/audio_source.d.cts +3 -3
  18. package/dist/audio_source.d.ts +3 -3
  19. package/dist/audio_source.d.ts.map +1 -1
  20. package/dist/audio_source.js +9 -7
  21. package/dist/audio_source.js.map +1 -1
  22. package/dist/audio_stream.cjs +1 -2
  23. package/dist/audio_stream.cjs.map +1 -1
  24. package/dist/audio_stream.d.cts +2 -3
  25. package/dist/audio_stream.d.ts +2 -3
  26. package/dist/audio_stream.d.ts.map +1 -1
  27. package/dist/audio_stream.js +2 -3
  28. package/dist/audio_stream.js.map +1 -1
  29. package/dist/e2ee.cjs +19 -20
  30. package/dist/e2ee.cjs.map +1 -1
  31. package/dist/e2ee.d.cts +0 -1
  32. package/dist/e2ee.d.ts +0 -1
  33. package/dist/e2ee.d.ts.map +1 -1
  34. package/dist/e2ee.js +29 -30
  35. package/dist/e2ee.js.map +1 -1
  36. package/dist/ffi_client.cjs +6 -5
  37. package/dist/ffi_client.cjs.map +1 -1
  38. package/dist/ffi_client.d.cts +10 -10
  39. package/dist/ffi_client.d.ts +10 -10
  40. package/dist/ffi_client.d.ts.map +1 -1
  41. package/dist/ffi_client.js +6 -10
  42. package/dist/ffi_client.js.map +1 -1
  43. package/dist/index.cjs +16 -49
  44. package/dist/index.cjs.map +1 -1
  45. package/dist/index.d.cts +6 -35
  46. package/dist/index.d.ts +6 -35
  47. package/dist/index.d.ts.map +1 -1
  48. package/dist/index.js +7 -46
  49. package/dist/index.js.map +1 -1
  50. package/dist/napi/native.d.cjs.map +1 -1
  51. package/dist/napi/native.d.ts +5 -5
  52. package/dist/native.d.ts +5 -5
  53. package/dist/participant.cjs +57 -34
  54. package/dist/participant.cjs.map +1 -1
  55. package/dist/participant.d.cts +10 -10
  56. package/dist/participant.d.ts +10 -10
  57. package/dist/participant.d.ts.map +1 -1
  58. package/dist/participant.js +75 -50
  59. package/dist/participant.js.map +1 -1
  60. package/dist/proto/audio_frame_pb.cjs +977 -125
  61. package/dist/proto/audio_frame_pb.cjs.map +1 -1
  62. package/dist/proto/audio_frame_pb.d.cts +502 -417
  63. package/dist/proto/audio_frame_pb.d.ts +502 -417
  64. package/dist/proto/audio_frame_pb.d.ts.map +1 -1
  65. package/dist/proto/audio_frame_pb.js +943 -85
  66. package/dist/proto/audio_frame_pb.js.map +1 -1
  67. package/dist/proto/e2ee_pb.cjs +700 -85
  68. package/dist/proto/e2ee_pb.cjs.map +1 -1
  69. package/dist/proto/e2ee_pb.d.cts +331 -263
  70. package/dist/proto/e2ee_pb.d.ts +331 -263
  71. package/dist/proto/e2ee_pb.d.ts.map +1 -1
  72. package/dist/proto/e2ee_pb.js +675 -57
  73. package/dist/proto/e2ee_pb.js.map +1 -1
  74. package/dist/proto/ffi_pb.cjs +369 -36
  75. package/dist/proto/ffi_pb.cjs.map +1 -1
  76. package/dist/proto/ffi_pb.d.cts +156 -109
  77. package/dist/proto/ffi_pb.d.ts +156 -109
  78. package/dist/proto/ffi_pb.d.ts.map +1 -1
  79. package/dist/proto/ffi_pb.js +364 -29
  80. package/dist/proto/ffi_pb.js.map +1 -1
  81. package/dist/proto/handle_pb.cjs +27 -7
  82. package/dist/proto/handle_pb.cjs.map +1 -1
  83. package/dist/proto/handle_pb.d.cts +13 -15
  84. package/dist/proto/handle_pb.d.ts +13 -15
  85. package/dist/proto/handle_pb.d.ts.map +1 -1
  86. package/dist/proto/handle_pb.js +26 -5
  87. package/dist/proto/handle_pb.js.map +1 -1
  88. package/dist/proto/participant_pb.cjs +112 -15
  89. package/dist/proto/participant_pb.cjs.map +1 -1
  90. package/dist/proto/participant_pb.d.cts +140 -52
  91. package/dist/proto/participant_pb.d.ts +140 -52
  92. package/dist/proto/participant_pb.d.ts.map +1 -1
  93. package/dist/proto/participant_pb.js +109 -11
  94. package/dist/proto/participant_pb.js.map +1 -1
  95. package/dist/proto/room_pb.cjs +2693 -302
  96. package/dist/proto/room_pb.cjs.map +1 -1
  97. package/dist/proto/room_pb.d.cts +1265 -862
  98. package/dist/proto/room_pb.d.ts +1265 -862
  99. package/dist/proto/room_pb.d.ts.map +1 -1
  100. package/dist/proto/room_pb.js +2603 -210
  101. package/dist/proto/room_pb.js.map +1 -1
  102. package/dist/proto/rpc_pb.cjs +302 -37
  103. package/dist/proto/rpc_pb.cjs.map +1 -1
  104. package/dist/proto/rpc_pb.d.cts +138 -108
  105. package/dist/proto/rpc_pb.d.ts +138 -108
  106. package/dist/proto/rpc_pb.d.ts.map +1 -1
  107. package/dist/proto/rpc_pb.js +291 -25
  108. package/dist/proto/rpc_pb.js.map +1 -1
  109. package/dist/proto/stats_pb.cjs +1253 -139
  110. package/dist/proto/stats_pb.cjs.map +1 -1
  111. package/dist/proto/stats_pb.d.cts +803 -692
  112. package/dist/proto/stats_pb.d.ts +803 -692
  113. package/dist/proto/stats_pb.d.ts.map +1 -1
  114. package/dist/proto/stats_pb.js +1216 -93
  115. package/dist/proto/stats_pb.js.map +1 -1
  116. package/dist/proto/track_pb.cjs +462 -64
  117. package/dist/proto/track_pb.cjs.map +1 -1
  118. package/dist/proto/track_pb.d.cts +250 -218
  119. package/dist/proto/track_pb.d.ts +250 -218
  120. package/dist/proto/track_pb.d.ts.map +1 -1
  121. package/dist/proto/track_pb.js +447 -45
  122. package/dist/proto/track_pb.js.map +1 -1
  123. package/dist/proto/track_publication_pb.cjs +130 -0
  124. package/dist/proto/track_publication_pb.cjs.map +1 -0
  125. package/dist/proto/track_publication_pb.d.cts +80 -0
  126. package/dist/proto/track_publication_pb.d.ts +80 -0
  127. package/dist/proto/track_publication_pb.d.ts.map +1 -0
  128. package/dist/proto/track_publication_pb.js +103 -0
  129. package/dist/proto/track_publication_pb.js.map +1 -0
  130. package/dist/proto/video_frame_pb.cjs +648 -88
  131. package/dist/proto/video_frame_pb.cjs.map +1 -1
  132. package/dist/proto/video_frame_pb.d.cts +371 -328
  133. package/dist/proto/video_frame_pb.d.ts +371 -328
  134. package/dist/proto/video_frame_pb.d.ts.map +1 -1
  135. package/dist/proto/video_frame_pb.js +626 -60
  136. package/dist/proto/video_frame_pb.js.map +1 -1
  137. package/dist/room.cjs +93 -125
  138. package/dist/room.cjs.map +1 -1
  139. package/dist/room.d.cts +6 -17
  140. package/dist/room.d.ts +6 -17
  141. package/dist/room.d.ts.map +1 -1
  142. package/dist/room.js +92 -122
  143. package/dist/room.js.map +1 -1
  144. package/dist/rpc.cjs.map +1 -1
  145. package/dist/rpc.d.cts +0 -1
  146. package/dist/rpc.d.ts +0 -1
  147. package/dist/rpc.js.map +1 -1
  148. package/dist/track.cjs +12 -8
  149. package/dist/track.cjs.map +1 -1
  150. package/dist/track.d.cts +8 -9
  151. package/dist/track.d.ts +8 -9
  152. package/dist/track.d.ts.map +1 -1
  153. package/dist/track.js +13 -9
  154. package/dist/track.js.map +1 -1
  155. package/dist/track_publication.cjs +21 -12
  156. package/dist/track_publication.cjs.map +1 -1
  157. package/dist/track_publication.d.cts +12 -13
  158. package/dist/track_publication.d.ts +12 -13
  159. package/dist/track_publication.d.ts.map +1 -1
  160. package/dist/track_publication.js +22 -13
  161. package/dist/track_publication.js.map +1 -1
  162. package/dist/version.cjs +1 -1
  163. package/dist/version.cjs.map +1 -1
  164. package/dist/version.d.cts +1 -1
  165. package/dist/version.d.ts +1 -1
  166. package/dist/version.js +1 -1
  167. package/dist/version.js.map +1 -1
  168. package/dist/video_frame.cjs +26 -45
  169. package/dist/video_frame.cjs.map +1 -1
  170. package/dist/video_frame.d.cts +2 -3
  171. package/dist/video_frame.d.ts +2 -3
  172. package/dist/video_frame.d.ts.map +1 -1
  173. package/dist/video_frame.js +29 -48
  174. package/dist/video_frame.js.map +1 -1
  175. package/dist/video_source.cjs +7 -4
  176. package/dist/video_source.cjs.map +1 -1
  177. package/dist/video_source.d.cts +4 -4
  178. package/dist/video_source.d.ts +4 -4
  179. package/dist/video_source.d.ts.map +1 -1
  180. package/dist/video_source.js +9 -6
  181. package/dist/video_source.js.map +1 -1
  182. package/dist/video_stream.cjs +16 -5
  183. package/dist/video_stream.cjs.map +1 -1
  184. package/dist/video_stream.d.cts +3 -4
  185. package/dist/video_stream.d.ts +3 -4
  186. package/dist/video_stream.d.ts.map +1 -1
  187. package/dist/video_stream.js +17 -6
  188. package/dist/video_stream.js.map +1 -1
  189. package/package.json +9 -9
  190. package/src/audio_frame.ts +10 -10
  191. package/src/audio_resampler.ts +15 -13
  192. package/src/audio_source.ts +11 -8
  193. package/src/audio_stream.ts +3 -4
  194. package/src/e2ee.ts +36 -37
  195. package/src/ffi_client.ts +8 -16
  196. package/src/index.ts +5 -68
  197. package/src/napi/native.d.ts +5 -5
  198. package/src/participant.ts +100 -72
  199. package/src/proto/audio_frame_pb.ts +1220 -496
  200. package/src/proto/e2ee_pb.ts +858 -337
  201. package/src/proto/ffi_pb.ts +442 -135
  202. package/src/proto/handle_pb.ts +33 -19
  203. package/src/proto/participant_pb.ts +225 -60
  204. package/src/proto/room_pb.ts +3149 -1013
  205. package/src/proto/rpc_pb.ts +358 -129
  206. package/src/proto/stats_pb.ts +1891 -877
  207. package/src/proto/track_pb.ts +587 -253
  208. package/src/proto/track_publication_pb.ts +180 -0
  209. package/src/proto/video_frame_pb.ts +861 -394
  210. package/src/room.ts +143 -188
  211. package/src/rpc.ts +1 -1
  212. package/src/track.ts +16 -17
  213. package/src/track_publication.ts +25 -26
  214. package/src/version.ts +1 -1
  215. package/src/video_frame.ts +48 -72
  216. package/src/video_source.ts +11 -8
  217. package/src/video_stream.ts +18 -8
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/proto/audio_frame_pb.ts"],"sourcesContent":["// Copyright 2023 LiveKit, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// @generated by protoc-gen-es v2.2.0 with parameter \"target=ts,import_extension=js\"\n// @generated from file audio_frame.proto (package livekit.proto, syntax proto2)\n/* eslint-disable */\n\nimport type { GenEnum, GenFile, GenMessage } from \"@bufbuild/protobuf/codegenv1\";\nimport { enumDesc, fileDesc, messageDesc } from \"@bufbuild/protobuf/codegenv1\";\nimport type { FfiOwnedHandle } from \"./handle_pb.js\";\nimport { file_handle } from \"./handle_pb.js\";\nimport type { TrackSource } from \"./track_pb.js\";\nimport { file_track } from \"./track_pb.js\";\nimport type { Message } from \"@bufbuild/protobuf\";\n\n/**\n * Describes the file audio_frame.proto.\n */\nexport const file_audio_frame: GenFile = /*@__PURE__*/\n fileDesc(\"ChFhdWRpb19mcmFtZS5wcm90bxINbGl2ZWtpdC5wcm90byKGAQoVTmV3QXVkaW9TdHJlYW1SZXF1ZXN0EhQKDHRyYWNrX2hhbmRsZRgBIAIoBBIsCgR0eXBlGAIgAigOMh4ubGl2ZWtpdC5wcm90by5BdWRpb1N0cmVhbVR5cGUSEwoLc2FtcGxlX3JhdGUYAyABKA0SFAoMbnVtX2NoYW5uZWxzGAQgASgNIkkKFk5ld0F1ZGlvU3RyZWFtUmVzcG9uc2USLwoGc3RyZWFtGAEgAigLMh8ubGl2ZWtpdC5wcm90by5Pd25lZEF1ZGlvU3RyZWFtIsoBCiFBdWRpb1N0cmVhbUZyb21QYXJ0aWNpcGFudFJlcXVlc3QSGgoScGFydGljaXBhbnRfaGFuZGxlGAEgAigEEiwKBHR5cGUYAiACKA4yHi5saXZla2l0LnByb3RvLkF1ZGlvU3RyZWFtVHlwZRIwCgx0cmFja19zb3VyY2UYAyABKA4yGi5saXZla2l0LnByb3RvLlRyYWNrU291cmNlEhMKC3NhbXBsZV9yYXRlGAUgASgNEhQKDG51bV9jaGFubmVscxgGIAEoDSJVCiJBdWRpb1N0cmVhbUZyb21QYXJ0aWNpcGFudFJlc3BvbnNlEi8KBnN0cmVhbRgBIAIoCzIfLmxpdmVraXQucHJvdG8uT3duZWRBdWRpb1N0cmVhbSK7AQoVTmV3QXVkaW9Tb3VyY2VSZXF1ZXN0EiwKBHR5cGUYASACKA4yHi5saXZla2l0LnByb3RvLkF1ZGlvU291cmNlVHlwZRIyCgdvcHRpb25zGAIgASgLMiEubGl2ZWtpdC5wcm90by5BdWRpb1NvdXJjZU9wdGlvbnMSEwoLc2FtcGxlX3JhdGUYAyACKA0SFAoMbnVtX2NoYW5uZWxzGAQgAigNEhUKDXF1ZXVlX3NpemVfbXMYBSABKA0iSQoWTmV3QXVkaW9Tb3VyY2VSZXNwb25zZRIvCgZzb3VyY2UYASACKAsyHy5saXZla2l0LnByb3RvLk93bmVkQXVkaW9Tb3VyY2UiZgoYQ2FwdHVyZUF1ZGlvRnJhbWVSZXF1ZXN0EhUKDXNvdXJjZV9oYW5kbGUYASACKAQSMwoGYnVmZmVyGAIgAigLMiMubGl2ZWtpdC5wcm90by5BdWRpb0ZyYW1lQnVmZmVySW5mbyItChlDYXB0dXJlQXVkaW9GcmFtZVJlc3BvbnNlEhAKCGFzeW5jX2lkGAEgAigEIjwKGUNhcHR1cmVBdWRpb0ZyYW1lQ2FsbGJhY2sSEAoIYXN5bmNfaWQYASACKAQSDQoFZXJyb3IYAiABKAkiMAoXQ2xlYXJBdWRpb0J1ZmZlclJlcXVlc3QSFQoNc291cmNlX2hhbmRsZRgBIAIoBCIaChhDbGVhckF1ZGlvQnVmZmVyUmVzcG9uc2UiGgoYTmV3QXVkaW9SZXNhbXBsZXJSZXF1ZXN0IlIKGU5ld0F1ZGlvUmVzYW1wbGVyUmVzcG9uc2USNQoJcmVzYW1wbGVyGAEgAigLMiIubGl2ZWtpdC5wcm90by5Pd25lZEF1ZGlvUmVzYW1wbGVyIpMBChdSZW1peEFuZFJlc2FtcGxlUmVxdWVzdBIYChByZXNhbXBsZXJfaGFuZGxlGAEgAigEEjMKBmJ1ZmZlchgCIAIoCzIjLmxpdmVraXQucHJvdG8uQXVkaW9GcmFtZUJ1ZmZlckluZm8SFAoMbnVtX2NoYW5uZWxzGAMgAigNEhMKC3NhbXBsZV9yYXRlGAQgAigNIlAKGFJlbWl4QW5kUmVzYW1wbGVSZXNwb25zZRI0CgZidWZmZXIYASACKAsyJC5saXZla2l0LnByb3RvLk93bmVkQXVkaW9GcmFtZUJ1ZmZlciKcAgoWTmV3U294UmVzYW1wbGVyUmVxdWVzdBISCgppbnB1dF9yYXRlGAEgAigBEhMKC291dHB1dF9yYXRlGAIgAigBEhQKDG51bV9jaGFubmVscxgDIAIoDRI8Cg9pbnB1dF9kYXRhX3R5cGUYBCACKA4yIy5saXZla2l0LnByb3RvLlNveFJlc2FtcGxlckRhdGFUeXBlEj0KEG91dHB1dF9kYXRhX3R5cGUYBSACKA4yIy5saXZla2l0LnByb3RvLlNveFJlc2FtcGxlckRhdGFUeXBlEjcKDnF1YWxpdHlfcmVjaXBlGAYgAigOMh8ubGl2ZWtpdC5wcm90by5Tb3hRdWFsaXR5UmVjaXBlEg0KBWZsYWdzGAcgASgNImwKF05ld1NveFJlc2FtcGxlclJlc3BvbnNlEjUKCXJlc2FtcGxlchgBIAEoCzIgLmxpdmVraXQucHJvdG8uT3duZWRTb3hSZXNhbXBsZXJIABIPCgVlcnJvchgCIAEoCUgAQgkKB21lc3NhZ2UiUwoXUHVzaFNveFJlc2FtcGxlclJlcXVlc3QSGAoQcmVzYW1wbGVyX2hhbmRsZRgBIAIoBBIQCghkYXRhX3B0chgCIAIoBBIMCgRzaXplGAMgAigNIksKGFB1c2hTb3hSZXNhbXBsZXJSZXNwb25zZRISCgpvdXRwdXRfcHRyGAEgAigEEgwKBHNpemUYAiACKA0SDQoFZXJyb3IYAyABKAkiNAoYRmx1c2hTb3hSZXNhbXBsZXJSZXF1ZXN0EhgKEHJlc2FtcGxlcl9oYW5kbGUYASACKAQiTAoZRmx1c2hTb3hSZXNhbXBsZXJSZXNwb25zZRISCgpvdXRwdXRfcHRyGAEgAigEEgwKBHNpemUYAiACKA0SDQoFZXJyb3IYAyABKAkicAoUQXVkaW9GcmFtZUJ1ZmZlckluZm8SEAoIZGF0YV9wdHIYASACKAQSFAoMbnVtX2NoYW5uZWxzGAIgAigNEhMKC3NhbXBsZV9yYXRlGAMgAigNEhsKE3NhbXBsZXNfcGVyX2NoYW5uZWwYBCACKA0ieQoVT3duZWRBdWRpb0ZyYW1lQnVmZmVyEi0KBmhhbmRsZRgBIAIoCzIdLmxpdmVraXQucHJvdG8uRmZpT3duZWRIYW5kbGUSMQoEaW5mbxgCIAIoCzIjLmxpdmVraXQucHJvdG8uQXVkaW9GcmFtZUJ1ZmZlckluZm8iPwoPQXVkaW9TdHJlYW1JbmZvEiwKBHR5cGUYASACKA4yHi5saXZla2l0LnByb3RvLkF1ZGlvU3RyZWFtVHlwZSJvChBPd25lZEF1ZGlvU3RyZWFtEi0KBmhhbmRsZRgBIAIoCzIdLmxpdmVraXQucHJvdG8uRmZpT3duZWRIYW5kbGUSLAoEaW5mbxgCIAIoCzIeLmxpdmVraXQucHJvdG8uQXVkaW9TdHJlYW1JbmZvIp8BChBBdWRpb1N0cmVhbUV2ZW50EhUKDXN0cmVhbV9oYW5kbGUYASACKAQSOwoOZnJhbWVfcmVjZWl2ZWQYAiABKAsyIS5saXZla2l0LnByb3RvLkF1ZGlvRnJhbWVSZWNlaXZlZEgAEiwKA2VvcxgDIAEoCzIdLmxpdmVraXQucHJvdG8uQXVkaW9TdHJlYW1FT1NIAEIJCgdtZXNzYWdlIkkKEkF1ZGlvRnJhbWVSZWNlaXZlZBIzCgVmcmFtZRgBIAIoCzIkLmxpdmVraXQucHJvdG8uT3duZWRBdWRpb0ZyYW1lQnVmZmVyIhAKDkF1ZGlvU3RyZWFtRU9TImUKEkF1ZGlvU291cmNlT3B0aW9ucxIZChFlY2hvX2NhbmNlbGxhdGlvbhgBIAIoCBIZChFub2lzZV9zdXBwcmVzc2lvbhgCIAIoCBIZChFhdXRvX2dhaW5fY29udHJvbBgDIAIoCCI/Cg9BdWRpb1NvdXJjZUluZm8SLAoEdHlwZRgCIAIoDjIeLmxpdmVraXQucHJvdG8uQXVkaW9Tb3VyY2VUeXBlIm8KEE93bmVkQXVkaW9Tb3VyY2USLQoGaGFuZGxlGAEgAigLMh0ubGl2ZWtpdC5wcm90by5GZmlPd25lZEhhbmRsZRIsCgRpbmZvGAIgAigLMh4ubGl2ZWtpdC5wcm90by5BdWRpb1NvdXJjZUluZm8iFAoSQXVkaW9SZXNhbXBsZXJJbmZvInUKE093bmVkQXVkaW9SZXNhbXBsZXISLQoGaGFuZGxlGAEgAigLMh0ubGl2ZWtpdC5wcm90by5GZmlPd25lZEhhbmRsZRIvCgRpbmZvGAIgAigLMiEubGl2ZWtpdC5wcm90by5BdWRpb1Jlc2FtcGxlckluZm8iEgoQU294UmVzYW1wbGVySW5mbyJxChFPd25lZFNveFJlc2FtcGxlchItCgZoYW5kbGUYASACKAsyHS5saXZla2l0LnByb3RvLkZmaU93bmVkSGFuZGxlEi0KBGluZm8YAiACKAsyHy5saXZla2l0LnByb3RvLlNveFJlc2FtcGxlckluZm8qSgoUU294UmVzYW1wbGVyRGF0YVR5cGUSGAoUU09YUl9EQVRBVFlQRV9JTlQxNkkQABIYChRTT1hSX0RBVEFUWVBFX0lOVDE2UxABKosBChBTb3hRdWFsaXR5UmVjaXBlEhYKElNPWFJfUVVBTElUWV9RVUlDSxAAEhQKEFNPWFJfUVVBTElUWV9MT1cQARIXChNTT1hSX1FVQUxJVFlfTUVESVVNEAISFQoRU09YUl9RVUFMSVRZX0hJR0gQAxIZChVTT1hSX1FVQUxJVFlfVkVSWUhJR0gQBCqXAQoLU294RmxhZ0JpdHMSFgoSU09YUl9ST0xMT0ZGX1NNQUxMEAASFwoTU09YUl9ST0xMT0ZGX01FRElVTRABEhUKEVNPWFJfUk9MTE9GRl9OT05FEAISGAoUU09YUl9ISUdIX1BSRUNfQ0xPQ0sQAxIZChVTT1hSX0RPVUJMRV9QUkVDSVNJT04QBBILCgdTT1hSX1ZSEAUqQQoPQXVkaW9TdHJlYW1UeXBlEhcKE0FVRElPX1NUUkVBTV9OQVRJVkUQABIVChFBVURJT19TVFJFQU1fSFRNTBABKioKD0F1ZGlvU291cmNlVHlwZRIXChNBVURJT19TT1VSQ0VfTkFUSVZFEABCEKoCDUxpdmVLaXQuUHJvdG8\", [file_handle, file_track]);\n\n/**\n * Create a new AudioStream\n * AudioStream is used to receive audio frames from a track\n *\n * @generated from message livekit.proto.NewAudioStreamRequest\n */\nexport type NewAudioStreamRequest = Message<\"livekit.proto.NewAudioStreamRequest\"> & {\n /**\n * @generated from field: required uint64 track_handle = 1;\n */\n trackHandle: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 2;\n */\n type: AudioStreamType;\n\n /**\n * @generated from field: optional uint32 sample_rate = 3;\n */\n sampleRate: number;\n\n /**\n * @generated from field: optional uint32 num_channels = 4;\n */\n numChannels: number;\n};\n\n/**\n * Describes the message livekit.proto.NewAudioStreamRequest.\n * Use `create(NewAudioStreamRequestSchema)` to create a new message.\n */\nexport const NewAudioStreamRequestSchema: GenMessage<NewAudioStreamRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 0);\n\n/**\n * @generated from message livekit.proto.NewAudioStreamResponse\n */\nexport type NewAudioStreamResponse = Message<\"livekit.proto.NewAudioStreamResponse\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioStream stream = 1;\n */\n stream?: OwnedAudioStream;\n};\n\n/**\n * Describes the message livekit.proto.NewAudioStreamResponse.\n * Use `create(NewAudioStreamResponseSchema)` to create a new message.\n */\nexport const NewAudioStreamResponseSchema: GenMessage<NewAudioStreamResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 1);\n\n/**\n * @generated from message livekit.proto.AudioStreamFromParticipantRequest\n */\nexport type AudioStreamFromParticipantRequest = Message<\"livekit.proto.AudioStreamFromParticipantRequest\"> & {\n /**\n * @generated from field: required uint64 participant_handle = 1;\n */\n participantHandle: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 2;\n */\n type: AudioStreamType;\n\n /**\n * @generated from field: optional livekit.proto.TrackSource track_source = 3;\n */\n trackSource: TrackSource;\n\n /**\n * @generated from field: optional uint32 sample_rate = 5;\n */\n sampleRate: number;\n\n /**\n * @generated from field: optional uint32 num_channels = 6;\n */\n numChannels: number;\n};\n\n/**\n * Describes the message livekit.proto.AudioStreamFromParticipantRequest.\n * Use `create(AudioStreamFromParticipantRequestSchema)` to create a new message.\n */\nexport const AudioStreamFromParticipantRequestSchema: GenMessage<AudioStreamFromParticipantRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 2);\n\n/**\n * @generated from message livekit.proto.AudioStreamFromParticipantResponse\n */\nexport type AudioStreamFromParticipantResponse = Message<\"livekit.proto.AudioStreamFromParticipantResponse\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioStream stream = 1;\n */\n stream?: OwnedAudioStream;\n};\n\n/**\n * Describes the message livekit.proto.AudioStreamFromParticipantResponse.\n * Use `create(AudioStreamFromParticipantResponseSchema)` to create a new message.\n */\nexport const AudioStreamFromParticipantResponseSchema: GenMessage<AudioStreamFromParticipantResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 3);\n\n/**\n * Create a new AudioSource\n *\n * @generated from message livekit.proto.NewAudioSourceRequest\n */\nexport type NewAudioSourceRequest = Message<\"livekit.proto.NewAudioSourceRequest\"> & {\n /**\n * @generated from field: required livekit.proto.AudioSourceType type = 1;\n */\n type: AudioSourceType;\n\n /**\n * @generated from field: optional livekit.proto.AudioSourceOptions options = 2;\n */\n options?: AudioSourceOptions;\n\n /**\n * @generated from field: required uint32 sample_rate = 3;\n */\n sampleRate: number;\n\n /**\n * @generated from field: required uint32 num_channels = 4;\n */\n numChannels: number;\n\n /**\n * @generated from field: optional uint32 queue_size_ms = 5;\n */\n queueSizeMs: number;\n};\n\n/**\n * Describes the message livekit.proto.NewAudioSourceRequest.\n * Use `create(NewAudioSourceRequestSchema)` to create a new message.\n */\nexport const NewAudioSourceRequestSchema: GenMessage<NewAudioSourceRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 4);\n\n/**\n * @generated from message livekit.proto.NewAudioSourceResponse\n */\nexport type NewAudioSourceResponse = Message<\"livekit.proto.NewAudioSourceResponse\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioSource source = 1;\n */\n source?: OwnedAudioSource;\n};\n\n/**\n * Describes the message livekit.proto.NewAudioSourceResponse.\n * Use `create(NewAudioSourceResponseSchema)` to create a new message.\n */\nexport const NewAudioSourceResponseSchema: GenMessage<NewAudioSourceResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 5);\n\n/**\n * Push a frame to an AudioSource \n * The data provided must be available as long as the client receive the callback.\n *\n * @generated from message livekit.proto.CaptureAudioFrameRequest\n */\nexport type CaptureAudioFrameRequest = Message<\"livekit.proto.CaptureAudioFrameRequest\"> & {\n /**\n * @generated from field: required uint64 source_handle = 1;\n */\n sourceHandle: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo buffer = 2;\n */\n buffer?: AudioFrameBufferInfo;\n};\n\n/**\n * Describes the message livekit.proto.CaptureAudioFrameRequest.\n * Use `create(CaptureAudioFrameRequestSchema)` to create a new message.\n */\nexport const CaptureAudioFrameRequestSchema: GenMessage<CaptureAudioFrameRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 6);\n\n/**\n * @generated from message livekit.proto.CaptureAudioFrameResponse\n */\nexport type CaptureAudioFrameResponse = Message<\"livekit.proto.CaptureAudioFrameResponse\"> & {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId: bigint;\n};\n\n/**\n * Describes the message livekit.proto.CaptureAudioFrameResponse.\n * Use `create(CaptureAudioFrameResponseSchema)` to create a new message.\n */\nexport const CaptureAudioFrameResponseSchema: GenMessage<CaptureAudioFrameResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 7);\n\n/**\n * @generated from message livekit.proto.CaptureAudioFrameCallback\n */\nexport type CaptureAudioFrameCallback = Message<\"livekit.proto.CaptureAudioFrameCallback\"> & {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId: bigint;\n\n /**\n * @generated from field: optional string error = 2;\n */\n error: string;\n};\n\n/**\n * Describes the message livekit.proto.CaptureAudioFrameCallback.\n * Use `create(CaptureAudioFrameCallbackSchema)` to create a new message.\n */\nexport const CaptureAudioFrameCallbackSchema: GenMessage<CaptureAudioFrameCallback> = /*@__PURE__*/\n messageDesc(file_audio_frame, 8);\n\n/**\n * @generated from message livekit.proto.ClearAudioBufferRequest\n */\nexport type ClearAudioBufferRequest = Message<\"livekit.proto.ClearAudioBufferRequest\"> & {\n /**\n * @generated from field: required uint64 source_handle = 1;\n */\n sourceHandle: bigint;\n};\n\n/**\n * Describes the message livekit.proto.ClearAudioBufferRequest.\n * Use `create(ClearAudioBufferRequestSchema)` to create a new message.\n */\nexport const ClearAudioBufferRequestSchema: GenMessage<ClearAudioBufferRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 9);\n\n/**\n * @generated from message livekit.proto.ClearAudioBufferResponse\n */\nexport type ClearAudioBufferResponse = Message<\"livekit.proto.ClearAudioBufferResponse\"> & {\n};\n\n/**\n * Describes the message livekit.proto.ClearAudioBufferResponse.\n * Use `create(ClearAudioBufferResponseSchema)` to create a new message.\n */\nexport const ClearAudioBufferResponseSchema: GenMessage<ClearAudioBufferResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 10);\n\n/**\n * Create a new AudioResampler\n *\n * @generated from message livekit.proto.NewAudioResamplerRequest\n */\nexport type NewAudioResamplerRequest = Message<\"livekit.proto.NewAudioResamplerRequest\"> & {\n};\n\n/**\n * Describes the message livekit.proto.NewAudioResamplerRequest.\n * Use `create(NewAudioResamplerRequestSchema)` to create a new message.\n */\nexport const NewAudioResamplerRequestSchema: GenMessage<NewAudioResamplerRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 11);\n\n/**\n * @generated from message livekit.proto.NewAudioResamplerResponse\n */\nexport type NewAudioResamplerResponse = Message<\"livekit.proto.NewAudioResamplerResponse\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioResampler resampler = 1;\n */\n resampler?: OwnedAudioResampler;\n};\n\n/**\n * Describes the message livekit.proto.NewAudioResamplerResponse.\n * Use `create(NewAudioResamplerResponseSchema)` to create a new message.\n */\nexport const NewAudioResamplerResponseSchema: GenMessage<NewAudioResamplerResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 12);\n\n/**\n * Remix and resample an audio frame\n *\n * @generated from message livekit.proto.RemixAndResampleRequest\n */\nexport type RemixAndResampleRequest = Message<\"livekit.proto.RemixAndResampleRequest\"> & {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo buffer = 2;\n */\n buffer?: AudioFrameBufferInfo;\n\n /**\n * @generated from field: required uint32 num_channels = 3;\n */\n numChannels: number;\n\n /**\n * @generated from field: required uint32 sample_rate = 4;\n */\n sampleRate: number;\n};\n\n/**\n * Describes the message livekit.proto.RemixAndResampleRequest.\n * Use `create(RemixAndResampleRequestSchema)` to create a new message.\n */\nexport const RemixAndResampleRequestSchema: GenMessage<RemixAndResampleRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 13);\n\n/**\n * @generated from message livekit.proto.RemixAndResampleResponse\n */\nexport type RemixAndResampleResponse = Message<\"livekit.proto.RemixAndResampleResponse\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioFrameBuffer buffer = 1;\n */\n buffer?: OwnedAudioFrameBuffer;\n};\n\n/**\n * Describes the message livekit.proto.RemixAndResampleResponse.\n * Use `create(RemixAndResampleResponseSchema)` to create a new message.\n */\nexport const RemixAndResampleResponseSchema: GenMessage<RemixAndResampleResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 14);\n\n/**\n * @generated from message livekit.proto.NewSoxResamplerRequest\n */\nexport type NewSoxResamplerRequest = Message<\"livekit.proto.NewSoxResamplerRequest\"> & {\n /**\n * @generated from field: required double input_rate = 1;\n */\n inputRate: number;\n\n /**\n * @generated from field: required double output_rate = 2;\n */\n outputRate: number;\n\n /**\n * @generated from field: required uint32 num_channels = 3;\n */\n numChannels: number;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerDataType input_data_type = 4;\n */\n inputDataType: SoxResamplerDataType;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerDataType output_data_type = 5;\n */\n outputDataType: SoxResamplerDataType;\n\n /**\n * @generated from field: required livekit.proto.SoxQualityRecipe quality_recipe = 6;\n */\n qualityRecipe: SoxQualityRecipe;\n\n /**\n * @generated from field: optional uint32 flags = 7;\n */\n flags: number;\n};\n\n/**\n * Describes the message livekit.proto.NewSoxResamplerRequest.\n * Use `create(NewSoxResamplerRequestSchema)` to create a new message.\n */\nexport const NewSoxResamplerRequestSchema: GenMessage<NewSoxResamplerRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 15);\n\n/**\n * @generated from message livekit.proto.NewSoxResamplerResponse\n */\nexport type NewSoxResamplerResponse = Message<\"livekit.proto.NewSoxResamplerResponse\"> & {\n /**\n * @generated from oneof livekit.proto.NewSoxResamplerResponse.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.OwnedSoxResampler resampler = 1;\n */\n value: OwnedSoxResampler;\n case: \"resampler\";\n } | {\n /**\n * @generated from field: string error = 2;\n */\n value: string;\n case: \"error\";\n } | { case: undefined; value?: undefined };\n};\n\n/**\n * Describes the message livekit.proto.NewSoxResamplerResponse.\n * Use `create(NewSoxResamplerResponseSchema)` to create a new message.\n */\nexport const NewSoxResamplerResponseSchema: GenMessage<NewSoxResamplerResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 16);\n\n/**\n * @generated from message livekit.proto.PushSoxResamplerRequest\n */\nexport type PushSoxResamplerRequest = Message<\"livekit.proto.PushSoxResamplerRequest\"> & {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle: bigint;\n\n /**\n * *const i16\n *\n * @generated from field: required uint64 data_ptr = 2;\n */\n dataPtr: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 3;\n */\n size: number;\n};\n\n/**\n * Describes the message livekit.proto.PushSoxResamplerRequest.\n * Use `create(PushSoxResamplerRequestSchema)` to create a new message.\n */\nexport const PushSoxResamplerRequestSchema: GenMessage<PushSoxResamplerRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 17);\n\n/**\n * @generated from message livekit.proto.PushSoxResamplerResponse\n */\nexport type PushSoxResamplerResponse = Message<\"livekit.proto.PushSoxResamplerResponse\"> & {\n /**\n * *const i16 (could be null)\n *\n * @generated from field: required uint64 output_ptr = 1;\n */\n outputPtr: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 2;\n */\n size: number;\n\n /**\n * @generated from field: optional string error = 3;\n */\n error: string;\n};\n\n/**\n * Describes the message livekit.proto.PushSoxResamplerResponse.\n * Use `create(PushSoxResamplerResponseSchema)` to create a new message.\n */\nexport const PushSoxResamplerResponseSchema: GenMessage<PushSoxResamplerResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 18);\n\n/**\n * @generated from message livekit.proto.FlushSoxResamplerRequest\n */\nexport type FlushSoxResamplerRequest = Message<\"livekit.proto.FlushSoxResamplerRequest\"> & {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle: bigint;\n};\n\n/**\n * Describes the message livekit.proto.FlushSoxResamplerRequest.\n * Use `create(FlushSoxResamplerRequestSchema)` to create a new message.\n */\nexport const FlushSoxResamplerRequestSchema: GenMessage<FlushSoxResamplerRequest> = /*@__PURE__*/\n messageDesc(file_audio_frame, 19);\n\n/**\n * @generated from message livekit.proto.FlushSoxResamplerResponse\n */\nexport type FlushSoxResamplerResponse = Message<\"livekit.proto.FlushSoxResamplerResponse\"> & {\n /**\n * *const i16 (could be null)\n *\n * @generated from field: required uint64 output_ptr = 1;\n */\n outputPtr: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 2;\n */\n size: number;\n\n /**\n * @generated from field: optional string error = 3;\n */\n error: string;\n};\n\n/**\n * Describes the message livekit.proto.FlushSoxResamplerResponse.\n * Use `create(FlushSoxResamplerResponseSchema)` to create a new message.\n */\nexport const FlushSoxResamplerResponseSchema: GenMessage<FlushSoxResamplerResponse> = /*@__PURE__*/\n messageDesc(file_audio_frame, 20);\n\n/**\n * @generated from message livekit.proto.AudioFrameBufferInfo\n */\nexport type AudioFrameBufferInfo = Message<\"livekit.proto.AudioFrameBufferInfo\"> & {\n /**\n * *const i16\n *\n * @generated from field: required uint64 data_ptr = 1;\n */\n dataPtr: bigint;\n\n /**\n * @generated from field: required uint32 num_channels = 2;\n */\n numChannels: number;\n\n /**\n * @generated from field: required uint32 sample_rate = 3;\n */\n sampleRate: number;\n\n /**\n * @generated from field: required uint32 samples_per_channel = 4;\n */\n samplesPerChannel: number;\n};\n\n/**\n * Describes the message livekit.proto.AudioFrameBufferInfo.\n * Use `create(AudioFrameBufferInfoSchema)` to create a new message.\n */\nexport const AudioFrameBufferInfoSchema: GenMessage<AudioFrameBufferInfo> = /*@__PURE__*/\n messageDesc(file_audio_frame, 21);\n\n/**\n * @generated from message livekit.proto.OwnedAudioFrameBuffer\n */\nexport type OwnedAudioFrameBuffer = Message<\"livekit.proto.OwnedAudioFrameBuffer\"> & {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo info = 2;\n */\n info?: AudioFrameBufferInfo;\n};\n\n/**\n * Describes the message livekit.proto.OwnedAudioFrameBuffer.\n * Use `create(OwnedAudioFrameBufferSchema)` to create a new message.\n */\nexport const OwnedAudioFrameBufferSchema: GenMessage<OwnedAudioFrameBuffer> = /*@__PURE__*/\n messageDesc(file_audio_frame, 22);\n\n/**\n * @generated from message livekit.proto.AudioStreamInfo\n */\nexport type AudioStreamInfo = Message<\"livekit.proto.AudioStreamInfo\"> & {\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 1;\n */\n type: AudioStreamType;\n};\n\n/**\n * Describes the message livekit.proto.AudioStreamInfo.\n * Use `create(AudioStreamInfoSchema)` to create a new message.\n */\nexport const AudioStreamInfoSchema: GenMessage<AudioStreamInfo> = /*@__PURE__*/\n messageDesc(file_audio_frame, 23);\n\n/**\n * @generated from message livekit.proto.OwnedAudioStream\n */\nexport type OwnedAudioStream = Message<\"livekit.proto.OwnedAudioStream\"> & {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamInfo info = 2;\n */\n info?: AudioStreamInfo;\n};\n\n/**\n * Describes the message livekit.proto.OwnedAudioStream.\n * Use `create(OwnedAudioStreamSchema)` to create a new message.\n */\nexport const OwnedAudioStreamSchema: GenMessage<OwnedAudioStream> = /*@__PURE__*/\n messageDesc(file_audio_frame, 24);\n\n/**\n * @generated from message livekit.proto.AudioStreamEvent\n */\nexport type AudioStreamEvent = Message<\"livekit.proto.AudioStreamEvent\"> & {\n /**\n * @generated from field: required uint64 stream_handle = 1;\n */\n streamHandle: bigint;\n\n /**\n * @generated from oneof livekit.proto.AudioStreamEvent.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.AudioFrameReceived frame_received = 2;\n */\n value: AudioFrameReceived;\n case: \"frameReceived\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamEOS eos = 3;\n */\n value: AudioStreamEOS;\n case: \"eos\";\n } | { case: undefined; value?: undefined };\n};\n\n/**\n * Describes the message livekit.proto.AudioStreamEvent.\n * Use `create(AudioStreamEventSchema)` to create a new message.\n */\nexport const AudioStreamEventSchema: GenMessage<AudioStreamEvent> = /*@__PURE__*/\n messageDesc(file_audio_frame, 25);\n\n/**\n * @generated from message livekit.proto.AudioFrameReceived\n */\nexport type AudioFrameReceived = Message<\"livekit.proto.AudioFrameReceived\"> & {\n /**\n * @generated from field: required livekit.proto.OwnedAudioFrameBuffer frame = 1;\n */\n frame?: OwnedAudioFrameBuffer;\n};\n\n/**\n * Describes the message livekit.proto.AudioFrameReceived.\n * Use `create(AudioFrameReceivedSchema)` to create a new message.\n */\nexport const AudioFrameReceivedSchema: GenMessage<AudioFrameReceived> = /*@__PURE__*/\n messageDesc(file_audio_frame, 26);\n\n/**\n * @generated from message livekit.proto.AudioStreamEOS\n */\nexport type AudioStreamEOS = Message<\"livekit.proto.AudioStreamEOS\"> & {\n};\n\n/**\n * Describes the message livekit.proto.AudioStreamEOS.\n * Use `create(AudioStreamEOSSchema)` to create a new message.\n */\nexport const AudioStreamEOSSchema: GenMessage<AudioStreamEOS> = /*@__PURE__*/\n messageDesc(file_audio_frame, 27);\n\n/**\n * @generated from message livekit.proto.AudioSourceOptions\n */\nexport type AudioSourceOptions = Message<\"livekit.proto.AudioSourceOptions\"> & {\n /**\n * @generated from field: required bool echo_cancellation = 1;\n */\n echoCancellation: boolean;\n\n /**\n * @generated from field: required bool noise_suppression = 2;\n */\n noiseSuppression: boolean;\n\n /**\n * @generated from field: required bool auto_gain_control = 3;\n */\n autoGainControl: boolean;\n};\n\n/**\n * Describes the message livekit.proto.AudioSourceOptions.\n * Use `create(AudioSourceOptionsSchema)` to create a new message.\n */\nexport const AudioSourceOptionsSchema: GenMessage<AudioSourceOptions> = /*@__PURE__*/\n messageDesc(file_audio_frame, 28);\n\n/**\n * @generated from message livekit.proto.AudioSourceInfo\n */\nexport type AudioSourceInfo = Message<\"livekit.proto.AudioSourceInfo\"> & {\n /**\n * @generated from field: required livekit.proto.AudioSourceType type = 2;\n */\n type: AudioSourceType;\n};\n\n/**\n * Describes the message livekit.proto.AudioSourceInfo.\n * Use `create(AudioSourceInfoSchema)` to create a new message.\n */\nexport const AudioSourceInfoSchema: GenMessage<AudioSourceInfo> = /*@__PURE__*/\n messageDesc(file_audio_frame, 29);\n\n/**\n * @generated from message livekit.proto.OwnedAudioSource\n */\nexport type OwnedAudioSource = Message<\"livekit.proto.OwnedAudioSource\"> & {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioSourceInfo info = 2;\n */\n info?: AudioSourceInfo;\n};\n\n/**\n * Describes the message livekit.proto.OwnedAudioSource.\n * Use `create(OwnedAudioSourceSchema)` to create a new message.\n */\nexport const OwnedAudioSourceSchema: GenMessage<OwnedAudioSource> = /*@__PURE__*/\n messageDesc(file_audio_frame, 30);\n\n/**\n * @generated from message livekit.proto.AudioResamplerInfo\n */\nexport type AudioResamplerInfo = Message<\"livekit.proto.AudioResamplerInfo\"> & {\n};\n\n/**\n * Describes the message livekit.proto.AudioResamplerInfo.\n * Use `create(AudioResamplerInfoSchema)` to create a new message.\n */\nexport const AudioResamplerInfoSchema: GenMessage<AudioResamplerInfo> = /*@__PURE__*/\n messageDesc(file_audio_frame, 31);\n\n/**\n * @generated from message livekit.proto.OwnedAudioResampler\n */\nexport type OwnedAudioResampler = Message<\"livekit.proto.OwnedAudioResampler\"> & {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioResamplerInfo info = 2;\n */\n info?: AudioResamplerInfo;\n};\n\n/**\n * Describes the message livekit.proto.OwnedAudioResampler.\n * Use `create(OwnedAudioResamplerSchema)` to create a new message.\n */\nexport const OwnedAudioResamplerSchema: GenMessage<OwnedAudioResampler> = /*@__PURE__*/\n messageDesc(file_audio_frame, 32);\n\n/**\n * @generated from message livekit.proto.SoxResamplerInfo\n */\nexport type SoxResamplerInfo = Message<\"livekit.proto.SoxResamplerInfo\"> & {\n};\n\n/**\n * Describes the message livekit.proto.SoxResamplerInfo.\n * Use `create(SoxResamplerInfoSchema)` to create a new message.\n */\nexport const SoxResamplerInfoSchema: GenMessage<SoxResamplerInfo> = /*@__PURE__*/\n messageDesc(file_audio_frame, 33);\n\n/**\n * @generated from message livekit.proto.OwnedSoxResampler\n */\nexport type OwnedSoxResampler = Message<\"livekit.proto.OwnedSoxResampler\"> & {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerInfo info = 2;\n */\n info?: SoxResamplerInfo;\n};\n\n/**\n * Describes the message livekit.proto.OwnedSoxResampler.\n * Use `create(OwnedSoxResamplerSchema)` to create a new message.\n */\nexport const OwnedSoxResamplerSchema: GenMessage<OwnedSoxResampler> = /*@__PURE__*/\n messageDesc(file_audio_frame, 34);\n\n/**\n * @generated from enum livekit.proto.SoxResamplerDataType\n */\nexport enum SoxResamplerDataType {\n /**\n * TODO(theomonnom): support other datatypes (shouldn't really be needed)\n *\n * @generated from enum value: SOXR_DATATYPE_INT16I = 0;\n */\n SOXR_DATATYPE_INT16I = 0,\n\n /**\n * @generated from enum value: SOXR_DATATYPE_INT16S = 1;\n */\n SOXR_DATATYPE_INT16S = 1,\n}\n\n/**\n * Describes the enum livekit.proto.SoxResamplerDataType.\n */\nexport const SoxResamplerDataTypeSchema: GenEnum<SoxResamplerDataType> = /*@__PURE__*/\n enumDesc(file_audio_frame, 0);\n\n/**\n * @generated from enum livekit.proto.SoxQualityRecipe\n */\nexport enum SoxQualityRecipe {\n /**\n * @generated from enum value: SOXR_QUALITY_QUICK = 0;\n */\n SOXR_QUALITY_QUICK = 0,\n\n /**\n * @generated from enum value: SOXR_QUALITY_LOW = 1;\n */\n SOXR_QUALITY_LOW = 1,\n\n /**\n * @generated from enum value: SOXR_QUALITY_MEDIUM = 2;\n */\n SOXR_QUALITY_MEDIUM = 2,\n\n /**\n * @generated from enum value: SOXR_QUALITY_HIGH = 3;\n */\n SOXR_QUALITY_HIGH = 3,\n\n /**\n * @generated from enum value: SOXR_QUALITY_VERYHIGH = 4;\n */\n SOXR_QUALITY_VERYHIGH = 4,\n}\n\n/**\n * Describes the enum livekit.proto.SoxQualityRecipe.\n */\nexport const SoxQualityRecipeSchema: GenEnum<SoxQualityRecipe> = /*@__PURE__*/\n enumDesc(file_audio_frame, 1);\n\n/**\n * @generated from enum livekit.proto.SoxFlagBits\n */\nexport enum SoxFlagBits {\n /**\n * 1 << 0\n *\n * @generated from enum value: SOXR_ROLLOFF_SMALL = 0;\n */\n SOXR_ROLLOFF_SMALL = 0,\n\n /**\n * 1 << 1\n *\n * @generated from enum value: SOXR_ROLLOFF_MEDIUM = 1;\n */\n SOXR_ROLLOFF_MEDIUM = 1,\n\n /**\n * 1 << 2\n *\n * @generated from enum value: SOXR_ROLLOFF_NONE = 2;\n */\n SOXR_ROLLOFF_NONE = 2,\n\n /**\n * 1 << 3\n *\n * @generated from enum value: SOXR_HIGH_PREC_CLOCK = 3;\n */\n SOXR_HIGH_PREC_CLOCK = 3,\n\n /**\n * 1 << 4\n *\n * @generated from enum value: SOXR_DOUBLE_PRECISION = 4;\n */\n SOXR_DOUBLE_PRECISION = 4,\n\n /**\n * 1 << 5\n *\n * @generated from enum value: SOXR_VR = 5;\n */\n SOXR_VR = 5,\n}\n\n/**\n * Describes the enum livekit.proto.SoxFlagBits.\n */\nexport const SoxFlagBitsSchema: GenEnum<SoxFlagBits> = /*@__PURE__*/\n enumDesc(file_audio_frame, 2);\n\n/**\n * @generated from enum livekit.proto.AudioStreamType\n */\nexport enum AudioStreamType {\n /**\n * @generated from enum value: AUDIO_STREAM_NATIVE = 0;\n */\n AUDIO_STREAM_NATIVE = 0,\n\n /**\n * @generated from enum value: AUDIO_STREAM_HTML = 1;\n */\n AUDIO_STREAM_HTML = 1,\n}\n\n/**\n * Describes the enum livekit.proto.AudioStreamType.\n */\nexport const AudioStreamTypeSchema: GenEnum<AudioStreamType> = /*@__PURE__*/\n enumDesc(file_audio_frame, 3);\n\n/**\n * @generated from enum livekit.proto.AudioSourceType\n */\nexport enum AudioSourceType {\n /**\n * @generated from enum value: AUDIO_SOURCE_NATIVE = 0;\n */\n AUDIO_SOURCE_NATIVE = 0,\n}\n\n/**\n * Describes the enum livekit.proto.AudioSourceType.\n */\nexport const AudioSourceTypeSchema: GenEnum<AudioSourceType> = /*@__PURE__*/\n enumDesc(file_audio_frame, 4);\n\n"],"mappings":"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","names":["SoxResamplerDataType","SoxQualityRecipe","SoxFlagBits","AudioStreamType","AudioSourceType"]}
1
+ {"version":3,"sources":["../../src/proto/audio_frame_pb.ts"],"sourcesContent":["// Copyright 2023 LiveKit, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// @generated by protoc-gen-es v1.10.0 with parameter \"target=ts,import_extension=.js\"\n// @generated from file audio_frame.proto (package livekit.proto, syntax proto2)\n/* eslint-disable */\n// @ts-nocheck\n\nimport type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from \"@bufbuild/protobuf\";\nimport { Message, proto2 } from \"@bufbuild/protobuf\";\nimport { TrackSource } from \"./track_pb.js\";\nimport { FfiOwnedHandle } from \"./handle_pb.js\";\n\n/**\n * @generated from enum livekit.proto.SoxResamplerDataType\n */\nexport enum SoxResamplerDataType {\n /**\n * TODO(theomonnom): support other datatypes (shouldn't really be needed)\n *\n * @generated from enum value: SOXR_DATATYPE_INT16I = 0;\n */\n SOXR_DATATYPE_INT16I = 0,\n\n /**\n * @generated from enum value: SOXR_DATATYPE_INT16S = 1;\n */\n SOXR_DATATYPE_INT16S = 1,\n}\n// Retrieve enum metadata with: proto2.getEnumType(SoxResamplerDataType)\nproto2.util.setEnumType(SoxResamplerDataType, \"livekit.proto.SoxResamplerDataType\", [\n { no: 0, name: \"SOXR_DATATYPE_INT16I\" },\n { no: 1, name: \"SOXR_DATATYPE_INT16S\" },\n]);\n\n/**\n * @generated from enum livekit.proto.SoxQualityRecipe\n */\nexport enum SoxQualityRecipe {\n /**\n * @generated from enum value: SOXR_QUALITY_QUICK = 0;\n */\n SOXR_QUALITY_QUICK = 0,\n\n /**\n * @generated from enum value: SOXR_QUALITY_LOW = 1;\n */\n SOXR_QUALITY_LOW = 1,\n\n /**\n * @generated from enum value: SOXR_QUALITY_MEDIUM = 2;\n */\n SOXR_QUALITY_MEDIUM = 2,\n\n /**\n * @generated from enum value: SOXR_QUALITY_HIGH = 3;\n */\n SOXR_QUALITY_HIGH = 3,\n\n /**\n * @generated from enum value: SOXR_QUALITY_VERYHIGH = 4;\n */\n SOXR_QUALITY_VERYHIGH = 4,\n}\n// Retrieve enum metadata with: proto2.getEnumType(SoxQualityRecipe)\nproto2.util.setEnumType(SoxQualityRecipe, \"livekit.proto.SoxQualityRecipe\", [\n { no: 0, name: \"SOXR_QUALITY_QUICK\" },\n { no: 1, name: \"SOXR_QUALITY_LOW\" },\n { no: 2, name: \"SOXR_QUALITY_MEDIUM\" },\n { no: 3, name: \"SOXR_QUALITY_HIGH\" },\n { no: 4, name: \"SOXR_QUALITY_VERYHIGH\" },\n]);\n\n/**\n * @generated from enum livekit.proto.SoxFlagBits\n */\nexport enum SoxFlagBits {\n /**\n * 1 << 0\n *\n * @generated from enum value: SOXR_ROLLOFF_SMALL = 0;\n */\n SOXR_ROLLOFF_SMALL = 0,\n\n /**\n * 1 << 1\n *\n * @generated from enum value: SOXR_ROLLOFF_MEDIUM = 1;\n */\n SOXR_ROLLOFF_MEDIUM = 1,\n\n /**\n * 1 << 2\n *\n * @generated from enum value: SOXR_ROLLOFF_NONE = 2;\n */\n SOXR_ROLLOFF_NONE = 2,\n\n /**\n * 1 << 3\n *\n * @generated from enum value: SOXR_HIGH_PREC_CLOCK = 3;\n */\n SOXR_HIGH_PREC_CLOCK = 3,\n\n /**\n * 1 << 4\n *\n * @generated from enum value: SOXR_DOUBLE_PRECISION = 4;\n */\n SOXR_DOUBLE_PRECISION = 4,\n\n /**\n * 1 << 5\n *\n * @generated from enum value: SOXR_VR = 5;\n */\n SOXR_VR = 5,\n}\n// Retrieve enum metadata with: proto2.getEnumType(SoxFlagBits)\nproto2.util.setEnumType(SoxFlagBits, \"livekit.proto.SoxFlagBits\", [\n { no: 0, name: \"SOXR_ROLLOFF_SMALL\" },\n { no: 1, name: \"SOXR_ROLLOFF_MEDIUM\" },\n { no: 2, name: \"SOXR_ROLLOFF_NONE\" },\n { no: 3, name: \"SOXR_HIGH_PREC_CLOCK\" },\n { no: 4, name: \"SOXR_DOUBLE_PRECISION\" },\n { no: 5, name: \"SOXR_VR\" },\n]);\n\n/**\n * @generated from enum livekit.proto.AudioStreamType\n */\nexport enum AudioStreamType {\n /**\n * @generated from enum value: AUDIO_STREAM_NATIVE = 0;\n */\n AUDIO_STREAM_NATIVE = 0,\n\n /**\n * @generated from enum value: AUDIO_STREAM_HTML = 1;\n */\n AUDIO_STREAM_HTML = 1,\n}\n// Retrieve enum metadata with: proto2.getEnumType(AudioStreamType)\nproto2.util.setEnumType(AudioStreamType, \"livekit.proto.AudioStreamType\", [\n { no: 0, name: \"AUDIO_STREAM_NATIVE\" },\n { no: 1, name: \"AUDIO_STREAM_HTML\" },\n]);\n\n/**\n * @generated from enum livekit.proto.AudioSourceType\n */\nexport enum AudioSourceType {\n /**\n * @generated from enum value: AUDIO_SOURCE_NATIVE = 0;\n */\n AUDIO_SOURCE_NATIVE = 0,\n}\n// Retrieve enum metadata with: proto2.getEnumType(AudioSourceType)\nproto2.util.setEnumType(AudioSourceType, \"livekit.proto.AudioSourceType\", [\n { no: 0, name: \"AUDIO_SOURCE_NATIVE\" },\n]);\n\n/**\n * Create a new AudioStream\n * AudioStream is used to receive audio frames from a track\n *\n * @generated from message livekit.proto.NewAudioStreamRequest\n */\nexport class NewAudioStreamRequest extends Message<NewAudioStreamRequest> {\n /**\n * @generated from field: required uint64 track_handle = 1;\n */\n trackHandle?: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 2;\n */\n type?: AudioStreamType;\n\n /**\n * @generated from field: optional uint32 sample_rate = 3;\n */\n sampleRate?: number;\n\n /**\n * @generated from field: optional uint32 num_channels = 4;\n */\n numChannels?: number;\n\n constructor(data?: PartialMessage<NewAudioStreamRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioStreamRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"track_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"type\", kind: \"enum\", T: proto2.getEnumType(AudioStreamType), req: true },\n { no: 3, name: \"sample_rate\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n { no: 4, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioStreamRequest {\n return new NewAudioStreamRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioStreamRequest {\n return new NewAudioStreamRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioStreamRequest {\n return new NewAudioStreamRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioStreamRequest | PlainMessage<NewAudioStreamRequest> | undefined, b: NewAudioStreamRequest | PlainMessage<NewAudioStreamRequest> | undefined): boolean {\n return proto2.util.equals(NewAudioStreamRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.NewAudioStreamResponse\n */\nexport class NewAudioStreamResponse extends Message<NewAudioStreamResponse> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioStream stream = 1;\n */\n stream?: OwnedAudioStream;\n\n constructor(data?: PartialMessage<NewAudioStreamResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioStreamResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"stream\", kind: \"message\", T: OwnedAudioStream, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioStreamResponse {\n return new NewAudioStreamResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioStreamResponse {\n return new NewAudioStreamResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioStreamResponse {\n return new NewAudioStreamResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioStreamResponse | PlainMessage<NewAudioStreamResponse> | undefined, b: NewAudioStreamResponse | PlainMessage<NewAudioStreamResponse> | undefined): boolean {\n return proto2.util.equals(NewAudioStreamResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioStreamFromParticipantRequest\n */\nexport class AudioStreamFromParticipantRequest extends Message<AudioStreamFromParticipantRequest> {\n /**\n * @generated from field: required uint64 participant_handle = 1;\n */\n participantHandle?: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 2;\n */\n type?: AudioStreamType;\n\n /**\n * @generated from field: optional livekit.proto.TrackSource track_source = 3;\n */\n trackSource?: TrackSource;\n\n /**\n * @generated from field: optional uint32 sample_rate = 5;\n */\n sampleRate?: number;\n\n /**\n * @generated from field: optional uint32 num_channels = 6;\n */\n numChannels?: number;\n\n constructor(data?: PartialMessage<AudioStreamFromParticipantRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioStreamFromParticipantRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"type\", kind: \"enum\", T: proto2.getEnumType(AudioStreamType), req: true },\n { no: 3, name: \"track_source\", kind: \"enum\", T: proto2.getEnumType(TrackSource), opt: true },\n { no: 5, name: \"sample_rate\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n { no: 6, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioStreamFromParticipantRequest {\n return new AudioStreamFromParticipantRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioStreamFromParticipantRequest {\n return new AudioStreamFromParticipantRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioStreamFromParticipantRequest {\n return new AudioStreamFromParticipantRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioStreamFromParticipantRequest | PlainMessage<AudioStreamFromParticipantRequest> | undefined, b: AudioStreamFromParticipantRequest | PlainMessage<AudioStreamFromParticipantRequest> | undefined): boolean {\n return proto2.util.equals(AudioStreamFromParticipantRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioStreamFromParticipantResponse\n */\nexport class AudioStreamFromParticipantResponse extends Message<AudioStreamFromParticipantResponse> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioStream stream = 1;\n */\n stream?: OwnedAudioStream;\n\n constructor(data?: PartialMessage<AudioStreamFromParticipantResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioStreamFromParticipantResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"stream\", kind: \"message\", T: OwnedAudioStream, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioStreamFromParticipantResponse {\n return new AudioStreamFromParticipantResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioStreamFromParticipantResponse {\n return new AudioStreamFromParticipantResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioStreamFromParticipantResponse {\n return new AudioStreamFromParticipantResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioStreamFromParticipantResponse | PlainMessage<AudioStreamFromParticipantResponse> | undefined, b: AudioStreamFromParticipantResponse | PlainMessage<AudioStreamFromParticipantResponse> | undefined): boolean {\n return proto2.util.equals(AudioStreamFromParticipantResponse, a, b);\n }\n}\n\n/**\n * Create a new AudioSource\n *\n * @generated from message livekit.proto.NewAudioSourceRequest\n */\nexport class NewAudioSourceRequest extends Message<NewAudioSourceRequest> {\n /**\n * @generated from field: required livekit.proto.AudioSourceType type = 1;\n */\n type?: AudioSourceType;\n\n /**\n * @generated from field: optional livekit.proto.AudioSourceOptions options = 2;\n */\n options?: AudioSourceOptions;\n\n /**\n * @generated from field: required uint32 sample_rate = 3;\n */\n sampleRate?: number;\n\n /**\n * @generated from field: required uint32 num_channels = 4;\n */\n numChannels?: number;\n\n /**\n * @generated from field: optional uint32 queue_size_ms = 5;\n */\n queueSizeMs?: number;\n\n constructor(data?: PartialMessage<NewAudioSourceRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioSourceRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"type\", kind: \"enum\", T: proto2.getEnumType(AudioSourceType), req: true },\n { no: 2, name: \"options\", kind: \"message\", T: AudioSourceOptions, opt: true },\n { no: 3, name: \"sample_rate\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 4, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 5, name: \"queue_size_ms\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioSourceRequest {\n return new NewAudioSourceRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioSourceRequest {\n return new NewAudioSourceRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioSourceRequest {\n return new NewAudioSourceRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioSourceRequest | PlainMessage<NewAudioSourceRequest> | undefined, b: NewAudioSourceRequest | PlainMessage<NewAudioSourceRequest> | undefined): boolean {\n return proto2.util.equals(NewAudioSourceRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.NewAudioSourceResponse\n */\nexport class NewAudioSourceResponse extends Message<NewAudioSourceResponse> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioSource source = 1;\n */\n source?: OwnedAudioSource;\n\n constructor(data?: PartialMessage<NewAudioSourceResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioSourceResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"source\", kind: \"message\", T: OwnedAudioSource, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioSourceResponse {\n return new NewAudioSourceResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioSourceResponse {\n return new NewAudioSourceResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioSourceResponse {\n return new NewAudioSourceResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioSourceResponse | PlainMessage<NewAudioSourceResponse> | undefined, b: NewAudioSourceResponse | PlainMessage<NewAudioSourceResponse> | undefined): boolean {\n return proto2.util.equals(NewAudioSourceResponse, a, b);\n }\n}\n\n/**\n * Push a frame to an AudioSource \n * The data provided must be available as long as the client receive the callback.\n *\n * @generated from message livekit.proto.CaptureAudioFrameRequest\n */\nexport class CaptureAudioFrameRequest extends Message<CaptureAudioFrameRequest> {\n /**\n * @generated from field: required uint64 source_handle = 1;\n */\n sourceHandle?: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo buffer = 2;\n */\n buffer?: AudioFrameBufferInfo;\n\n constructor(data?: PartialMessage<CaptureAudioFrameRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.CaptureAudioFrameRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"source_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"buffer\", kind: \"message\", T: AudioFrameBufferInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CaptureAudioFrameRequest {\n return new CaptureAudioFrameRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CaptureAudioFrameRequest {\n return new CaptureAudioFrameRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CaptureAudioFrameRequest {\n return new CaptureAudioFrameRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: CaptureAudioFrameRequest | PlainMessage<CaptureAudioFrameRequest> | undefined, b: CaptureAudioFrameRequest | PlainMessage<CaptureAudioFrameRequest> | undefined): boolean {\n return proto2.util.equals(CaptureAudioFrameRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.CaptureAudioFrameResponse\n */\nexport class CaptureAudioFrameResponse extends Message<CaptureAudioFrameResponse> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<CaptureAudioFrameResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.CaptureAudioFrameResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CaptureAudioFrameResponse {\n return new CaptureAudioFrameResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CaptureAudioFrameResponse {\n return new CaptureAudioFrameResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CaptureAudioFrameResponse {\n return new CaptureAudioFrameResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: CaptureAudioFrameResponse | PlainMessage<CaptureAudioFrameResponse> | undefined, b: CaptureAudioFrameResponse | PlainMessage<CaptureAudioFrameResponse> | undefined): boolean {\n return proto2.util.equals(CaptureAudioFrameResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.CaptureAudioFrameCallback\n */\nexport class CaptureAudioFrameCallback extends Message<CaptureAudioFrameCallback> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n /**\n * @generated from field: optional string error = 2;\n */\n error?: string;\n\n constructor(data?: PartialMessage<CaptureAudioFrameCallback>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.CaptureAudioFrameCallback\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"error\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CaptureAudioFrameCallback {\n return new CaptureAudioFrameCallback().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CaptureAudioFrameCallback {\n return new CaptureAudioFrameCallback().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CaptureAudioFrameCallback {\n return new CaptureAudioFrameCallback().fromJsonString(jsonString, options);\n }\n\n static equals(a: CaptureAudioFrameCallback | PlainMessage<CaptureAudioFrameCallback> | undefined, b: CaptureAudioFrameCallback | PlainMessage<CaptureAudioFrameCallback> | undefined): boolean {\n return proto2.util.equals(CaptureAudioFrameCallback, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.ClearAudioBufferRequest\n */\nexport class ClearAudioBufferRequest extends Message<ClearAudioBufferRequest> {\n /**\n * @generated from field: required uint64 source_handle = 1;\n */\n sourceHandle?: bigint;\n\n constructor(data?: PartialMessage<ClearAudioBufferRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.ClearAudioBufferRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"source_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClearAudioBufferRequest {\n return new ClearAudioBufferRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClearAudioBufferRequest {\n return new ClearAudioBufferRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClearAudioBufferRequest {\n return new ClearAudioBufferRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: ClearAudioBufferRequest | PlainMessage<ClearAudioBufferRequest> | undefined, b: ClearAudioBufferRequest | PlainMessage<ClearAudioBufferRequest> | undefined): boolean {\n return proto2.util.equals(ClearAudioBufferRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.ClearAudioBufferResponse\n */\nexport class ClearAudioBufferResponse extends Message<ClearAudioBufferResponse> {\n constructor(data?: PartialMessage<ClearAudioBufferResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.ClearAudioBufferResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClearAudioBufferResponse {\n return new ClearAudioBufferResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClearAudioBufferResponse {\n return new ClearAudioBufferResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClearAudioBufferResponse {\n return new ClearAudioBufferResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: ClearAudioBufferResponse | PlainMessage<ClearAudioBufferResponse> | undefined, b: ClearAudioBufferResponse | PlainMessage<ClearAudioBufferResponse> | undefined): boolean {\n return proto2.util.equals(ClearAudioBufferResponse, a, b);\n }\n}\n\n/**\n * Create a new AudioResampler\n *\n * @generated from message livekit.proto.NewAudioResamplerRequest\n */\nexport class NewAudioResamplerRequest extends Message<NewAudioResamplerRequest> {\n constructor(data?: PartialMessage<NewAudioResamplerRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioResamplerRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioResamplerRequest {\n return new NewAudioResamplerRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioResamplerRequest {\n return new NewAudioResamplerRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioResamplerRequest {\n return new NewAudioResamplerRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioResamplerRequest | PlainMessage<NewAudioResamplerRequest> | undefined, b: NewAudioResamplerRequest | PlainMessage<NewAudioResamplerRequest> | undefined): boolean {\n return proto2.util.equals(NewAudioResamplerRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.NewAudioResamplerResponse\n */\nexport class NewAudioResamplerResponse extends Message<NewAudioResamplerResponse> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioResampler resampler = 1;\n */\n resampler?: OwnedAudioResampler;\n\n constructor(data?: PartialMessage<NewAudioResamplerResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewAudioResamplerResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"resampler\", kind: \"message\", T: OwnedAudioResampler, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewAudioResamplerResponse {\n return new NewAudioResamplerResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewAudioResamplerResponse {\n return new NewAudioResamplerResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewAudioResamplerResponse {\n return new NewAudioResamplerResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewAudioResamplerResponse | PlainMessage<NewAudioResamplerResponse> | undefined, b: NewAudioResamplerResponse | PlainMessage<NewAudioResamplerResponse> | undefined): boolean {\n return proto2.util.equals(NewAudioResamplerResponse, a, b);\n }\n}\n\n/**\n * Remix and resample an audio frame\n *\n * @generated from message livekit.proto.RemixAndResampleRequest\n */\nexport class RemixAndResampleRequest extends Message<RemixAndResampleRequest> {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle?: bigint;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo buffer = 2;\n */\n buffer?: AudioFrameBufferInfo;\n\n /**\n * @generated from field: required uint32 num_channels = 3;\n */\n numChannels?: number;\n\n /**\n * @generated from field: required uint32 sample_rate = 4;\n */\n sampleRate?: number;\n\n constructor(data?: PartialMessage<RemixAndResampleRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RemixAndResampleRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"resampler_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"buffer\", kind: \"message\", T: AudioFrameBufferInfo, req: true },\n { no: 3, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 4, name: \"sample_rate\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemixAndResampleRequest {\n return new RemixAndResampleRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemixAndResampleRequest {\n return new RemixAndResampleRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemixAndResampleRequest {\n return new RemixAndResampleRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: RemixAndResampleRequest | PlainMessage<RemixAndResampleRequest> | undefined, b: RemixAndResampleRequest | PlainMessage<RemixAndResampleRequest> | undefined): boolean {\n return proto2.util.equals(RemixAndResampleRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.RemixAndResampleResponse\n */\nexport class RemixAndResampleResponse extends Message<RemixAndResampleResponse> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioFrameBuffer buffer = 1;\n */\n buffer?: OwnedAudioFrameBuffer;\n\n constructor(data?: PartialMessage<RemixAndResampleResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RemixAndResampleResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"buffer\", kind: \"message\", T: OwnedAudioFrameBuffer, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemixAndResampleResponse {\n return new RemixAndResampleResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemixAndResampleResponse {\n return new RemixAndResampleResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemixAndResampleResponse {\n return new RemixAndResampleResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: RemixAndResampleResponse | PlainMessage<RemixAndResampleResponse> | undefined, b: RemixAndResampleResponse | PlainMessage<RemixAndResampleResponse> | undefined): boolean {\n return proto2.util.equals(RemixAndResampleResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.NewSoxResamplerRequest\n */\nexport class NewSoxResamplerRequest extends Message<NewSoxResamplerRequest> {\n /**\n * @generated from field: required double input_rate = 1;\n */\n inputRate?: number;\n\n /**\n * @generated from field: required double output_rate = 2;\n */\n outputRate?: number;\n\n /**\n * @generated from field: required uint32 num_channels = 3;\n */\n numChannels?: number;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerDataType input_data_type = 4;\n */\n inputDataType?: SoxResamplerDataType;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerDataType output_data_type = 5;\n */\n outputDataType?: SoxResamplerDataType;\n\n /**\n * @generated from field: required livekit.proto.SoxQualityRecipe quality_recipe = 6;\n */\n qualityRecipe?: SoxQualityRecipe;\n\n /**\n * @generated from field: optional uint32 flags = 7;\n */\n flags?: number;\n\n constructor(data?: PartialMessage<NewSoxResamplerRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewSoxResamplerRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"input_rate\", kind: \"scalar\", T: 1 /* ScalarType.DOUBLE */, req: true },\n { no: 2, name: \"output_rate\", kind: \"scalar\", T: 1 /* ScalarType.DOUBLE */, req: true },\n { no: 3, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 4, name: \"input_data_type\", kind: \"enum\", T: proto2.getEnumType(SoxResamplerDataType), req: true },\n { no: 5, name: \"output_data_type\", kind: \"enum\", T: proto2.getEnumType(SoxResamplerDataType), req: true },\n { no: 6, name: \"quality_recipe\", kind: \"enum\", T: proto2.getEnumType(SoxQualityRecipe), req: true },\n { no: 7, name: \"flags\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewSoxResamplerRequest {\n return new NewSoxResamplerRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewSoxResamplerRequest {\n return new NewSoxResamplerRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewSoxResamplerRequest {\n return new NewSoxResamplerRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewSoxResamplerRequest | PlainMessage<NewSoxResamplerRequest> | undefined, b: NewSoxResamplerRequest | PlainMessage<NewSoxResamplerRequest> | undefined): boolean {\n return proto2.util.equals(NewSoxResamplerRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.NewSoxResamplerResponse\n */\nexport class NewSoxResamplerResponse extends Message<NewSoxResamplerResponse> {\n /**\n * @generated from oneof livekit.proto.NewSoxResamplerResponse.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.OwnedSoxResampler resampler = 1;\n */\n value: OwnedSoxResampler;\n case: \"resampler\";\n } | {\n /**\n * @generated from field: string error = 2;\n */\n value: string;\n case: \"error\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<NewSoxResamplerResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.NewSoxResamplerResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"resampler\", kind: \"message\", T: OwnedSoxResampler, oneof: \"message\" },\n { no: 2, name: \"error\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NewSoxResamplerResponse {\n return new NewSoxResamplerResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NewSoxResamplerResponse {\n return new NewSoxResamplerResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NewSoxResamplerResponse {\n return new NewSoxResamplerResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: NewSoxResamplerResponse | PlainMessage<NewSoxResamplerResponse> | undefined, b: NewSoxResamplerResponse | PlainMessage<NewSoxResamplerResponse> | undefined): boolean {\n return proto2.util.equals(NewSoxResamplerResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.PushSoxResamplerRequest\n */\nexport class PushSoxResamplerRequest extends Message<PushSoxResamplerRequest> {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle?: bigint;\n\n /**\n * *const i16\n *\n * @generated from field: required uint64 data_ptr = 2;\n */\n dataPtr?: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 3;\n */\n size?: number;\n\n constructor(data?: PartialMessage<PushSoxResamplerRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.PushSoxResamplerRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"resampler_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"data_ptr\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 3, name: \"size\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PushSoxResamplerRequest {\n return new PushSoxResamplerRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PushSoxResamplerRequest {\n return new PushSoxResamplerRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PushSoxResamplerRequest {\n return new PushSoxResamplerRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: PushSoxResamplerRequest | PlainMessage<PushSoxResamplerRequest> | undefined, b: PushSoxResamplerRequest | PlainMessage<PushSoxResamplerRequest> | undefined): boolean {\n return proto2.util.equals(PushSoxResamplerRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.PushSoxResamplerResponse\n */\nexport class PushSoxResamplerResponse extends Message<PushSoxResamplerResponse> {\n /**\n * *const i16 (could be null)\n *\n * @generated from field: required uint64 output_ptr = 1;\n */\n outputPtr?: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 2;\n */\n size?: number;\n\n /**\n * @generated from field: optional string error = 3;\n */\n error?: string;\n\n constructor(data?: PartialMessage<PushSoxResamplerResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.PushSoxResamplerResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"output_ptr\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"size\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 3, name: \"error\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PushSoxResamplerResponse {\n return new PushSoxResamplerResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PushSoxResamplerResponse {\n return new PushSoxResamplerResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PushSoxResamplerResponse {\n return new PushSoxResamplerResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: PushSoxResamplerResponse | PlainMessage<PushSoxResamplerResponse> | undefined, b: PushSoxResamplerResponse | PlainMessage<PushSoxResamplerResponse> | undefined): boolean {\n return proto2.util.equals(PushSoxResamplerResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.FlushSoxResamplerRequest\n */\nexport class FlushSoxResamplerRequest extends Message<FlushSoxResamplerRequest> {\n /**\n * @generated from field: required uint64 resampler_handle = 1;\n */\n resamplerHandle?: bigint;\n\n constructor(data?: PartialMessage<FlushSoxResamplerRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FlushSoxResamplerRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"resampler_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FlushSoxResamplerRequest {\n return new FlushSoxResamplerRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FlushSoxResamplerRequest {\n return new FlushSoxResamplerRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FlushSoxResamplerRequest {\n return new FlushSoxResamplerRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: FlushSoxResamplerRequest | PlainMessage<FlushSoxResamplerRequest> | undefined, b: FlushSoxResamplerRequest | PlainMessage<FlushSoxResamplerRequest> | undefined): boolean {\n return proto2.util.equals(FlushSoxResamplerRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.FlushSoxResamplerResponse\n */\nexport class FlushSoxResamplerResponse extends Message<FlushSoxResamplerResponse> {\n /**\n * *const i16 (could be null)\n *\n * @generated from field: required uint64 output_ptr = 1;\n */\n outputPtr?: bigint;\n\n /**\n * in bytes\n *\n * @generated from field: required uint32 size = 2;\n */\n size?: number;\n\n /**\n * @generated from field: optional string error = 3;\n */\n error?: string;\n\n constructor(data?: PartialMessage<FlushSoxResamplerResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FlushSoxResamplerResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"output_ptr\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"size\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 3, name: \"error\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FlushSoxResamplerResponse {\n return new FlushSoxResamplerResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FlushSoxResamplerResponse {\n return new FlushSoxResamplerResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FlushSoxResamplerResponse {\n return new FlushSoxResamplerResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: FlushSoxResamplerResponse | PlainMessage<FlushSoxResamplerResponse> | undefined, b: FlushSoxResamplerResponse | PlainMessage<FlushSoxResamplerResponse> | undefined): boolean {\n return proto2.util.equals(FlushSoxResamplerResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioFrameBufferInfo\n */\nexport class AudioFrameBufferInfo extends Message<AudioFrameBufferInfo> {\n /**\n * *const i16\n *\n * @generated from field: required uint64 data_ptr = 1;\n */\n dataPtr?: bigint;\n\n /**\n * @generated from field: required uint32 num_channels = 2;\n */\n numChannels?: number;\n\n /**\n * @generated from field: required uint32 sample_rate = 3;\n */\n sampleRate?: number;\n\n /**\n * @generated from field: required uint32 samples_per_channel = 4;\n */\n samplesPerChannel?: number;\n\n constructor(data?: PartialMessage<AudioFrameBufferInfo>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioFrameBufferInfo\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"data_ptr\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"num_channels\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 3, name: \"sample_rate\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 4, name: \"samples_per_channel\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioFrameBufferInfo {\n return new AudioFrameBufferInfo().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioFrameBufferInfo {\n return new AudioFrameBufferInfo().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioFrameBufferInfo {\n return new AudioFrameBufferInfo().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioFrameBufferInfo | PlainMessage<AudioFrameBufferInfo> | undefined, b: AudioFrameBufferInfo | PlainMessage<AudioFrameBufferInfo> | undefined): boolean {\n return proto2.util.equals(AudioFrameBufferInfo, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.OwnedAudioFrameBuffer\n */\nexport class OwnedAudioFrameBuffer extends Message<OwnedAudioFrameBuffer> {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioFrameBufferInfo info = 2;\n */\n info?: AudioFrameBufferInfo;\n\n constructor(data?: PartialMessage<OwnedAudioFrameBuffer>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.OwnedAudioFrameBuffer\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"handle\", kind: \"message\", T: FfiOwnedHandle, req: true },\n { no: 2, name: \"info\", kind: \"message\", T: AudioFrameBufferInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OwnedAudioFrameBuffer {\n return new OwnedAudioFrameBuffer().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OwnedAudioFrameBuffer {\n return new OwnedAudioFrameBuffer().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OwnedAudioFrameBuffer {\n return new OwnedAudioFrameBuffer().fromJsonString(jsonString, options);\n }\n\n static equals(a: OwnedAudioFrameBuffer | PlainMessage<OwnedAudioFrameBuffer> | undefined, b: OwnedAudioFrameBuffer | PlainMessage<OwnedAudioFrameBuffer> | undefined): boolean {\n return proto2.util.equals(OwnedAudioFrameBuffer, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioStreamInfo\n */\nexport class AudioStreamInfo extends Message<AudioStreamInfo> {\n /**\n * @generated from field: required livekit.proto.AudioStreamType type = 1;\n */\n type?: AudioStreamType;\n\n constructor(data?: PartialMessage<AudioStreamInfo>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioStreamInfo\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"type\", kind: \"enum\", T: proto2.getEnumType(AudioStreamType), req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioStreamInfo {\n return new AudioStreamInfo().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioStreamInfo {\n return new AudioStreamInfo().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioStreamInfo {\n return new AudioStreamInfo().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioStreamInfo | PlainMessage<AudioStreamInfo> | undefined, b: AudioStreamInfo | PlainMessage<AudioStreamInfo> | undefined): boolean {\n return proto2.util.equals(AudioStreamInfo, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.OwnedAudioStream\n */\nexport class OwnedAudioStream extends Message<OwnedAudioStream> {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioStreamInfo info = 2;\n */\n info?: AudioStreamInfo;\n\n constructor(data?: PartialMessage<OwnedAudioStream>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.OwnedAudioStream\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"handle\", kind: \"message\", T: FfiOwnedHandle, req: true },\n { no: 2, name: \"info\", kind: \"message\", T: AudioStreamInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OwnedAudioStream {\n return new OwnedAudioStream().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OwnedAudioStream {\n return new OwnedAudioStream().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OwnedAudioStream {\n return new OwnedAudioStream().fromJsonString(jsonString, options);\n }\n\n static equals(a: OwnedAudioStream | PlainMessage<OwnedAudioStream> | undefined, b: OwnedAudioStream | PlainMessage<OwnedAudioStream> | undefined): boolean {\n return proto2.util.equals(OwnedAudioStream, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioStreamEvent\n */\nexport class AudioStreamEvent extends Message<AudioStreamEvent> {\n /**\n * @generated from field: required uint64 stream_handle = 1;\n */\n streamHandle?: bigint;\n\n /**\n * @generated from oneof livekit.proto.AudioStreamEvent.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.AudioFrameReceived frame_received = 2;\n */\n value: AudioFrameReceived;\n case: \"frameReceived\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamEOS eos = 3;\n */\n value: AudioStreamEOS;\n case: \"eos\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<AudioStreamEvent>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioStreamEvent\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"stream_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"frame_received\", kind: \"message\", T: AudioFrameReceived, oneof: \"message\" },\n { no: 3, name: \"eos\", kind: \"message\", T: AudioStreamEOS, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioStreamEvent {\n return new AudioStreamEvent().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioStreamEvent {\n return new AudioStreamEvent().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioStreamEvent {\n return new AudioStreamEvent().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioStreamEvent | PlainMessage<AudioStreamEvent> | undefined, b: AudioStreamEvent | PlainMessage<AudioStreamEvent> | undefined): boolean {\n return proto2.util.equals(AudioStreamEvent, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioFrameReceived\n */\nexport class AudioFrameReceived extends Message<AudioFrameReceived> {\n /**\n * @generated from field: required livekit.proto.OwnedAudioFrameBuffer frame = 1;\n */\n frame?: OwnedAudioFrameBuffer;\n\n constructor(data?: PartialMessage<AudioFrameReceived>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioFrameReceived\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"frame\", kind: \"message\", T: OwnedAudioFrameBuffer, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioFrameReceived {\n return new AudioFrameReceived().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioFrameReceived {\n return new AudioFrameReceived().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioFrameReceived {\n return new AudioFrameReceived().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioFrameReceived | PlainMessage<AudioFrameReceived> | undefined, b: AudioFrameReceived | PlainMessage<AudioFrameReceived> | undefined): boolean {\n return proto2.util.equals(AudioFrameReceived, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioStreamEOS\n */\nexport class AudioStreamEOS extends Message<AudioStreamEOS> {\n constructor(data?: PartialMessage<AudioStreamEOS>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioStreamEOS\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioStreamEOS {\n return new AudioStreamEOS().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioStreamEOS {\n return new AudioStreamEOS().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioStreamEOS {\n return new AudioStreamEOS().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioStreamEOS | PlainMessage<AudioStreamEOS> | undefined, b: AudioStreamEOS | PlainMessage<AudioStreamEOS> | undefined): boolean {\n return proto2.util.equals(AudioStreamEOS, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioSourceOptions\n */\nexport class AudioSourceOptions extends Message<AudioSourceOptions> {\n /**\n * @generated from field: required bool echo_cancellation = 1;\n */\n echoCancellation?: boolean;\n\n /**\n * @generated from field: required bool noise_suppression = 2;\n */\n noiseSuppression?: boolean;\n\n /**\n * @generated from field: required bool auto_gain_control = 3;\n */\n autoGainControl?: boolean;\n\n constructor(data?: PartialMessage<AudioSourceOptions>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioSourceOptions\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"echo_cancellation\", kind: \"scalar\", T: 8 /* ScalarType.BOOL */, req: true },\n { no: 2, name: \"noise_suppression\", kind: \"scalar\", T: 8 /* ScalarType.BOOL */, req: true },\n { no: 3, name: \"auto_gain_control\", kind: \"scalar\", T: 8 /* ScalarType.BOOL */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioSourceOptions {\n return new AudioSourceOptions().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioSourceOptions {\n return new AudioSourceOptions().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioSourceOptions {\n return new AudioSourceOptions().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioSourceOptions | PlainMessage<AudioSourceOptions> | undefined, b: AudioSourceOptions | PlainMessage<AudioSourceOptions> | undefined): boolean {\n return proto2.util.equals(AudioSourceOptions, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioSourceInfo\n */\nexport class AudioSourceInfo extends Message<AudioSourceInfo> {\n /**\n * @generated from field: required livekit.proto.AudioSourceType type = 2;\n */\n type?: AudioSourceType;\n\n constructor(data?: PartialMessage<AudioSourceInfo>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioSourceInfo\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 2, name: \"type\", kind: \"enum\", T: proto2.getEnumType(AudioSourceType), req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioSourceInfo {\n return new AudioSourceInfo().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioSourceInfo {\n return new AudioSourceInfo().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioSourceInfo {\n return new AudioSourceInfo().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioSourceInfo | PlainMessage<AudioSourceInfo> | undefined, b: AudioSourceInfo | PlainMessage<AudioSourceInfo> | undefined): boolean {\n return proto2.util.equals(AudioSourceInfo, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.OwnedAudioSource\n */\nexport class OwnedAudioSource extends Message<OwnedAudioSource> {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioSourceInfo info = 2;\n */\n info?: AudioSourceInfo;\n\n constructor(data?: PartialMessage<OwnedAudioSource>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.OwnedAudioSource\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"handle\", kind: \"message\", T: FfiOwnedHandle, req: true },\n { no: 2, name: \"info\", kind: \"message\", T: AudioSourceInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OwnedAudioSource {\n return new OwnedAudioSource().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OwnedAudioSource {\n return new OwnedAudioSource().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OwnedAudioSource {\n return new OwnedAudioSource().fromJsonString(jsonString, options);\n }\n\n static equals(a: OwnedAudioSource | PlainMessage<OwnedAudioSource> | undefined, b: OwnedAudioSource | PlainMessage<OwnedAudioSource> | undefined): boolean {\n return proto2.util.equals(OwnedAudioSource, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.AudioResamplerInfo\n */\nexport class AudioResamplerInfo extends Message<AudioResamplerInfo> {\n constructor(data?: PartialMessage<AudioResamplerInfo>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.AudioResamplerInfo\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioResamplerInfo {\n return new AudioResamplerInfo().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioResamplerInfo {\n return new AudioResamplerInfo().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioResamplerInfo {\n return new AudioResamplerInfo().fromJsonString(jsonString, options);\n }\n\n static equals(a: AudioResamplerInfo | PlainMessage<AudioResamplerInfo> | undefined, b: AudioResamplerInfo | PlainMessage<AudioResamplerInfo> | undefined): boolean {\n return proto2.util.equals(AudioResamplerInfo, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.OwnedAudioResampler\n */\nexport class OwnedAudioResampler extends Message<OwnedAudioResampler> {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.AudioResamplerInfo info = 2;\n */\n info?: AudioResamplerInfo;\n\n constructor(data?: PartialMessage<OwnedAudioResampler>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.OwnedAudioResampler\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"handle\", kind: \"message\", T: FfiOwnedHandle, req: true },\n { no: 2, name: \"info\", kind: \"message\", T: AudioResamplerInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OwnedAudioResampler {\n return new OwnedAudioResampler().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OwnedAudioResampler {\n return new OwnedAudioResampler().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OwnedAudioResampler {\n return new OwnedAudioResampler().fromJsonString(jsonString, options);\n }\n\n static equals(a: OwnedAudioResampler | PlainMessage<OwnedAudioResampler> | undefined, b: OwnedAudioResampler | PlainMessage<OwnedAudioResampler> | undefined): boolean {\n return proto2.util.equals(OwnedAudioResampler, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.SoxResamplerInfo\n */\nexport class SoxResamplerInfo extends Message<SoxResamplerInfo> {\n constructor(data?: PartialMessage<SoxResamplerInfo>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.SoxResamplerInfo\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SoxResamplerInfo {\n return new SoxResamplerInfo().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SoxResamplerInfo {\n return new SoxResamplerInfo().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SoxResamplerInfo {\n return new SoxResamplerInfo().fromJsonString(jsonString, options);\n }\n\n static equals(a: SoxResamplerInfo | PlainMessage<SoxResamplerInfo> | undefined, b: SoxResamplerInfo | PlainMessage<SoxResamplerInfo> | undefined): boolean {\n return proto2.util.equals(SoxResamplerInfo, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.OwnedSoxResampler\n */\nexport class OwnedSoxResampler extends Message<OwnedSoxResampler> {\n /**\n * @generated from field: required livekit.proto.FfiOwnedHandle handle = 1;\n */\n handle?: FfiOwnedHandle;\n\n /**\n * @generated from field: required livekit.proto.SoxResamplerInfo info = 2;\n */\n info?: SoxResamplerInfo;\n\n constructor(data?: PartialMessage<OwnedSoxResampler>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.OwnedSoxResampler\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"handle\", kind: \"message\", T: FfiOwnedHandle, req: true },\n { no: 2, name: \"info\", kind: \"message\", T: SoxResamplerInfo, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OwnedSoxResampler {\n return new OwnedSoxResampler().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OwnedSoxResampler {\n return new OwnedSoxResampler().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OwnedSoxResampler {\n return new OwnedSoxResampler().fromJsonString(jsonString, options);\n }\n\n static equals(a: OwnedSoxResampler | PlainMessage<OwnedSoxResampler> | undefined, b: OwnedSoxResampler | PlainMessage<OwnedSoxResampler> | undefined): boolean {\n return proto2.util.equals(OwnedSoxResampler, a, b);\n }\n}\n\n"],"mappings":"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","names":["SoxResamplerDataType","SoxQualityRecipe","SoxFlagBits","AudioStreamType","AudioSourceType"]}