Claus Matzinger
Claus Matzinger
Hey - just to emphasize, a compiler update for the SDK is really, really crucial moving forward. https://github.com/rust-lang/rust/releases 1.50 introduced const generics which - since it's considered stable - will...
Hey everyone - I created a quick fix for using Rust 1.55 nightly. Use at your own peril 😅 PR #349
I was using the respective docker images for each compile: ~~~ $ sudo docker run -ti -v (pwd):/root/sgx --device /dev/isgx baiduxlab/sgx-rust:1804-1.1.4 bash root@23e62148b04d:~# rustc --version rustc 1.58.0-nightly (ff0e14829 2021-10-31) ~~~...
Ah ok, thanks for clarifying. We found a workaround (Regex 😓 ) for now, the literals would certainly simplify our code so I'm looking forward to when you get them...
I'll leave this issue open for others to see?
Hi! Thanks for your ideas, however it's tricky to design a "general" benchmark that is a real performance indicator. While we might publish some numbers eventually, but comparisons to others...
as in #7 mentioned, the echo nest offers an api for audio fingerprinting, which could be used as an alternative for musicbrainz.org since it would also cover features for playlist...
echoprint would also be open source (https://github.com/echonest/echoprint-codegen), but apparently the musicbrainz compatibility is only in testing and also its written in C++. Also the API only calls the compiled binary...
similar to issue #25 shiva could use the echonest ( http://the.echonest.com ) for identification (e.g. with echoprint http://echoprint.me) and playlist generation based on all kinds of aspects (similarity, ...). It...