@qvac/decoder-audio 0.2.7 → 0.2.9
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.
- package/lib/ffmpeg/ffmpeg-decoder.js +4 -2
- package/package.json +3 -5
- package/prebuilds/android-arm/qvac__decoder-audio.bare +0 -0
- package/prebuilds/android-arm64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/android-ia32/qvac__decoder-audio.bare +0 -0
- package/prebuilds/android-x64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__decoder-audio.bare.exports +15 -7
- package/prebuilds/ios-arm64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/ios-arm64/qvac__decoder-audio.bare.exports +15 -7
- package/prebuilds/ios-arm64-simulator/qvac__decoder-audio.bare +0 -0
- package/prebuilds/ios-arm64-simulator/qvac__decoder-audio.bare.exports +15 -7
- package/prebuilds/ios-x64-simulator/qvac__decoder-audio.bare +0 -0
- package/prebuilds/ios-x64-simulator/qvac__decoder-audio.bare.exports +14 -6
- package/prebuilds/linux-x64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/win32-x64/qvac__decoder-audio.bare +0 -0
- package/prebuilds/win32-x64/qvac__decoder-audio.bare.exports +0 -0
|
@@ -243,8 +243,10 @@ class FFmpegDecoder extends BaseInference {
|
|
|
243
243
|
)
|
|
244
244
|
samples.fill(output)
|
|
245
245
|
|
|
246
|
-
|
|
247
|
-
|
|
246
|
+
let flushCount
|
|
247
|
+
while ((flushCount = resampler.flush(output)) > 0) {
|
|
248
|
+
const actualLength = OUTPUT_FORMAT_BYTE_LENGTH * flushCount * output.channelLayout.nbChannels
|
|
249
|
+
const chunk = Buffer.from(samples.data.subarray(0, actualLength))
|
|
248
250
|
job.response.updateOutput({ outputArray: chunk })
|
|
249
251
|
}
|
|
250
252
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qvac/decoder-audio",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Tether",
|
|
@@ -9,15 +9,13 @@
|
|
|
9
9
|
"addon": true,
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test:dts": "tsc index.d.ts --noEmit --esModuleInterop --skipLibCheck",
|
|
12
|
-
"test:unit": "
|
|
12
|
+
"test:unit": "brittle-bare test/unit/*.test.js",
|
|
13
13
|
"test": "npm run test:unit && npm run test:integration",
|
|
14
14
|
"coverage:unit": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && npx istanbul report html --include=coverage/unit/coverage-final.json",
|
|
15
15
|
"coverage": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && npx istanbul report html --include=coverage/unit/coverage-final.json",
|
|
16
16
|
"lint": "standard \"test/**/*.js\" \"*.js\"",
|
|
17
17
|
"lint:fix": "standard --fix \"test/**/*.js\" \"*.js\"",
|
|
18
|
-
"test:
|
|
19
|
-
"test:integration:generate": "brittle -r test/integration/all.js test/integration/*.test.js",
|
|
20
|
-
"test:integration": "npm run test:integration:generate && bare test/integration/all.js"
|
|
18
|
+
"test:integration": "brittle-bare test/integration/*.test.js"
|
|
21
19
|
},
|
|
22
20
|
"files": [
|
|
23
21
|
"binding.js",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
],
|
|
8
8
|
"current_versions": [
|
|
9
9
|
{
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.9"
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"exported_symbols": [
|
|
@@ -312,9 +312,17 @@
|
|
|
312
312
|
"_ff_tx_tab_1024_double"
|
|
313
313
|
],
|
|
314
314
|
"weak": [
|
|
315
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
316
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
317
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
318
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
319
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
|
|
320
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
315
321
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
316
322
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E",
|
|
323
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
|
|
317
324
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
325
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
318
326
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E"
|
|
319
327
|
]
|
|
320
328
|
},
|
|
@@ -756,8 +764,8 @@
|
|
|
756
764
|
"__ZN22qvac_lib_decoder_audio5pauseEP8js_env_sP18js_callback_info_s",
|
|
757
765
|
"_g_scanner_eof",
|
|
758
766
|
"_gst_navigation_query_parse_commands_nth",
|
|
759
|
-
"_gst_tag_image_type_get_type",
|
|
760
767
|
"_g_path_buf_new_from_path",
|
|
768
|
+
"_gst_tag_image_type_get_type",
|
|
761
769
|
"_gst_element_add_property_notify_watch",
|
|
762
770
|
"_g_unichar_get_script",
|
|
763
771
|
"_gst_query_parse_buffering_percent",
|
|
@@ -1327,8 +1335,8 @@
|
|
|
1327
1335
|
"_gst_structure_id_str_has_field",
|
|
1328
1336
|
"_gst_library_error_quark",
|
|
1329
1337
|
"_av_dynarray_add_nofree",
|
|
1330
|
-
"_g_error_get_type",
|
|
1331
1338
|
"_gst_audio_base_sink_slave_method_get_type",
|
|
1339
|
+
"_g_error_get_type",
|
|
1332
1340
|
"_gst_plugin_get_license",
|
|
1333
1341
|
"_gst_date_time_unref",
|
|
1334
1342
|
"_g_lstat",
|
|
@@ -4259,8 +4267,8 @@
|
|
|
4259
4267
|
"_vorbis_synthesis_idheader",
|
|
4260
4268
|
"_oggpack_get_buffer",
|
|
4261
4269
|
"_av_find_best_stream",
|
|
4262
|
-
"_gst_bit_reader_peek_bits_uint32",
|
|
4263
4270
|
"_gst_ancillary_meta_api_get_type",
|
|
4271
|
+
"_gst_bit_reader_peek_bits_uint32",
|
|
4264
4272
|
"_gst_pad_get_pad_template",
|
|
4265
4273
|
"_gst_byte_reader_skip",
|
|
4266
4274
|
"_av_image_check_sar",
|
|
@@ -5656,10 +5664,10 @@
|
|
|
5656
5664
|
"_av_buffersink_get_sample_rate",
|
|
5657
5665
|
"_ffi_closure_trampoline_table_page",
|
|
5658
5666
|
"_g_queue_copy",
|
|
5659
|
-
"_gst_bin_recalculate_latency",
|
|
5660
5667
|
"_g_pointer_bit_unlock",
|
|
5661
5668
|
"_g_unix_open_pipe",
|
|
5662
5669
|
"_opus_multistream_decode_float",
|
|
5670
|
+
"_gst_bin_recalculate_latency",
|
|
5663
5671
|
"_gst_byte_reader_new",
|
|
5664
5672
|
"_gst_bin_remove",
|
|
5665
5673
|
"_gst_audio_encoder_finish_frame",
|
|
@@ -7008,11 +7016,11 @@
|
|
|
7008
7016
|
"_ff_format_io_close",
|
|
7009
7017
|
"_gst_tag_list_copy_value",
|
|
7010
7018
|
"_av_filter_iterate",
|
|
7011
|
-
"_g_date_time_to_unix_usec",
|
|
7012
7019
|
"_g_param_spec_gtype",
|
|
7013
|
-
"
|
|
7020
|
+
"_g_date_time_to_unix_usec",
|
|
7014
7021
|
"_ff_make_absolute_url2",
|
|
7015
7022
|
"_avio_wb24",
|
|
7023
|
+
"_uncompress",
|
|
7016
7024
|
"_ff_is_http_proto",
|
|
7017
7025
|
"_g_closure_new_simple",
|
|
7018
7026
|
"_g_type_query",
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
],
|
|
8
8
|
"current_versions": [
|
|
9
9
|
{
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.9"
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"exported_symbols": [
|
|
@@ -312,9 +312,17 @@
|
|
|
312
312
|
"_ff_tx_tab_1024_double"
|
|
313
313
|
],
|
|
314
314
|
"weak": [
|
|
315
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
316
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
317
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
318
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
319
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
|
|
320
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
315
321
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
316
322
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E",
|
|
323
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
|
|
317
324
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
325
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
318
326
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E"
|
|
319
327
|
]
|
|
320
328
|
},
|
|
@@ -756,8 +764,8 @@
|
|
|
756
764
|
"__ZN22qvac_lib_decoder_audio5pauseEP8js_env_sP18js_callback_info_s",
|
|
757
765
|
"_g_scanner_eof",
|
|
758
766
|
"_gst_navigation_query_parse_commands_nth",
|
|
759
|
-
"_gst_tag_image_type_get_type",
|
|
760
767
|
"_g_path_buf_new_from_path",
|
|
768
|
+
"_gst_tag_image_type_get_type",
|
|
761
769
|
"_gst_element_add_property_notify_watch",
|
|
762
770
|
"_g_unichar_get_script",
|
|
763
771
|
"_gst_query_parse_buffering_percent",
|
|
@@ -1327,8 +1335,8 @@
|
|
|
1327
1335
|
"_gst_structure_id_str_has_field",
|
|
1328
1336
|
"_gst_library_error_quark",
|
|
1329
1337
|
"_av_dynarray_add_nofree",
|
|
1330
|
-
"_g_error_get_type",
|
|
1331
1338
|
"_gst_audio_base_sink_slave_method_get_type",
|
|
1339
|
+
"_g_error_get_type",
|
|
1332
1340
|
"_gst_plugin_get_license",
|
|
1333
1341
|
"_gst_date_time_unref",
|
|
1334
1342
|
"_g_lstat",
|
|
@@ -4259,8 +4267,8 @@
|
|
|
4259
4267
|
"_vorbis_synthesis_idheader",
|
|
4260
4268
|
"_oggpack_get_buffer",
|
|
4261
4269
|
"_av_find_best_stream",
|
|
4262
|
-
"_gst_bit_reader_peek_bits_uint32",
|
|
4263
4270
|
"_gst_ancillary_meta_api_get_type",
|
|
4271
|
+
"_gst_bit_reader_peek_bits_uint32",
|
|
4264
4272
|
"_gst_pad_get_pad_template",
|
|
4265
4273
|
"_gst_byte_reader_skip",
|
|
4266
4274
|
"_av_image_check_sar",
|
|
@@ -5656,10 +5664,10 @@
|
|
|
5656
5664
|
"_av_buffersink_get_sample_rate",
|
|
5657
5665
|
"_ffi_closure_trampoline_table_page",
|
|
5658
5666
|
"_g_queue_copy",
|
|
5659
|
-
"_gst_bin_recalculate_latency",
|
|
5660
5667
|
"_g_pointer_bit_unlock",
|
|
5661
5668
|
"_g_unix_open_pipe",
|
|
5662
5669
|
"_opus_multistream_decode_float",
|
|
5670
|
+
"_gst_bin_recalculate_latency",
|
|
5663
5671
|
"_gst_byte_reader_new",
|
|
5664
5672
|
"_gst_bin_remove",
|
|
5665
5673
|
"_gst_audio_encoder_finish_frame",
|
|
@@ -7008,11 +7016,11 @@
|
|
|
7008
7016
|
"_ff_format_io_close",
|
|
7009
7017
|
"_gst_tag_list_copy_value",
|
|
7010
7018
|
"_av_filter_iterate",
|
|
7011
|
-
"_g_date_time_to_unix_usec",
|
|
7012
7019
|
"_g_param_spec_gtype",
|
|
7013
|
-
"
|
|
7020
|
+
"_g_date_time_to_unix_usec",
|
|
7014
7021
|
"_ff_make_absolute_url2",
|
|
7015
7022
|
"_avio_wb24",
|
|
7023
|
+
"_uncompress",
|
|
7016
7024
|
"_ff_is_http_proto",
|
|
7017
7025
|
"_g_closure_new_simple",
|
|
7018
7026
|
"_g_type_query",
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
],
|
|
8
8
|
"current_versions": [
|
|
9
9
|
{
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.9"
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"exported_symbols": [
|
|
@@ -312,9 +312,17 @@
|
|
|
312
312
|
"_ff_tx_tab_1024_double"
|
|
313
313
|
],
|
|
314
314
|
"weak": [
|
|
315
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
316
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
317
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
318
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
319
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
|
|
320
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
315
321
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
316
322
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E",
|
|
323
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
|
|
317
324
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
325
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
318
326
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E"
|
|
319
327
|
]
|
|
320
328
|
},
|
|
@@ -756,8 +764,8 @@
|
|
|
756
764
|
"__ZN22qvac_lib_decoder_audio5pauseEP8js_env_sP18js_callback_info_s",
|
|
757
765
|
"_g_scanner_eof",
|
|
758
766
|
"_gst_navigation_query_parse_commands_nth",
|
|
759
|
-
"_gst_tag_image_type_get_type",
|
|
760
767
|
"_g_path_buf_new_from_path",
|
|
768
|
+
"_gst_tag_image_type_get_type",
|
|
761
769
|
"_gst_element_add_property_notify_watch",
|
|
762
770
|
"_g_unichar_get_script",
|
|
763
771
|
"_gst_query_parse_buffering_percent",
|
|
@@ -1327,8 +1335,8 @@
|
|
|
1327
1335
|
"_gst_structure_id_str_has_field",
|
|
1328
1336
|
"_gst_library_error_quark",
|
|
1329
1337
|
"_av_dynarray_add_nofree",
|
|
1330
|
-
"_g_error_get_type",
|
|
1331
1338
|
"_gst_audio_base_sink_slave_method_get_type",
|
|
1339
|
+
"_g_error_get_type",
|
|
1332
1340
|
"_gst_plugin_get_license",
|
|
1333
1341
|
"_gst_date_time_unref",
|
|
1334
1342
|
"_g_lstat",
|
|
@@ -4259,8 +4267,8 @@
|
|
|
4259
4267
|
"_vorbis_synthesis_idheader",
|
|
4260
4268
|
"_oggpack_get_buffer",
|
|
4261
4269
|
"_av_find_best_stream",
|
|
4262
|
-
"_gst_bit_reader_peek_bits_uint32",
|
|
4263
4270
|
"_gst_ancillary_meta_api_get_type",
|
|
4271
|
+
"_gst_bit_reader_peek_bits_uint32",
|
|
4264
4272
|
"_gst_pad_get_pad_template",
|
|
4265
4273
|
"_gst_byte_reader_skip",
|
|
4266
4274
|
"_av_image_check_sar",
|
|
@@ -5656,10 +5664,10 @@
|
|
|
5656
5664
|
"_av_buffersink_get_sample_rate",
|
|
5657
5665
|
"_ffi_closure_trampoline_table_page",
|
|
5658
5666
|
"_g_queue_copy",
|
|
5659
|
-
"_gst_bin_recalculate_latency",
|
|
5660
5667
|
"_g_pointer_bit_unlock",
|
|
5661
5668
|
"_g_unix_open_pipe",
|
|
5662
5669
|
"_opus_multistream_decode_float",
|
|
5670
|
+
"_gst_bin_recalculate_latency",
|
|
5663
5671
|
"_gst_byte_reader_new",
|
|
5664
5672
|
"_gst_bin_remove",
|
|
5665
5673
|
"_gst_audio_encoder_finish_frame",
|
|
@@ -7008,11 +7016,11 @@
|
|
|
7008
7016
|
"_ff_format_io_close",
|
|
7009
7017
|
"_gst_tag_list_copy_value",
|
|
7010
7018
|
"_av_filter_iterate",
|
|
7011
|
-
"_g_date_time_to_unix_usec",
|
|
7012
7019
|
"_g_param_spec_gtype",
|
|
7013
|
-
"
|
|
7020
|
+
"_g_date_time_to_unix_usec",
|
|
7014
7021
|
"_ff_make_absolute_url2",
|
|
7015
7022
|
"_avio_wb24",
|
|
7023
|
+
"_uncompress",
|
|
7016
7024
|
"_ff_is_http_proto",
|
|
7017
7025
|
"_g_closure_new_simple",
|
|
7018
7026
|
"_g_type_query",
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
],
|
|
8
8
|
"current_versions": [
|
|
9
9
|
{
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.9"
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"exported_symbols": [
|
|
@@ -313,14 +313,22 @@
|
|
|
313
313
|
"_ff_tx_tab_1024_double"
|
|
314
314
|
],
|
|
315
315
|
"weak": [
|
|
316
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
316
317
|
"__ZTSNSt3__110__function6__baseIFbON22qvac_lib_decoder_audio17GstPipelineOutputEEEE",
|
|
318
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
319
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
317
320
|
"__ZTIN28qvac_lib_inference_addon_cpp2js5ErrorE",
|
|
321
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
318
322
|
"__ZTSN28qvac_lib_inference_addon_cpp2js5ErrorE",
|
|
323
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
|
|
324
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
319
325
|
"__ZTINSt3__117bad_function_callE",
|
|
320
326
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
321
327
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E",
|
|
322
328
|
"__ZTINSt3__110__function6__baseIFbON22qvac_lib_decoder_audio17GstPipelineOutputEEEE",
|
|
329
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
|
|
323
330
|
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE10instances_E",
|
|
331
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
324
332
|
"__ZTSNSt3__117bad_function_callE",
|
|
325
333
|
"__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN22qvac_lib_decoder_audio11GstPipelineEEEE13instancesMtx_E"
|
|
326
334
|
]
|
|
@@ -761,8 +769,8 @@
|
|
|
761
769
|
"__ZN22qvac_lib_decoder_audio5pauseEP8js_env_sP18js_callback_info_s",
|
|
762
770
|
"_g_scanner_eof",
|
|
763
771
|
"_gst_navigation_query_parse_commands_nth",
|
|
764
|
-
"_gst_tag_image_type_get_type",
|
|
765
772
|
"_g_path_buf_new_from_path",
|
|
773
|
+
"_gst_tag_image_type_get_type",
|
|
766
774
|
"_gst_element_add_property_notify_watch",
|
|
767
775
|
"_g_unichar_get_script",
|
|
768
776
|
"_gst_query_parse_buffering_percent",
|
|
@@ -1330,8 +1338,8 @@
|
|
|
1330
1338
|
"_gst_structure_id_str_has_field",
|
|
1331
1339
|
"_gst_library_error_quark",
|
|
1332
1340
|
"_av_dynarray_add_nofree",
|
|
1333
|
-
"_g_error_get_type",
|
|
1334
1341
|
"_gst_audio_base_sink_slave_method_get_type",
|
|
1342
|
+
"_g_error_get_type",
|
|
1335
1343
|
"_gst_plugin_get_license",
|
|
1336
1344
|
"_gst_date_time_unref",
|
|
1337
1345
|
"_g_lstat",
|
|
@@ -4248,8 +4256,8 @@
|
|
|
4248
4256
|
"_vorbis_synthesis_idheader",
|
|
4249
4257
|
"_oggpack_get_buffer",
|
|
4250
4258
|
"_av_find_best_stream",
|
|
4251
|
-
"_gst_bit_reader_peek_bits_uint32",
|
|
4252
4259
|
"_gst_ancillary_meta_api_get_type",
|
|
4260
|
+
"_gst_bit_reader_peek_bits_uint32",
|
|
4253
4261
|
"_gst_pad_get_pad_template",
|
|
4254
4262
|
"_gst_byte_reader_skip",
|
|
4255
4263
|
"_av_image_check_sar",
|
|
@@ -6986,11 +6994,11 @@
|
|
|
6986
6994
|
"_ff_format_io_close",
|
|
6987
6995
|
"_gst_tag_list_copy_value",
|
|
6988
6996
|
"_av_filter_iterate",
|
|
6989
|
-
"_g_date_time_to_unix_usec",
|
|
6990
6997
|
"_g_param_spec_gtype",
|
|
6991
|
-
"
|
|
6998
|
+
"_g_date_time_to_unix_usec",
|
|
6992
6999
|
"_ff_make_absolute_url2",
|
|
6993
7000
|
"_avio_wb24",
|
|
7001
|
+
"_uncompress",
|
|
6994
7002
|
"_ff_is_http_proto",
|
|
6995
7003
|
"_g_closure_new_simple",
|
|
6996
7004
|
"_g_type_query",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|