HN 표시: 실시간 피아노에서 컴퓨터의 오디오 출력을 확인하세요.

hackernews | | 📦 오픈소스
#오픈소스
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

컴퓨터의 스피커 출력을 실시간 피아노 뷰로 시각화해주는 ‘오버코드(Overchords)’ 앱이 공개되었습니다. Rust 백엔드는 cpal 라이브러리로 오디오를 캡처하고 Basic-Pitch로 음표를 감지하며, 실행을 위해 Rust와 Bun이 필요합니다. 개발자는 버전을 수정하고 커밋을 푸시하면 GitHub Action이 자동으로 모든 플랫폼용 바이너리를 빌드하여 릴리스를 생성한다고 밝혔습니다.

본문

Real-time piano view of the notes being played on your computer. Overchords shows playing notes from the speaker output in a piano view. The rust backend uses the cpal library to capture the audio output and uses Basic-Pitch to detect the notes being played. Download the install for your platform on the releases page. You'll need Rust and Cargo (install via rustup.rs ) and Bun to run the application locally. Install the dependencies: bun install Run the application: bun tauri dev Update the version in src-tauri/Cargo.toml , package.json and src-tauri/tauri.conf.json . Then, add a commit to the release branch and push it to the remote repository. The GitHub Action will automatically build the application for all platforms and create a new release on GitHub with the generated binaries attached. This is a draft release, so you can review it before publishing it. Once you're ready, you can publish the release on GitHub and the binaries will be available for download.

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →