mulmocast 2.0.5 → 2.0.7

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.
@@ -0,0 +1,83 @@
1
+ {
2
+ "$mulmocast": {
3
+ "version": "1.1"
4
+ },
5
+ "lang": "ja",
6
+ "title": "All TTS Providers Test",
7
+ "speechParams": {
8
+ "speakers": {
9
+ "OpenAI": {
10
+ "provider": "openai",
11
+ "voiceId": "shimmer"
12
+ },
13
+ "Gemini": {
14
+ "provider": "gemini",
15
+ "voiceId": "Kore"
16
+ },
17
+ "Google": {
18
+ "provider": "google",
19
+ "voiceId": "ja-JP-Standard-A"
20
+ },
21
+ "ElevenLabs": {
22
+ "provider": "elevenlabs",
23
+ "voiceId": "3JDquces8E8bkmvbh6Bc"
24
+ },
25
+ "Nijivoice": {
26
+ "provider": "nijivoice",
27
+ "voiceId": "231e0170-0ece-4155-be44-231423062f41"
28
+ }
29
+ }
30
+ },
31
+ "beats": [
32
+ {
33
+ "speaker": "OpenAI",
34
+ "text": "こんにちは、テストです。",
35
+ "image": {
36
+ "type": "textSlide",
37
+ "slide": {
38
+ "title": "OpenAI TTS"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "speaker": "Gemini",
44
+ "text": "こんにちは、テストです。",
45
+ "image": {
46
+ "type": "textSlide",
47
+ "slide": {
48
+ "title": "Gemini TTS"
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "speaker": "Google",
54
+ "text": "こんにちは、テストです。",
55
+ "image": {
56
+ "type": "textSlide",
57
+ "slide": {
58
+ "title": "Google TTS"
59
+ }
60
+ }
61
+ },
62
+ {
63
+ "speaker": "ElevenLabs",
64
+ "text": "こんにちは、テストです。",
65
+ "image": {
66
+ "type": "textSlide",
67
+ "slide": {
68
+ "title": "ElevenLabs TTS"
69
+ }
70
+ }
71
+ },
72
+ {
73
+ "speaker": "Nijivoice",
74
+ "text": "こんにちは、テストです。",
75
+ "image": {
76
+ "type": "textSlide",
77
+ "slide": {
78
+ "title": "Nijivoice TTS"
79
+ }
80
+ }
81
+ }
82
+ ]
83
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "$mulmocast": { "version": "1.1" },
3
+ "imageParams": {
4
+ "provider": "google",
5
+ "style": "<style>Photo realistic.</style>"
6
+ },
7
+ "canvasSize": {
8
+ "width": 720,
9
+ "height": 1280
10
+ },
11
+ "lang": "en",
12
+ "movieParams": {
13
+ "provider": "google",
14
+ "model": "veo-3.1-generate-preview"
15
+ },
16
+ "beats": [
17
+ {
18
+ "moviePrompt": "A butterfly flying in slow motion",
19
+ "duration": 20
20
+ },
21
+ {
22
+ "moviePrompt": "Running Tiger",
23
+ "duration": 25
24
+ }
25
+ ]
26
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "$mulmocast": { "version": "1.1" },
3
+ "imageParams": {
4
+ "provider": "google",
5
+ "style": "<style>Photo realistic.</style>"
6
+ },
7
+ "canvasSize": {
8
+ "width": 720,
9
+ "height": 1280
10
+ },
11
+ "lang": "en",
12
+ "movieParams": {
13
+ "provider": "google",
14
+ "model": "veo-3.1-generate-preview"
15
+ },
16
+ "beats": [
17
+ {
18
+ "moviePrompt": "A butterfly flying in slow motion",
19
+ "duration": 20
20
+ }
21
+ ]
22
+ }
File without changes