91³Ô¹ÏÍø

Watch CBS News

A music festival in Dallas led to noise complaints from miles away. City officials are promising "to do better"

An electronic music festival in  over the weekend put on a show for more than just the fans in attendance. Residents for miles around the venue reported they could hear music thumping in their homes.

The Breakaway Music Festival was held at Fair Park in South Dallas on Friday and Saturday nights until 11 p.m. According to a map posted on the event's website, the stage was set up facing northeast in a parking lot outside the Fair Park Coliseum. 

Social media users reported hearing loud music at their homes east of White Rock Lake, up to five miles northeast of the stage.

The complaints prompted a response from at least two members of local government. 

City Council Member Adam Bazaldua posted a on Saturday evening, saying the positioning of the stage had an impact on how far the sound traveled.

"It currently faces open land, where there are no structures to help absorb or deflect sound. This placement was originally intended to minimize interference between Breakaway and events at Dos Equis Pavilion, but it has had unintended impacts on surrounding neighborhoods," Bazaldua said. Cloudy conditions were another factor, he added.

"City officials have spoken with both the Dos Equis Pavilion and Breakaway Music Festival teams. Each has acknowledged the concerns raised by residents and expressed a commitment to being responsible community partners," the statement said.

Dallas Park and Recreation Board member Rudy Karimi Sunday afternoon that he had also heard complaints and would be addressing the issue with the Park and Recreation Department's executive leadership team this week.

"From what I understand, the sound came from a temporary stage setup that does not have the same sound mitigation and dampening technology as permanent venues within Fair Park like the Dos Equis Pavilion. That distinction matters and it's something that needs to be carefully evaluated as future events are planned," Karimi said.

"I fully support activating Fair Park and bringing events that create energy and economic benefit for our city, but not at the expense of our surrounding communities' quality of life. I believe there's a better balance, and we will do the work required to find it and do better," he said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });