We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to figure out how to do music visualizations and have been trying to look at other people's codes, but every single time I get an error that reads "The type AudioInput (or AudioOutput) is ambiguous" I can't figure out how to fix this error, or if there is something in my library that I'm missing. Please help
Answers
Ambiguous means there are more than 1
class
orinterface
w/ that very name.Either remove 1 of the "offending" libraries or specify the whole path of the library like:
ddf.minim.AudioInput