Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynsrc/kotlin-javafx-canvas-audio
Transforms microphone input to graphics on canvas
https://github.com/ynsrc/kotlin-javafx-canvas-audio
audio audio-analysis audio-processing audio-visualizer javafx kotlin
Last synced: 7 days ago
JSON representation
Transforms microphone input to graphics on canvas
- Host: GitHub
- URL: https://github.com/ynsrc/kotlin-javafx-canvas-audio
- Owner: ynsrc
- License: unlicense
- Created: 2024-05-08T15:19:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T04:54:43.000Z (6 months ago)
- Last Synced: 2024-05-09T17:16:00.095Z (6 months ago)
- Topics: audio, audio-analysis, audio-processing, audio-visualizer, javafx, kotlin
- Language: Kotlin
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An Example JFX Application
This app samples audio raw PCM data and converts it to graphics on canvas.
This project is in a very early stage. It is aimed to add noise profile
analysis feature using algorithms such as Fast Fourier Transform (FFT).# How it works?
Samples audio data as 2 bytes (16 bits) from microphone as little-endian
short data type. And visualizes samples on canvas.![Screenshot](screenshots/screenshot.png)
# License
The Unlicense. Feel free to use or change it how you need.