KaleidOk invites participants to use a new kind of interactive media tool and take part in an emerging experience which explores speech recognition, media retrieval and visuals generating in a collaborative context (between people, and between people and machines).
Don't use your own API keys! Generate a second key for your existing account that you use only for redistribution so we can track how often they are used and revoke them more easily in case of abuse! The file won't appear in source control but the API keys will be embedded inside the bundled package for anybody to see who looks for them.
Then you run the Maven task package on the Maven artefact co.kaleidok:kaleidok-bundle. In IntelliJ you can to that via View → Tool Windows → Maven Projects → kaleidok → Lifecycle → package → right-click → Run; on the command line it's mvn package. The bundled package will appear as bundle/target/KaleidOk-1.0-SNAPSHOT.zip.
Implemented in a65a215469589d96ea58ec15a4aba8b4f3774f5a and merged into
master-next
.@Disastergirl – To create a bundle that includes API keys:
Pull in changes for javaFlacEncoder, TarsosDSP, and Synesketch.
Create a file
Kaleidoscope/secrets.properties
and put the API keys in there like in the following example:Don't use your own API keys! Generate a second key for your existing account that you use only for redistribution so we can track how often they are used and revoke them more easily in case of abuse! The file won't appear in source control but the API keys will be embedded inside the bundled package for anybody to see who looks for them.
Then you run the Maven task
package
on the Maven artefactco.kaleidok:kaleidok-bundle
. In IntelliJ you can to that via View → Tool Windows → Maven Projects →kaleidok
→ Lifecycle → package → right-click → Run; on the command line it'smvn package
. The bundled package will appear asbundle/target/KaleidOk-1.0-SNAPSHOT.zip
.