damellis / PCM

Arduino library for simple playback of audio samples using pulse-code modulation.
http://hlt.media.mit.edu/?p=1963
81 stars 26 forks source link

Library name conflict on PlatformIO #5

Open AndreiRegiani opened 5 years ago

AndreiRegiani commented 5 years ago

On file library.properties

This name is already being used by another library: https://github.com/TMRh20/TMRpcm

When I installed dependency "PCM" on the platformio.ini of my project it installed the one above, causing compilation errors with your example code.

My workaround was to specify your library via id:

lib_deps = 
        1608
AndreiRegiani commented 5 years ago

Just noticed they have a different name on their repo, but inside the IDE it shows the same name, not sure where to report this issue.