-
Notifications
You must be signed in to change notification settings - Fork 121
SSoC' 25 blog post for week 06 by Muhammad Haroon #306
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
Conversation
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
|
|
||
| ## Progress Summary | ||
|
|
||
| The first half of my Sugar Summer of Code 2025 project has been both challenging and rewarding. My project focuses on generating sound samples from prompts. Over the past six weeks, I've made significant progress toward this goal, working closely with my mentors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of qualifying "progress" as "significant", please flesh out the progress you've made and how you've made it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pikurasa I have already mentioned my progress summary below it.
|
|
||
| - Tested the models using various prompts. (High quality sound of dog bark, A natural and rich sound of car horn etc). Saved the sounds samples into Google Drive which was then scored by both the mentors. | ||
|
|
||
| - Concluded that the generated sound samples cannot be used directly in Music Blocks, they need to be clipped before integration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice if, in this blogpost, you demonstrated what we discussed during Sunday's meeting with @walterbender
Please demonstrate the process from start to end:
- LLM Sound generation
- Cut the sound in something like Audacity
- import sound into MB (using sampler widget)
- Use the sound in MB to create a melody
Doing this would be a "proof of concept".
This is important. Because you need to change course a bit at this mid-term point, I think you need to demonstrate this. It's sort of a reboot of your proposal in many ways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a section named Proof of Concept.
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
|
@haroon10725 The project might be fine, but I'm having trouble opening it in MB. Can you try pasting here into a .zip? Or, if the Planet is working, uploading to the planet and sharing that link? |
|
@pikurasa planet is not working, Muisc Blocks project.zip |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
I still cannot open this file. (Did you try testing yourself from MB, perhaps in a private tab??) Since it seems to otherwise be running on your machine, perhaps do a screecast recording of the project and upload to YT; then link to that video. The idea is to help someone reading this understand what you are doing. |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
Yes @pikurasa I tested it from MB and it was working.
Added YT link in my blogpost. |
|
|
||
| - Click on the video below to see how can we import the audio into Music Blocks: | ||
|
|
||
| [](https://youtu.be/eR8hfvNzPTg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of this picture and link method of "embedding" a YT video, please use the method provided by the website.
Code:
[youtube: eR8hfvNzPTg]
This is documented in https://github.com/sugarlabs/www-v2/blob/main/src/constants/MarkdownFiles/posts/TESTMarkdownFormat.md
Comparison:
What it looks like now:
What it looks like using the YT feature in our MD:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
* ssoc-week06-update * update excerpt and next week's roadmap * add proof of concept * update tags * add a youtube video * update youtube video format and file and folder names * update avatar file path

@pikurasa Can you please review it.