@remotion/media-utils 4.0.357 → 4.0.358

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.audioBufferToDataUrl = void 0;
4
4
  const audio_buffer_to_wav_1 = require("./audio-buffer-to-wav");
5
5
  /*
6
- * @description Takes an AudioBuffer instance and converts it to a Base 64 Data URL so it can be passed to an <Audio /> tag.
6
+ * @description Takes an AudioBuffer instance and converts it to a Base 64 Data URL so it can be passed to an <Html5Audio /> tag.
7
7
  * @see [Documentation](https://remotion.dev/docs/audio-buffer-to-data-url)
8
8
  */
9
9
  const audioBufferToDataUrl = (buffer) => {
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
- "repository": {
3
- "url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils"
4
- },
5
- "name": "@remotion/media-utils",
6
- "version": "4.0.357",
7
- "description": "Utilities for working with media files",
8
- "main": "dist/index.js",
9
- "sideEffects": false,
10
- "author": "Jonny Burger <jonny@remotion.dev>",
11
- "license": "MIT",
12
- "bugs": {
13
- "url": "https://github.com/remotion-dev/remotion/issues"
14
- },
15
- "dependencies": {
16
- "remotion": "4.0.357"
17
- },
18
- "peerDependencies": {
19
- "react": ">=16.8.0",
20
- "react-dom": ">=16.8.0"
21
- },
22
- "devDependencies": {
23
- "eslint": "9.19.0",
24
- "@remotion/eslint-config-internal": "4.0.357"
25
- },
26
- "keywords": [
27
- "remotion",
28
- "ffmpeg",
29
- "video",
30
- "react",
31
- "player"
32
- ],
33
- "publishConfig": {
34
- "access": "public"
35
- },
36
- "homepage": "https://www.remotion.dev/docs/media-utils",
37
- "scripts": {
38
- "formatting": "prettier --experimental-cli src --check",
39
- "lint": "eslint src",
40
- "make": "tsc -d"
41
- }
42
- }
2
+ "repository": {
3
+ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils"
4
+ },
5
+ "name": "@remotion/media-utils",
6
+ "version": "4.0.358",
7
+ "description": "Utilities for working with media files",
8
+ "main": "dist/index.js",
9
+ "sideEffects": false,
10
+ "scripts": {
11
+ "formatting": "prettier --experimental-cli src --check",
12
+ "lint": "eslint src",
13
+ "make": "tsc -d"
14
+ },
15
+ "author": "Jonny Burger <jonny@remotion.dev>",
16
+ "license": "MIT",
17
+ "bugs": {
18
+ "url": "https://github.com/remotion-dev/remotion/issues"
19
+ },
20
+ "dependencies": {
21
+ "remotion": "4.0.357"
22
+ },
23
+ "peerDependencies": {
24
+ "react": ">=16.8.0",
25
+ "react-dom": ">=16.8.0"
26
+ },
27
+ "devDependencies": {
28
+ "@remotion/eslint-config-internal": "4.0.357",
29
+ "eslint": "9.19.0"
30
+ },
31
+ "keywords": [
32
+ "remotion",
33
+ "ffmpeg",
34
+ "video",
35
+ "react",
36
+ "player"
37
+ ],
38
+ "publishConfig": {
39
+ "access": "public"
40
+ },
41
+ "homepage": "https://www.remotion.dev/docs/media-utils"
42
+ }