echonest / remix

Echo Nest Remix: The Internet Synthesizer
http://echonest.github.com/remix
414 stars 90 forks source link

Allowing unicode filenames #15

Closed dfm closed 11 years ago

dfm commented 11 years ago

This makes it so that an exception isn't raised if the path or id provided to the AudioAnalysis object is unicode instead of str. It's definitely not a vital change but I generally work with unicode strings internally so this would just be a little nicer for me. I don't think that this should break anything.

Thanks for this awesome API/module!