storage_metadata->getPath(); $contentType = 'audio/' . pathinfo($path, PATHINFO_EXTENSION); header("X-Sendfile: $path"); header("Content-Type: $contentType"); header('Content-Disposition: inline; filename="' . basename($path) . '"'); exit; } }