Open Issues Need Help
View All on GitHubAI Summary: The continuous integration workflow responsible for deploying the project to GitHub Pages failed on the `main` branch following a recent push. This indicates that the public-facing site or documentation is not being updated. Further investigation into the provided workflow run logs is required to identify the specific cause of the deployment failure.
AI Summary: This auto-generated issue identifies three files (`src/intonation.ts`, `src/visualization.ts`, `index.html`) that significantly exceed 500 lines and requests their refactoring. It emphasizes running tests before and after refactoring to ensure stability, and provides recommendations such as splitting files by function and extracting common logic.
AI Summary: The issue proposes updating the current 'uncool' play button icon (▶) to a more modern and visually refined alternative, such as '⏵' (U+23F5) or '⏯' (U+23EF). This change aims to improve user experience and can be implemented simply by modifying CSS or HTML entities.
AI Summary: The issue requests a UI/UX improvement for the 'favorites management' section, which currently remains expanded and occupies screen space. The desired behavior is for this section to be collapsed by default upon loading the screen. Users should then be able to toggle its visibility (expand/collapse) by clicking a dedicated 'Favorites Management' button.
AI Summary: Users experience significant lag and poor responsiveness when dragging the pitch line in the VOICEVOX intonation editor, making precise adjustments difficult. The pitch line does not smoothly follow the mouse cursor, indicating an issue with event handling or UI rendering efficiency within the `IntonationEditor.vue` component. This directly impacts the user experience and the ability to accurately edit intonation.
AI Summary: This issue proposes changing the text of the 'play' button from its current 'play' label to '再生' (playback) to enhance user intuition and maintain consistency within a Japanese environment. The task involves modifying the `PlayButton.vue` component and potentially its corresponding test file, with no changes to the button's functionality or requirements for multi-language support.
AI Summary: The current Voicevox Playground layout, which is a single vertical column, causes excessive scrolling on smaller screens. This issue proposes improving usability by implementing a two-column layout (text input on left, settings/generate on right), grouping related settings into collapsible sections, and ensuring the design is responsive across various screen sizes (desktop, tablet, mobile). The goal is to make the application more comfortable and accessible.
AI Summary: This GitHub issue proposes adding a "Keyboard Operation" button to the intonation adjustment field. Clicking this button would switch the intonation field into a keyboard-controlled mode, allowing users to precisely adjust intonation curves using keyboard inputs like arrow keys. The aim is to improve fine-tuning capabilities beyond the current mouse-only operation, leading to more natural speech synthesis and enhanced user satisfaction.
AI Summary: This issue proposes a new feature to analyze the intonation of an already generated voice. It requires issuing a separate request to acquire the intonation data, which would then be visualized as a line graph.
AI Summary: This GitHub issue proposes improving the waveform visualizer. However, no specific details, requirements, or context are provided in the issue body, meaning the scope and nature of the desired improvements are currently undefined.
AI Summary: This issue requests the creation of a Japanese version of the project's README file. It involves copying the existing `README.md` to `README.ja.md`. Additionally, the header and footer sections of the new `README.ja.md` should be updated to match the style and content found in the user `cat2151`'s other recent repositories.
AI Summary: This issue requests adding a semi-transparent link to the repository on the bottom-left corner of the demo screen. It's a straightforward UI enhancement to provide easy access to the source code.
AI Summary: This issue proposes to improve the existing waveform visualizer. However, no specific details or requirements for the improvement are provided in the issue description. Further clarification would be needed to understand the scope and nature of the desired enhancements.