ai 5.0.13 → 5.0.14

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/dist/index.mjs CHANGED
@@ -514,6 +514,31 @@ var audioMediaTypeSignatures = [
514
514
  bytesPrefix: [255, 251],
515
515
  base64Prefix: "//s="
516
516
  },
517
+ {
518
+ mediaType: "audio/mpeg",
519
+ bytesPrefix: [255, 250],
520
+ base64Prefix: "//o="
521
+ },
522
+ {
523
+ mediaType: "audio/mpeg",
524
+ bytesPrefix: [255, 243],
525
+ base64Prefix: "//M="
526
+ },
527
+ {
528
+ mediaType: "audio/mpeg",
529
+ bytesPrefix: [255, 242],
530
+ base64Prefix: "//I="
531
+ },
532
+ {
533
+ mediaType: "audio/mpeg",
534
+ bytesPrefix: [255, 227],
535
+ base64Prefix: "/+M="
536
+ },
537
+ {
538
+ mediaType: "audio/mpeg",
539
+ bytesPrefix: [255, 226],
540
+ base64Prefix: "/+I="
541
+ },
517
542
  {
518
543
  mediaType: "audio/wav",
519
544
  bytesPrefix: [82, 73, 70, 70],