How do I fix ambiguous audio input/output?

edited May 2015 in Library Questions

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 or interface w/ that very name.
    Either remove 1 of the "offending" libraries or specify the whole path of the library like:

    ddf.minim.AudioInput

Sign In or Register to comment.