[linux-audio-dev] LADSPA/ecasound status report

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] LADSPA/ecasound status report
From: Kai Vehmanen (k_AT_eca.cx)
Date: Mon Mar 20 2000 - 15:11:49 EET


Ok, starting to look good now. Currently ecasound searches through
/usr/local/share/ladspa/*.so, finds all unique LADSPA plugins and puts
them to a dynamic object map. To use a plugin, user must know its
unique name. The following is done with ecasound's current CVS-version
(shortly put, works great :)):

---cut--
###| /empty1 |$ ecasound_debug -i track04.wav -o /dev/dsp -el:lpf,200 -c
****************************************************************************
* ecasound v1.7.3d11 (C) 1997-2000 Kai Vehmanen *
****************************************************************************
(eca-session) Interactive mode enabled.
- [ Chainsetup/Adding LADSPA-plugin "LADSPA/Simple Low Pass Filter" ] ------
Setting parameters: Cutoff Frequency (Hz) = 200.00
- [ Chainsetup/Enabling audio inputs ] -------------------------------------
(eca-audio-objects) Audio object "track04.wav", mode "read".
(audio-io) Format s16_le, channels 2, srate 44100.
- [ Chainsetup/Enabling audio outputs ] ------------------------------------
(eca-audio-objects) Audio object "/dev/dsp", mode "write".
(audio-io) Format s16_le, channels 2, srate 44100.
ecasound ('h' for help)> cs-disconnect
(eca-controller) Disconnecting chainsetup: "command-line-setup".
ecasound ('h' for help)> -kl:1,200,10000,10
- [ Chainsetup/Adding controller source "Linear envelope" ] ----------------
Setting parameters: param-id = 1.00, range-low = 200.00, range-high =
10000.00, length-sec = 10.00
(eca-chain) Source "Linear envelope" connected to target "LADSPA/Simple
Low Pass Filter". Current source value is 0.00 and target 200.00.
ecasound ('h' for help)> es
- [ Chain operator status ] ------------------------------------------------
Chain "default":
        1. LADSPA/Simple Low Pass Filter: [1] Cutoff Frequency (Hz) 200.00
ecasound ('h' for help)> cs-connect
- [ Chainsetup/Enabling audio inputs ] -------------------------------------
(eca-audio-objects) Audio object "track04.wav", mode "read".
(audio-io) Format s16_le, channels 2, srate 44100.
- [ Chainsetup/Enabling audio outputs ] ------------------------------------
(eca-audio-objects) Audio object "/dev/dsp", mode "write".
(audio-io) Format s16_le, channels 2, srate 44100.
(eca-controller) Connected chainsetup: "command-line-setup".
ecasound ('h' for help)> t
- [ Controller/Processing started ] ----------------------------------------
ecasound ('h' for help)>
- [ Engine/Init - mixmode "simple iactive" ] -------------------------------
ecasound ('h' for help)> fs
- [ Controller/Audio input/output status ] ---------------------------------
Input (i1): "track04.wav" - [RIFF wave file]
        connected to chains "default": position (4.528/233.733) seconds.
Output (o1): "/dev/dsp" - [OSS soundcard device]
        connected to chains "default": realtime-device, processed 166582 samples.
ecasound ('h' for help)> es
- [ Chain operator status ] ------------------------------------------------
Chain "default":
        1. LADSPA/Simple Low Pass Filter: [1] Cutoff Frequency (Hz) 6617.09

ecasound ('h' for help)> es
- [ Chain operator status ] ------------------------------------------------
Chain "default":
        1. LADSPA/Simple Low Pass Filter: [1] Cutoff Frequency (Hz) 9552.57

ecasound ('h' for help)> ctrl-status
- [ Controller status ] ----------------------------------------------------
Chain "default":
        1. Linear envelope:
                [1] param-id 1.00,
                [2] range-low 200.00,
                [3] range-high 10000.00,
                [4] length-sec 10.00
         -- Status info: Source "Linear envelope" connected to target
"LADSPA/Simple Low Pass Filter". Current source value is 1.00 and target 9984.92.
--cut--

-- 
Kai Vehmanen <kaiv_AT_wakkanet.fi> -------- CS, University of Turku, Finland
 . http://www.wakkanet.fi/ecasound/ - linux multitrack audio processing
 . http://www.wakkanet.fi/sculpscape/ - ambient-idm-rock-... mp3/ra/wav


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Mar 20 2000 - 14:56:47 EET