Add Sound page to the Programming Guide#1922
Merged
pvcraven merged 47 commits intopythonarcade:developmentfrom Nov 5, 2023
Merged
Add Sound page to the Programming Guide#1922pvcraven merged 47 commits intopythonarcade:developmentfrom
pvcraven merged 47 commits intopythonarcade:developmentfrom
Conversation
* Make link targets conform with rest of document * Update titles to be clearer
Member
Author
|
@DavidEBrumbaugh Since you were the initial reporter for pyglet/pyglet#952, would you be up for building the doc locally and previewing it? I've updated the test steps with instructions for doing so. |
* Add Player methods to the table, including seek with a warning * Change some titles related to changing playback aspects * Add link targets for changing playback * Rewrite a few intros / sections * Replace footnotes sectin in Use Streaming Sparingly
8a178b2 to
4ca4eed
Compare
* Shorted some sections * Add brief example code
* Move first mention of garbage collection to advanced * Remove some wording * Split up big example code block
pvcraven
requested changes
Nov 4, 2023
|
This thing popped up back into my inbox I didn't see it initially I apologize if you still need me to look into it please let me know
Get BlueMail for Android
…On Oct 7, 2023, 3:18 AM, at 3:18 AM, Paul ***@***.***> wrote:
@DavidEBrumbaugh Since you were the initial reporter for
pyglet/pyglet#952, would you be up for
building the doc locally and previewing it? I've updated the test steps
with instructions for doing so.
--
Reply to this email directly or view it on GitHub:
#1922 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Member
Author
|
I would appreciate it if you could verify the PulseAudio crash you reported is adequately covered by the The doc about the crash will be relevant for another few months at the minimum. Although it seems like there is a fix in the works, it sounds like it may be delayed until pyglet 2.2. If you're travelling without access to a fast connection, this may be the easiest approach:
|
pvcraven
approved these changes
Nov 5, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #1274
Closes #1900
Changes
How to Test
pip install -I -e .[dev]to make sure you have the dev dependencies fully installed & upgraded./make.py html(optional, but helps prevent an occasional rebuild loop)./make.py serveFollow-up work for future PRs