ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
536 stars 64 forks source link

AudioDevice imposes RtAudio dependency #17

Closed meshula closed 7 years ago

meshula commented 7 years ago

I was pointing someone at libnyquist, but they objected due to needing to link WMF or CoreAudio. I think that comes from the AudioDevice dependency on RtAudio?

I think AudioDevice should be reserved for the examples and tests, but not be in the library itself, as it isn't used anywhere else in the codecs?

ddiakopoulos commented 7 years ago

Yeah! Good catch, I 100% agree. I can fix it :)

ddiakopoulos commented 7 years ago

Should be fixed in 77938cd0be8a1d724457ec900dfc4e58015d00fa

meshula commented 7 years ago

Thanks!