Java-DSP is a digital signal processing application that captures audio data, performs FFT (Fast Fourier Transform), and visualizes frequency data in real-time.
- Real-time audio capture and processing.
- Frequency visualization using JFreeChart.
- Configurable sampling frequency and FFT size.
- Java 17 or higher.
- Maven for dependency management.
- Install Java 17.
- Clone the repository.
- Run
mvn clean installto build the project. - Execute the application using
java -jar target/Java-DSP.jar.
- Updated to JDK 17.
- Removed dependency on
.formfile. - Refactored variable names to follow industry standards.
This project is licensed under the MIT License.