-
Notifications
You must be signed in to change notification settings - Fork 343
Add Sound page to the Programming Guide #1922
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
Add Sound page to the Programming Guide #1922
Conversation
* Make link targets conform with rest of document * Update titles to be clearer
@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
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: ***@***.***>
|
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:
|
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 serve
Follow-up work for future PRs