-
Notifications
You must be signed in to change notification settings - Fork 84
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
Updated Spectogram.py #82
base: main
Are you sure you want to change the base?
Updated Spectogram.py #82
Conversation
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.
Great job, @Shubhanshu-356! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Check it once it has no branch conflicts now I have fixed it. |
Check my pull request as I have checked the branching conflicts there is no branching conflicts. Review my changes if possible. |
It still shows me conflicts. Please fix it. |
Ok I will fix it and update these as soon as possible. |
Can you please check once. Shall it again showing the same. |
Spectogram.py
Outdated
import subprocess | ||
|
||
|
||
main |
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.
could you remove branch names mentioned across the file for "main" and "gui-performance-enhancement"
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.
Means you are saying that I have to remove the branch name
Is it correct I am saying. What is the problem occuring by your side when you are merging. Can you please tell me
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.
yes, remove the branch names in the code file. I believe it might've occurred while solving a merge conflict
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.
Ok I will do thanks for the info
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.
Can you please check it now for merging
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.
could you remove branch names mentioned across the file for "main" and "gui-performance-enhancement"
I still see those!
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.
LGTM, should be ready to merge
Thank you |
But I have checked it's not there now any main |
can still see the branches names mentioned in the file could you remove them and then request for merge @Shubhanshu-356 |
Now can you check I have removed all |
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.
fix and kindly test the code before pushing
if __name__ == "__main__": | ||
main() | ||
|
||
def close_current_visualizer(): | ||
if _VARS["current_visualizer_process"] and _VARS["current_visualizer_process"].poll() is None: |
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.
block of code here is missing indentation
PR Description
I have updated the gui responsiveness of Spectogram Application by adding the multithreading, Optimized Plotting and buffering features in it.
Related Issues
Closes #66
Checklist
Undertaking
I declare that:
The content I am submitting is original and has not been plagiarized.
No portion of the work has been copied from any other source without proper attribution.
The work has been checked for plagiarism, and I assure its authenticity.
I understand that any violation of this undertaking may have legal consequences that I will bear and could result in the withdrawal of any recognition associated with the work.
I Agree