alexmercerind / flutter_audio_desktop

[WIP] An 🎵 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
MIT License
52 stars 18 forks source link

disable cout for linux and fix casts. #12

Closed MichealReed closed 3 years ago

MichealReed commented 3 years ago

When testing for the upcoming set default changes I noticed std::cout throws casting issues on Linux. I commented these lines out for now and will work out a new method to send debug information across the method channel so that flutter can print versus relying on platforms to handle cout adequately.

MichealReed commented 3 years ago

Microsoft has always had their own little flavor of C++ and it's indeed much easier to work with in many cases. I discovered that std::endl was throwing the casting issues. The new device stuff is almost ready, need to finish the Windows side now.