Skip to content

Conversation

@haroon10725
Copy link
Contributor

@pikurasa Can you please review it.

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

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.
Copy link
Contributor

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.

Copy link
Contributor Author

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.
Copy link
Contributor

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:

  1. LLM Sound generation
  2. Cut the sound in something like Audacity
  3. import sound into MB (using sampler widget)
  4. 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.

Copy link
Contributor Author

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.

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@haroon10725 haroon10725 requested a review from pikurasa July 17, 2025 14:41
@pikurasa
Copy link
Contributor

@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
Copy link
Contributor

It gets stuck loading, like this:

Screenshot from 2025-07-17 15-38-23

(I'm on the latest: HEAD is now at 510f958d1 Close Palette Menu on Outside Click (#4719))

@haroon10725
Copy link
Contributor Author

@pikurasa planet is not working, Muisc Blocks project.zip

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@pikurasa
Copy link
Contributor

@pikurasa planet is not working, Muisc Blocks project.zip

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.

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@haroon10725
Copy link
Contributor Author

I still cannot open this file. (Did you try testing yourself from MB, perhaps in a private tab??)

Yes @pikurasa I tested it from MB and it was working.

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.

Added YT link in my blogpost.


- Click on the video below to see how can we import the audio into Music Blocks:

[![Importing the audio into Music Blocks](https://img.youtube.com/vi/eR8hfvNzPTg/0.jpg)](https://youtu.be/eR8hfvNzPTg)
Copy link
Contributor

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:

Screenshot from 2025-07-31 13-17-30

What it looks like using the YT feature in our MD:

Screenshot from 2025-07-31 13-19-20

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@haroon10725 haroon10725 requested a review from pikurasa July 31, 2025 18:08
@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@github-actions
Copy link

🎉 All Checks Passed!

Status: ✅ Ready to merge

✅ Completed Workflows

Workflow Status Details
🔨 Continuous Integration ✅ Passed Build completed successfully
📝 Code Linting ✅ Passed All formatting and style checks passed

🚀 This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. 👏

@pikurasa pikurasa merged commit 140af0c into sugarlabs:main Jul 31, 2025
3 checks passed
justin212407 pushed a commit to justin212407/www-v2 that referenced this pull request Aug 11, 2025
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants