Open Issues Need Help
View All on GitHub Fine control over audio input 2 months ago
AI Summary: Implement fine-grained control over audio input within the Lux Vitae C++ renderer. This involves allowing a user-defined functor to specify the frequency and bandwidth of the audio input. For narrow bandwidths, a simple harmonic oscillator (SHO) should be used; otherwise, a Fast Fourier Transform (FFT) should be employed.
Complexity:
4/5
help wanted C++ Audio