Skip to content

Commit

Permalink
added background sound
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Jul 18, 2024
1 parent e4c7f02 commit f3b81dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
Binary file added data/sound/episode3/background.mp3
Binary file not shown.
24 changes: 5 additions & 19 deletions zkmarek/video/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,10 @@
]

EPISODE2 = [
Intro(
sound="data/sound/episode2/slide1-0.mp3",
background_sound="data/sound/episode2/background.mp3",
),
Intro(sound="data/sound/episode2/slide1-0.mp3", background_sound="data/sound/episode2/background.mp3"),
Sponsored(),
PreviouslyOn(),
TitleSlide(
"Digital Signature Algorithm",
pre_wait_time=1.5,
sound="data/sound/episode2/slide4-0.mp3",
),
TitleSlide("Digital Signature Algorithm", pre_wait_time=1.5, sound="data/sound/episode2/slide4-0.mp3"),
DigitalSignatureInterface(),
Signature(),
Deterministic(),
Expand All @@ -161,23 +154,16 @@
]

TEASER3 = [
Intro(
sound="data/sound/teaser3/slide0-0.mp3",
background_sound="data/sound/teaser3/background.mp3",
),
Intro(sound="data/sound/teaser3/slide0-0.mp3", background_sound="data/sound/teaser3/background.mp3"),
Sponsored(),
E2Reference(
"Intuition behind digital signature",
sound="data/sound/teaser3/slide3.mp3",
pre_wait_time=1.5,
),
E2Reference("Intuition behind digital signature", sound="data/sound/teaser3/slide3.mp3", pre_wait_time=1.5),
Intuition(),
Subscribe("data/sound/episode1/s28.wav"),
CreditsT3(),
]

EPISODE3 = [
Intro(sound="data/sound/teaser2/slide0-0.mp3"),
Intro(sound="data/sound/teaser2/slide0-0.mp3", background_sound="data/sound/episode3/background.mp3",),
Sponsored(),
Introduction(),
TitleSlide("Pairing", sound="data/sound/episode3/slide1-4.mp3", wait_time=3.5),
Expand Down

0 comments on commit f3b81dc

Please sign in to comment.