-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measure Activity for Sugarizer #709
Comments
@llaske , I'm working on this activity and soon to issue a PR. I'm using p5.js but in p5.js we can take no. of samples for frequency in power of 2 between 32 and 32768. Due to this, for zoom in and zoom out functionality, we have to use freq/div to be in multiplication of 2. |
@sarthak-g is a good idea to work on this activity. I'm precisely thinking to add the activity in the GSoC idea list. |
@llaske , how can I test activity on android and ios i.e. what to setup and how to setup? |
@sarthak-g the easiest way to test on Android is to use Sugarizer APK builder |
@llaske , I've tested Cordova Audio input plugin in android device and ios simulator. It's working great as standalone. I don't think we have to use p5.js as AnalyserNode in Javascript give both time domain and freq domain data. |
@sarthak-g Good news! |
@llaske , how do you test DC settings of measure activity. When I'm running measure activity (in sugar) on laptop, it doesn't show dc settings as displayed in below image: |
Hmmm. Don't know. May be it's reserved to the XO laptop. I suggest you to ask the question on the sugar-devel mailing list. |
Fixed by #957 |
Developed the Measure activity of sugar for Sugarizer
The text was updated successfully, but these errors were encountered: