Audio-Nama
view release on metacpan or search on metacpan
=head2 Presets and templates
To facilitate reuse, a track's plugins and inserts can be
stored as an I<effect chain>. I<Effect profiles> apply effect
chains to groups of tracks. I<Project templates> are for
duplicating an entire project sans audio files.
=head2 Audio device
Nama performs Audio IO via JACK or ALSA. Soundcard IO goes
via JACK, if running, with transparent fallback to ALSA.
Nama supports Ladish Level 1 session handling.
=head2 User interfaces
Nama has fully featured terminal command prompt, a Tk
GUI, and experimental OSC and remote-command modes.
The command prompt can run Nama commands, Ecasound
interactive-mode commands, commands for the midish MIDI
lib/Audio/Nama/Waveform.pm view on Meta::CPAN
$before_me
}
1 # obligatory
__END__
=comment
Usage: waveform [options] source_audio [ouput.png]
-W, --width WIDTH Width (in pixels) of generated waveform image -- Default 1800.
-H, --height HEIGHT Height (in pixels) of generated waveform image -- Default 280.
-c, --color COLOR Color (hex code) to draw the waveform. Can also pass 'transparent' to cut it out of the background -- Default #00ccff.
-b, --background COLOR Background color (hex code) to draw waveform on -- Default #666666.
-m, --method METHOD Wave analyzation method (can be 'peak' or 'rms') -- Default 'peak'.
-q, --quiet Don't print anything out when generating waveform
-F, --force Force generationg of waveform if file exists
-h, --help Display this screen
=cut
( run in 0.592 second using v1.01-cache-2.11-cpan-a1d94b6210f )