Hi folks, We call your attention to the Small Music Information Retrieval toolKit, SMIRK, available and waiting for your download and abuse at http://smirk.cs.princeton.edu . Like smelt (http://smelt.cs.princeton.edu), SmirK is a set of ready-to- use building blocks and examples. It's all written in ChucK, so there's nothing to "install." (But it does come with its own ChucK class hierarchy, which you'll have to download, so you'll have to set your path carefully, unlike smelt. See the comments in each file for instructions.) Use the code as-is, or modify it to suit your needs. sMiRk includes 2 key components: feature extraction (using the UAna framework at http://chuck.cs.princeton.edu/uana/) and classification (e.g., k-nearest-neighbor, AdaBoost). This comes with some simple keyboard-based and MAUI-based interfaces for training and running classifiers. For example: * Train a classifier to recognize vowels versus consonants, and then apply it to pan the incoming audio appropriately * Do the same based on instrument, speaker, or even genre of songs in your iTunes collection * Recognize different trackpad or accelerometer gestures * Do all this training on-the-fly, in real-time! * Use MAUI to do simple visualizations of features and classification results (for Mac only; not required) We'd love you to download smirk, read about it, ask questions about it, abuse it, request new features, and contribute to it yourselves. We've set up a wiki at http://wiki.cs.princeton.edu/index.php/Chuck/SmirK where you can do all these things. Meanwhile, we're continuing to hack away... Cheers, Rebecca, Ge, and Perry
Hi folks,
Hey Rebecca,
We call your attention to the Small Music Information Retrieval toolKit, SMIRK, available and waiting for your download and abuse at http://smirk.cs.princeton.edu .
This sounds good but I'm getting a "403, forbidden" on that and on /index.html there. /index.htm gives me a 404 so I suspect there is a issue with settings on the index file. Could you please look into that? It sounds exciting. Yours, Kas.
Same here, and I'm dying to have a look :) Kassen escribió:
Hi folks,
Hey Rebecca,
We call your attention to the Small Music Information Retrieval toolKit, SMIRK, available and waiting for your download and abuse at http://smirk.cs.princeton.edu .
This sounds good but I'm getting a "403, forbidden" on that and on /index.html there. /index.htm gives me a 404 so I suspect there is a issue with settings on the index file.
Could you please look into that? It sounds exciting.
Yours, Kas. ------------------------------------------------------------------------
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Rebecca Fiebrink wrote:
...
Like smelt (http://smelt.cs.princeton.edu), SmirK is a set of ready-to-use building blocks and examples. It's all written in ChucK, so there's nothing to "install." (But it does come with its own ChucK class hierarchy, which you'll have to download, so you'll have to set your path carefully, unlike smelt. See the comments in each file for instructions.)
Might you be able to comment on this further? Many of us are clamoring for an include/import mechanism. Even if what you have done is messy, it sets precedence for how others might do the same. Thanks, michael
Michael Heuer wrote:
Might you be able to comment on this further? Many of us are clamoring for an include/import mechanism. Even if what you have done is messy, it sets precedence for how others might do the same.
I wrote a ChucK preprocessor a while back: http://developer.kde.org/~wheeler/files/upchuck It checks the current directory and all dirs in the environment variable CHUCK_DIRS for .ck files, and then you include stuff with: #include (Sequencer) It creates a temporary ChucK file to execute and also adjusts error messages so that they correspond to the correct source file. -Scott
Kick ass, Rebecca!
The idea struck me once to do feature analysis in ChucK but it's not
really my thing so it was just a passing thought..
Nice to see it done, and done. ;-)
This'll be fun to work with. I can think of two good uses right off
the top of my head: single-sample modulation based on feature
extraction. (i.e., "adaptive audio effects") And beatbox sequencing.
Yeah!
cheers,
Steve
On Fri, Oct 3, 2008 at 2:58 PM, Rebecca Fiebrink
Hi folks,
We call your attention to the Small Music Information Retrieval toolKit, SMIRK, available and waiting for your download and abuse at http://smirk.cs.princeton.edu .
Like smelt (http://smelt.cs.princeton.edu), SmirK is a set of ready-to-use building blocks and examples. It's all written in ChucK, so there's nothing to "install." (But it does come with its own ChucK class hierarchy, which you'll have to download, so you'll have to set your path carefully, unlike smelt. See the comments in each file for instructions.) Use the code as-is, or modify it to suit your needs.
sMiRk includes 2 key components: feature extraction (using the UAna framework at http://chuck.cs.princeton.edu/uana/) and classification (e.g., k-nearest-neighbor, AdaBoost). This comes with some simple keyboard-based and MAUI-based interfaces for training and running classifiers.
For example: * Train a classifier to recognize vowels versus consonants, and then apply it to pan the incoming audio appropriately * Do the same based on instrument, speaker, or even genre of songs in your iTunes collection * Recognize different trackpad or accelerometer gestures * Do all this training on-the-fly, in real-time! * Use MAUI to do simple visualizations of features and classification results (for Mac only; not required)
We'd love you to download smirk, read about it, ask questions about it, abuse it, request new features, and contribute to it yourselves. We've set up a wiki at http://wiki.cs.princeton.edu/index.php/Chuck/SmirK where you can do all these things.
Meanwhile, we're continuing to hack away...
Cheers, Rebecca, Ge, and Perry _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (6)
-
jesus gollonet
-
Kassen
-
Michael Heuer
-
Rebecca Fiebrink
-
Scott Wheeler
-
Stephen Sinclair