museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
81 stars 14 forks source link

Add support for recursively searching "audio" directory for WAVs #64

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

This also updates the relative-path checking (useful in case the project is moved between computers) to account for nested directories.

The walkdir crate has been added in order to perform the recursive directory walk.