sfx volume
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -65,7 +65,7 @@ const Images = React.memo(({entry, index}) => {
|
|
65 |
}}
|
66 |
className="bg-black"
|
67 |
>
|
68 |
-
<Audio src={staticFile('sfx_1.mp3')} />
|
69 |
<Img
|
70 |
id="imagex"
|
71 |
style={{
|
|
|
65 |
}}
|
66 |
className="bg-black"
|
67 |
>
|
68 |
+
<Audio src={staticFile('sfx_1.mp3')} volume={0.5} />
|
69 |
<Img
|
70 |
id="imagex"
|
71 |
style={{
|