import type { Metadata } from "next"; import TempoAnalyzer from "@/components/TempoAnalyzer"; export const metadata: Metadata = { title: "Analyze Audio", description: "Upload an audio file, detect the tempo, and generate a CTP tempo map with AI assistance.", }; export default function AnalyzePage() { return (
Tempo Analysis
Upload your audio file. The app detects the BPM in your browser, then uses AI to generate a complete{" "} CTP tempo map — including sections, time signatures, and any tempo changes.
How it works: