macOS
brew install csoundlocal Homebrew formula metadata
sudo port install csoundMacPorts ports tree · audio/csound/Portfile · ソース: api.github.com
brew
csound のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install csoundlocal Homebrew formula metadata
sudo port install csoundMacPorts ports tree · audio/csound/Portfile · ソース: api.github.com
sudo apt install csoundDebian stable package indexes · csound · ソース: deb.debian.org
nix profile install nixpkgs#csoundnixpkgs package indexes · pkgs/by-name/cs/csound/package.nix · ソース: api.github.com
sudo pacman -S csoundArch Linux sync databases · csound · ソース: geo.mirror.pkgbuild.com
sudo zypper install csoundopenSUSE Tumbleweed package metadata · csound · ソース: download.opensuse.org
概要
Sound and music computing system
履歴
Csound is a long-running sound and music computing system with a command-line compiler, runtime, libraries, plugins, and a reference manual. Its packaging significance comes from bridging computer-music history with modern Unix, desktop, mobile, and web builds.
The official repository README identifies Csound as a sound and music computing system and says the repository contains the core Csound library, command-line frontend, and code for embedded, mobile, and web ports. The README credits contributors from musicians, scientists, and programmers around the world.
The canonical manual history says early Csound manuals started at MIT with Barry L. Vercoe and were maintained there through the 1980s and early 1990s, with material tracing back to Music11-era documents. It also records that MIT licensed Csound as LGPL in 2003, with the manual licensed GFDL and placed on SourceForge with the sources.
Official getting-started docs describe Csound as normally run from a command line or frontend, using .csd files that combine options, instruments, and score sections. The manual documents .csound6rc as a command-line parameter file read from HOME or the path in CSOUND6RC, then from the current directory with local options taking precedence.
Csound is package-heavy in the old Unix sense: one formula installs a main executable plus many analysis and conversion utilities, plugin search paths, a library API, and documentation. That makes packaging choices around paths, opcodes, examples, and frontends unusually visible to users.
セキュリティ状態
escape, surveillance, or offensive capability signal.
リスク red · 信頼度 中 · escape-surveillance-offensive
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$CSOUND6RC.csound6rc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
atsa | cli | グローバル実行可能ファイル | |
cs | cli | グローバル実行可能ファイル | |
csanalyze | cli | グローバル実行可能ファイル | |
csb64enc | cli | グローバル実行可能ファイル | |
csbeats | cli | グローバル実行可能ファイル | |
csdebugger | cli | グローバル実行可能ファイル | |
csound | cli | グローバル実行可能ファイル | |
cvanal | cli | グローバル実行可能ファイル | |
dnoise | cli | グローバル実行可能ファイル | |
envext | cli | グローバル実行可能ファイル | |
extract | cli | グローバル実行可能ファイル | |
extractor | cli | グローバル実行可能ファイル | |
het_export | cli | グローバル実行可能ファイル | |
het_import | cli | グローバル実行可能ファイル | |
hetro | cli | グローバル実行可能ファイル | |
lpanal | cli | グローバル実行可能ファイル | |
lpc_export | cli | グローバル実行可能ファイル | |
lpc_import | cli | グローバル実行可能ファイル | |
makecsd | cli | グローバル実行可能ファイル | |
mixer | cli | グローバル実行可能ファイル | |
pv_export | cli | グローバル実行可能ファイル | |
pv_import | cli | グローバル実行可能ファイル | |
pvanal | cli | グローバル実行可能ファイル | |
pvlook | cli | グローバル実行可能ファイル | |
scale | cli | グローバル実行可能ファイル | |
scot | cli | グローバル実行可能ファイル | |
scsort | cli | グローバル実行可能ファイル | |
sdif2ad | cli | グローバル実行可能ファイル | |
sndinfo | cli | グローバル実行可能ファイル | |
src_conv | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/csound/csound
インストールメタデータ
| パッケージキー | brew:csound |
|---|---|
| バージョン | 6.18.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/csound |
| ホームページ | https://csound.com |
| リポジトリ | https://github.com/csound/csound |
| 上流ドキュメント | https://csound.com/docs/manual |
| ライセンス | LGPL-2.1-or-later |
| ソースアーカイブ | https://github.com/csound/csound.git |
| 依存関係 | faust, fltk, fluid-synth, gettext, hdf5, jack, lame, liblo, libpng, libsamplerate, libsndfile, libwebsockets, numpy, openjdk, openssl@3, portaudio, portmidi, python@3.14, stk, wiiuse |
| ビルド依存関係 | asio, cmake, eigen, swig |
| macOS 提供ライブラリ | curl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To use the Java bindings, you may need to add to your shell profile e.g. ~/.profile or ~/.zshrc: export CLASSPATH="$HOMEBREW_PREFIX/opt/csound/libexec/csnd6.jar:." and link the native shared library into your Java Extensions folder: mkdir -p ~/Library/Java/Extensions ln -s "$HOMEBREW_PREFIX/opt/csound/libexec/lib_jcsound6.jnilib" ~/Library/Java/Extensions |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | csound |
| Version Scheme | 0 |
| Revision | 14 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
csound 1:6.18.1+dfsg-4
powerful and versatile sound synthesis software
sudo apt install csoundcsound-data 1:6.18.1+dfsg-4
data files used by the csound library
sudo apt install csound-datacsound-soundfont 1:6.18.1+dfsg-4
GM soundfont2 bank from csound
sudo apt install csound-soundfontcsound-utils 1:6.18.1+dfsg-4
miscellaneous utilities for the Csound system
sudo apt install csound-utilslibcsnd-dev 1:6.18.1+dfsg-4
development files for Csound -- C++ API
sudo apt install libcsnd-devlibcsnd6-6.0v5 1:6.18.1+dfsg-4
C++ bindings for the Csound API
sudo apt install libcsnd6-6.0v5libcsnd6-java 1:6.18.1+dfsg-4
Java bindings for the Csound API
sudo apt install libcsnd6-javalibcsound64-6.0 1:6.18.1+dfsg-4
main library for Csound
sudo apt install libcsound64-6.0libcsound64-dev 1:6.18.1+dfsg-4
development files for Csound
sudo apt install libcsound64-devlibcsound64-doc 1:6.18.1+dfsg-4
Csound API documentation
sudo apt install libcsound64-docliblua5.1-luacsnd 1:6.18.1+dfsg-4
Lua bindings for the Csound API (transitional package)
sudo apt install liblua5.1-luacsndlua-luacsnd6 1:6.18.1+dfsg-4
Lua bindings for the Csound API
sudo apt install lua-luacsnd6python3-csound 1:6.18.1+dfsg-4
Python bindings for Csound
sudo apt install python3-csoundcsound
nix profile install nixpkgs#csoundcsound 1:6.18.1+dfsg-1ubuntu4
powerful and versatile sound synthesis software
sudo apt install csoundcsound-data 1:6.18.1+dfsg-1ubuntu4
data files used by the csound library
sudo apt install csound-dataソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.