Saturday, June 28, 2025
30.6 C
Singapore

Speculation arises that Mediacorp could have used “fake cheering” for NDP telecast

Reddit user u/SumikoTan has alleged that MediaCorp could have used “fake cheering” for the telecast of the National Day Parade (NDP) since there does not appear to be loud cheering in a recording that was taken on site at the Padang, compared to MediaCorp’s NDP telecast.

The netizen shared two videos, showing the purported difference between the cheering in the MediaCorp telecast as opposed to the scene on site at the NDP:

MEDIACORP TELECAST
LIVE FROM THE PADANG

While some agreed that the cheering on the telecast appears “fake” compared to the scene from the live recording on site, others have said that the cheering could have been caught by the multiple microphones MediaCorp would have installed in the area to better capture ambient sounds and cheering:

- Advertisement -

The Independent has approached MediaCorp for comment and will update this article once we receive a response.

See also  Soh Rui Yong on failed defamation suit: I forgive Malik and wish him all the best moving forward

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });