Conversation
Owner
Author
|
[Conflictos de fusión de cambios de líneas contrapuestos] Para resolver un conflicto de fusión causado por cambios de líneas contrapuestos, debes decidir qué cambios incorporar desde las diferentes ramas de una confirmación nueva. Por ejemplo, si tú y otra persona habéis editado en el archivo styleguide.md las mismas líneas de diferentes ramas del mismo repositorio de Git, recibirás un error de conflicto de fusión mediante combinación cuando intentes fusionar mediante combinación estas ramas. Debes resolver este conflicto de fusión con una confirmación nueva antes de que puedas fusionar estas ramas. |
added a stopAudio function
modified the processFrame handler to pass DOM elements added DOM import
added code checks for nodes connected to osc.frequency (FM modulators) and stops/disconnects them, preventing resource leaks in synthesis.
replacing the try block handling speechSynthesis inserted getDOM import
added FPS selection button
positionin FPS similarly to audio toggle (temporal placement for testing not really wanted as implemented)
added fpsBtn to the DOM
Add a dynamic FPS adjustment via a new FPS button. (temporal feature)
adding a temporal and unrequested fpsBtn
ARIA label to explicitly indicate whether the button controls the synthesis engine or language, reducing user confusion.
Added a handler to create a mailto link with the debug panel’s log content and triggers speech synthesis to confirm the action.
Measures frame processing time and adjusts updateInterval in auto FPS mode. Updates audioInterval to match. Includes console.time for profiling.
Cycles through 20, 30, 60 FPS, then “Auto” mode. Sets autoFPS and updates updateInterval accordingly.
Displays “Auto FPS” or the current FPS, with matching speech feedback.
Adds a splash screen with a “power on” button (Unicode ⏻). The main UI uses a 2x3 grid of buttons (button1 to button6) and retains the center video/canvas area. The debug panel is unchanged.
Styles the splash screen to cover the screen with a centered “power on” button. The main UI uses CSS Grid for a 2x3 layout, with buttons filling the screen. The @media query enforces portrait orientation. The center rectangle is positioned over the buttons for visibility.
…g, enhance error handling
…rameter and log actual sample rate, adjust fetch paths for configuration files
…esis engine, and language based on available configurations
…r: improve error handling and validation in initialization process, enhanced logging for better debugging
…mproved fallback mechanisms for TTS and announcements by Claude, Grok and GPT o4
…and improved payload serialization
…type, synthesis engine, and language
…onfigurations "gracefully"
Refined project vision and use case descriptions for clarity. Updated milestones and added usage analytics section.
V0.4.11 lots of bug fixing
V0.5 dinamic loading
V0.5.5 enhancing logging
V0.5.7 dry ing up
V0.5.11 osc weak map
V.0.5.12 new structure
feat: default settings initialization with fallback options for grid …
feat: improved default settings initialization and handling missing c…
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.
Recomendation: Even when you are in a coding spree, do not avoid handling the commits. They will pile up and end as a sum at your thoughts creating an unnecesary burden at your precious mind.
At his PR, there a lots of erros and non functional code, yet this is handled by the working structures of our developing schema. Where present is our production code, past is the historical and future is the developers playground.
Enjoy.