Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 675 Bytes

acoustics-simulator

Simulation of audio waves by solving the Partial Differential Equation (PDE) of the wave-function.

Dependencies

  • optional: ffmpeg (in case the output videos shall be merged to a video)

Building and starting

To build and start with cargo

make

Create a video

For merging output images into a single video

make output.mp4

Example Output Image

This is one of the created images:
output.png

Example Output Video

This is the merged video:
output.mp4