hello this is Select Portfolio Servicing please return an important call regarding your mortgage account ????? our website is available 24 hours a day 7 days a week at www.spservicing.com or you can download our mobile app mysps from either the Google Play or Apple App Store we can be reached Monday through Friday 8:00 a.m. to 9:00 p.m. and Saturday 8:00 a.m. to 2:00 p.m. eastern time
const wavesurfer = WaveSurfer.create({
container: document.getElementById(‘audioWave’),
waveColor: ‘#B6BACA’,
progressColor: ‘#010838’,
url: ‘https://storage.robocalls.ai/number-profile/recordings/4776239f-790d-4ea7-a92e-78a83486e363.mp3’,
barWidth: 3,
barGap: 3,
barRadius: 3,
cursorWidth: 0,
})
const playAudioWave = () => {
wavesurfer.playPause();
}
wavesurfer.on(‘finish’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “none”;
document.getElementById(‘play-audio-transcript’).style.display = “block”;
})
wavesurfer.on(‘play’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “block”;
document.getElementById(‘play-audio-transcript’).style.display = “none”;
window.dataLayer = window.dataLayer || []
window.dataLayer.push({
‘event’: ‘gtag_event’,
‘event_action’: ‘play’,
‘event_category’: ‘Audio’,
‘event_label’: ‘Play Audio’
})
})
wavesurfer.on(‘pause’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “none”;
document.getElementById(‘play-audio-transcript’).style.display = “block”;
})