Mahyar Koshkouei

Results 100 comments of Mahyar Koshkouei

Hi! Thanks for your interest and kind words. I've never looked in to camera support on the Raspberry Pi. Note that the two sets of camera pins are different. One...

I had no idea! KiCad has differential matching support, so that shouldn't be too much of an issue.

Are you able to post one of these mp3 files for me to test?

The file seems to be corrupted (missing header?). `ffprobe` was unable to correctly display information on this file. ``` [mp3 @ 0000025519d38000] Format mp3 detected only with low score of...

The only problem with this is the toll on performance, especially with large folders, as each audio file would need to be opened and have its metadata checked. To mitigate...

I'll look in to libfaad2. According to http://www.audiocoding.com/faad2.html binary distributions require a patent license. I'm not sure whether this means it can be included in ctrmus or not.

According to [this](https://en.wikipedia.org/wiki/Advanced_Audio_Coding#Licensing_and_patents) if I were to add AAC decoding (using any AAC decoding library) then I would only be able to distribute my application in source form to avoid...

According to [VIA Licensing](http://www.via-corp.com/licensing/aac/faq.html), a license is required to add an AAC decoder. AAC is therefore non-free and will not be added to ctrmus unfortunately, unless I'm reading this incorrectly....

ffmpeg now has a fully open AAC encoder (& decoder) that does not seem to require a license to use. So AAC support can still be considered. [Here](https://www.reddit.com/r/3dshacks/comments/5nl1zi/wip_ctrmus_3ds_music_player/dcdll5n/) was the...

Yes, I will at some point. I'm still trying to get my head around threads and how they work on the 3DS for queue support. I think once queue and...