-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Async mode fix #29
Merged
Merged
Async mode fix #29
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ac161fe
feat : NavaThread added
sepandhaghighi e10c307
fix : linux and mac async functions removed
sepandhaghighi d8fe2a2
fix : __play_win function updated
sepandhaghighi 4d5e264
feat : sound_id_gen function added
sepandhaghighi 25892c1
feat : stop and stop_all functions added
sepandhaghighi 2e83244
fix : use NavaThread instead of Thread
sepandhaghighi bfc4d30
fix : minor bug in play function windows section fixed
sepandhaghighi 3954a8b
fix : cleanup_processes function removed
sepandhaghighi 7e1987f
fix : minor bug in subprocess call fixed
sepandhaghighi be13c61
fix : minor edit in tests
sepandhaghighi 106cd08
fix : try to fix windows test bug
sepandhaghighi 6549a33
fix : try to fix windows test bug
sepandhaghighi 8c5fa3a
doc : NavaThread class docstring updated
sepandhaghighi 5dd7a59
doc : functions docstrings updated
sepandhaghighi ab1a699
doc : functions docstrings updated
sepandhaghighi c0b973e
fix : __play_win_by_flags functions renamed to __play_win_flags
sepandhaghighi 3ad0ff2
fix : is_async renamed to async_mode
sepandhaghighi 0955d07
doc : async_mode docstring updated
sepandhaghighi f42740e
fix : autopep8 scripts updated
sepandhaghighi eff7e52
fix : autopep8
sepandhaghighi b9f52df
doc : NavaThread docstring bug fixed
sepandhaghighi 024e7c5
fix : stop function error added
sepandhaghighi d63fa9a
fix : error_test updated
sepandhaghighi 8175182
fix : function_test updated
sepandhaghighi 9face2d
doc : CHANGELOG.md updated
sepandhaghighi 297b9f1
doc : README.md updated
sepandhaghighi b73352a
fix : async_mode default value set to False
sepandhaghighi 782fadd
fix : minor edit in async_mode test
sepandhaghighi 9355cdd
doc : README.md async section updated
sepandhaghighi b9abdd7
fix : minor bug in linux/mac sync mode fixed
sepandhaghighi b0f52fc
fix : minor edit in __paly_win function
sepandhaghighi 435e701
doc : CHANGELOG updated
sepandhaghighi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why did you add
1000
offset. If it's necessary, what do you think of transferring it toparams
.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.
For better readability, we may change the format of the
sound_id
to something likeNava-1
,Nava-2
, etc. in the future.