Skip to main content

Posts

Showing posts from August, 2020

Instructions for Building on Linux: audacity:

Instructions for Building on Linux Fuller instructions that cover:     * Upgrading to gcc 4.9 on older Ubuntus     * Optional libraries can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Linux. In fact for Audacity 2.4.0 you should read those instructions rather than these ones, since we switched to CMake for building Audacity itself for 2.4.0 Some prerequisites: - Audacity requires gcc 4.9 or later to build. - CMake ( http://www.cmake.org/ ) is required to build the local copy of   the libsoxr resampling library used by Audacity. On a modern Debian distro, e.g. Ubuntu 16.04 (bionic), you would do: sudo apt-get install build-essential cmake - libasound and gtk are required. Having gtk2 and gtk3 too    may not be required, but compilation works if both are. - Auto-tools are also needed. sudo apt-get install libasound2-dev libgtk2.0-dev libgtk-3-dev sudo apt-get install autoconf automake - Since you will be fetching code ...

Celtic Heart (PBS Special) "Kid ar an Sliabh" - feat. Harp Twins & Máiré...

オープンソース

オープンソース : 近年では、コンパイレーションまで面倒を見てくれる、オープンソースがあるかどうかと言う話になります。 また、ソフトウェアのベースを知る人は、APIの解説ぐらいで、作成するという話でもありますので、有効かどうかという内容になります。 表1.ソフトウェアインフォメーション: 1:ソフトウェア  Audacity® is a free, open source (cross-platform) digital audio editor, recorder, and mixer. It is a sophisticated software application that comes with an extensive list of features.   2:ダウンロード先:https://www.fosshub.com/Audacity.html Linux Source: -> audacity-minsrc-2.4.2.tar.xz 3:コンパイレーション unzip *.tar.xz   : https://linuxize.com/post/how-to-extract-unzip-tar-xz-file/ : https://www.howtogeek.com/409742/how-to-extract-files-from-a-.tar.gz-or-.tar.bz2-file-on-linux/ *.tar.xzですが、 tar xvf *.tar.xzで解凍できます。 zオプションは使えませんでした。 コンプレスの値が大分向上しているようです。 tgzよりいいぐらいです。 wxWidgetsの他に、C言語のgtk+もあるようです。 https://lefestyle101.blogspot.com/2020/08/instructions-for-building-on-linux.html   4:利用例 5:ソースコード概要 6:ソースコードのアナライザ 7:カスタマイズ:(例:画面を1つ足す。) 8:カスタマイズ:ダウンロード   9: コンパイレーションについて: 雑記 --- ソースファイルですから、コマンドオプションを直接叩いて、コンパイルできるはずです。 gcc: e...

シンセサイザー:

シンセサイザーとは、録音しては、音階の音を作成できるというマシーンと覚えています。 家庭向け汎用PCで出来るのであれば、非常におもしろい話です。 実践的には、そういった要素よりも、基礎プログラムの方が大事と思います。 まず、マイクで録音して、ファイルに保存するというプログラムを作成しましょう。  ステップ1  録音情報→ファイル3→ファイル2→ファイル1  ステップ2  ファイル3+ファイル2+ファイル1=音声ファイル  ステップ3  音声ファイルを聞いてみる。  ステップ4  可視化 音声をグラフにする。 どうしようかと思考するよりも、きっちり、把握できる自作のライブラリを製造した方がいいと思います。 オープンソースであれば、積極的に利用して、レベルの高いプログラマの作品を見るのも正しい解き方と思います。   

The Sound of Silence | Simon & Garfunkel (Harp Cover)