SHARE
Audio
A Mother and Son Explore Grief
In this episode, CPN’s Jennifer Siedman talks with her son Noah about the days leading up to Noah’s brother, Ben’s passing. They explore grief, the pressures siblings feel and creating a new family dynamic.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">