@omnimedia/omnitool 1.1.0-3 → 1.1.0-5

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 (127) hide show
  1. package/package.json +11 -9
  2. package/s/context.ts +1 -1
  3. package/s/demo/demo.bundle.ts +6 -2
  4. package/s/demo/routines/filmstrip-test.ts +2 -2
  5. package/s/demo/routines/transcriber-test.ts +34 -0
  6. package/s/demo/routines/transitions-test.ts +43 -0
  7. package/s/driver/fns/host.ts +7 -6
  8. package/s/driver/fns/schematic.ts +1 -1
  9. package/s/driver/fns/work.ts +116 -119
  10. package/s/driver/utils/load-decoder-source.ts +3 -4
  11. package/s/features/speech/transcribe/default-spec.ts +11 -0
  12. package/s/features/speech/transcribe/parts/load-pipe.ts +19 -0
  13. package/s/features/speech/transcribe/parts/prep-audio.ts +23 -0
  14. package/s/features/speech/transcribe/parts/transcribe.ts +70 -0
  15. package/s/features/speech/transcribe/transcriber.ts +46 -0
  16. package/s/features/speech/transcribe/types.ts +82 -0
  17. package/s/features/speech/transcribe/worker.bundle.ts +40 -0
  18. package/s/features/transition/parts/fragment.ts +24 -0
  19. package/s/features/transition/parts/types.ts +94 -0
  20. package/s/features/transition/parts/uniforms.ts +29 -0
  21. package/s/features/transition/parts/vertex.ts +31 -0
  22. package/s/features/transition/transition.ts +60 -0
  23. package/s/timeline/utils/checksum.ts +2 -1
  24. package/s/tools/common/loader.ts +26 -0
  25. package/s/tools/common/transformer-pipeline.ts +26 -0
  26. package/s/tools/speech-recognition/common/model.ts +26 -0
  27. package/s/tools/speech-recognition/whisper/fns/host.ts +25 -0
  28. package/s/tools/speech-recognition/whisper/fns/schematic.ts +23 -0
  29. package/s/tools/speech-recognition/whisper/fns/work.ts +91 -0
  30. package/s/tools/speech-recognition/whisper/parts/types.ts +38 -0
  31. package/s/tools/speech-recognition/whisper/parts/worker.bundle.ts +7 -0
  32. package/s/tools/speech-recognition/whisper/tool.ts +70 -0
  33. package/x/context.js +1 -1
  34. package/x/context.js.map +1 -1
  35. package/x/demo/demo.bundle.js +6 -2
  36. package/x/demo/demo.bundle.js.map +1 -1
  37. package/x/demo/demo.bundle.min.js +6 -6
  38. package/x/demo/demo.bundle.min.js.map +4 -4
  39. package/x/demo/routines/filmstrip-test.d.ts +1 -1
  40. package/x/demo/routines/filmstrip-test.js +2 -2
  41. package/x/demo/routines/filmstrip-test.js.map +1 -1
  42. package/x/demo/routines/transcriber-test.d.ts +4 -0
  43. package/x/demo/routines/transcriber-test.js +33 -0
  44. package/x/demo/routines/transcriber-test.js.map +1 -0
  45. package/x/demo/routines/transitions-test.d.ts +5 -0
  46. package/x/demo/routines/transitions-test.js +35 -0
  47. package/x/demo/routines/transitions-test.js.map +1 -0
  48. package/x/driver/driver.worker.bundle.min.js +80 -80
  49. package/x/driver/driver.worker.bundle.min.js.map +4 -4
  50. package/x/driver/fns/host.js +3 -3
  51. package/x/driver/fns/host.js.map +1 -1
  52. package/x/driver/fns/schematic.d.ts +1 -1
  53. package/x/driver/fns/work.js +8 -8
  54. package/x/driver/fns/work.js.map +1 -1
  55. package/x/driver/utils/load-decoder-source.d.ts +2 -1
  56. package/x/driver/utils/load-decoder-source.js +2 -3
  57. package/x/driver/utils/load-decoder-source.js.map +1 -1
  58. package/x/features/speech/transcribe/default-spec.d.ts +2 -0
  59. package/x/features/speech/transcribe/default-spec.js +8 -0
  60. package/x/features/speech/transcribe/default-spec.js.map +1 -0
  61. package/x/features/speech/transcribe/parts/load-pipe.d.ts +2 -0
  62. package/x/features/speech/transcribe/parts/load-pipe.js +13 -0
  63. package/x/features/speech/transcribe/parts/load-pipe.js.map +1 -0
  64. package/x/features/speech/transcribe/parts/prep-audio.d.ts +5 -0
  65. package/x/features/speech/transcribe/parts/prep-audio.js +21 -0
  66. package/x/features/speech/transcribe/parts/prep-audio.js.map +1 -0
  67. package/x/features/speech/transcribe/parts/transcribe.d.ts +5 -0
  68. package/x/features/speech/transcribe/parts/transcribe.js +56 -0
  69. package/x/features/speech/transcribe/parts/transcribe.js.map +1 -0
  70. package/x/features/speech/transcribe/transcriber.d.ts +5 -0
  71. package/x/features/speech/transcribe/transcriber.js +33 -0
  72. package/x/features/speech/transcribe/transcriber.js.map +1 -0
  73. package/x/features/speech/transcribe/types.d.ts +66 -0
  74. package/x/features/speech/transcribe/types.js +2 -0
  75. package/x/features/speech/transcribe/types.js.map +1 -0
  76. package/x/features/speech/transcribe/worker.bundle.d.ts +1 -0
  77. package/x/features/speech/transcribe/worker.bundle.js +33 -0
  78. package/x/features/speech/transcribe/worker.bundle.js.map +1 -0
  79. package/x/features/speech/transcribe/worker.bundle.min.js +2916 -0
  80. package/x/features/speech/transcribe/worker.bundle.min.js.map +7 -0
  81. package/x/features/transition/parts/fragment.d.ts +1 -0
  82. package/x/features/transition/parts/fragment.js +25 -0
  83. package/x/features/transition/parts/fragment.js.map +1 -0
  84. package/x/features/transition/parts/types.d.ts +23 -0
  85. package/x/features/transition/parts/types.js +2 -0
  86. package/x/features/transition/parts/types.js.map +1 -0
  87. package/x/features/transition/parts/uniforms.d.ts +31 -0
  88. package/x/features/transition/parts/uniforms.js +27 -0
  89. package/x/features/transition/parts/uniforms.js.map +1 -0
  90. package/x/features/transition/parts/vertex.d.ts +1 -0
  91. package/x/features/transition/parts/vertex.js +32 -0
  92. package/x/features/transition/parts/vertex.js.map +1 -0
  93. package/x/features/transition/transition.d.ts +5 -0
  94. package/x/features/transition/transition.js +50 -0
  95. package/x/features/transition/transition.js.map +1 -0
  96. package/x/index.html +2 -2
  97. package/x/timeline/utils/checksum.js +2 -1
  98. package/x/timeline/utils/checksum.js.map +1 -1
  99. package/x/tools/common/loader.d.ts +19 -0
  100. package/x/tools/common/loader.js +18 -0
  101. package/x/tools/common/loader.js.map +1 -0
  102. package/x/tools/common/transformer-pipeline.d.ts +8 -0
  103. package/x/tools/common/transformer-pipeline.js +24 -0
  104. package/x/tools/common/transformer-pipeline.js.map +1 -0
  105. package/x/tools/speech-recognition/common/model.d.ts +14 -0
  106. package/x/tools/speech-recognition/common/model.js +16 -0
  107. package/x/tools/speech-recognition/common/model.js.map +1 -0
  108. package/x/tools/speech-recognition/whisper/fns/host.d.ts +13 -0
  109. package/x/tools/speech-recognition/whisper/fns/host.js +19 -0
  110. package/x/tools/speech-recognition/whisper/fns/host.js.map +1 -0
  111. package/x/tools/speech-recognition/whisper/fns/schematic.d.ts +19 -0
  112. package/x/tools/speech-recognition/whisper/fns/schematic.js +2 -0
  113. package/x/tools/speech-recognition/whisper/fns/schematic.js.map +1 -0
  114. package/x/tools/speech-recognition/whisper/fns/work.d.ts +12 -0
  115. package/x/tools/speech-recognition/whisper/fns/work.js +74 -0
  116. package/x/tools/speech-recognition/whisper/fns/work.js.map +1 -0
  117. package/x/tools/speech-recognition/whisper/parts/types.d.ts +31 -0
  118. package/x/tools/speech-recognition/whisper/parts/types.js +2 -0
  119. package/x/tools/speech-recognition/whisper/parts/types.js.map +1 -0
  120. package/x/tools/speech-recognition/whisper/parts/worker.bundle.d.ts +1 -0
  121. package/x/tools/speech-recognition/whisper/parts/worker.bundle.js +4 -0
  122. package/x/tools/speech-recognition/whisper/parts/worker.bundle.js.map +1 -0
  123. package/x/tools/speech-recognition/whisper/parts/worker.bundle.min.js +8 -0
  124. package/x/tools/speech-recognition/whisper/parts/worker.bundle.min.js.map +7 -0
  125. package/x/tools/speech-recognition/whisper/tool.d.ts +12 -0
  126. package/x/tools/speech-recognition/whisper/tool.js +63 -0
  127. package/x/tools/speech-recognition/whisper/tool.js.map +1 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.