Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303036337 by wisecracker on Sunday 23rd of June 2019 12:02:35 PM
Old 06-23-2019
The initial impact of your original of the two was the start where the robot is typing in the _password_ and although the music was not exactly in sync was effective.

Your current one is fine enough but rock music by definition is chock full of deliberate distortion and audio compression so could be at a lower level of recording and yet not lose its impact.

Another:
Minimal Electronic - Royalty Free Music | Motion Array

Reasons:
Standard three chord sequence that can be totally ignored which changes to half the rate near the end as a closedown cue.
Again, repetitive and can be added at normal level without encroaching on the video it could be used on.
A super continual click simulating drumsticks tapped together.
Light hearted or happy sounding.
This User Gave Thanks to wisecracker For This Post:
 

3 More Discussions You Might Find Interesting

1. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. What is on Your Mind?

Exactly 1 year ago today, 18-09-2019...

This is mainly for Corona688, today's date 18-09-2019. Remember from little acorns big trees grow a few months ago? Well this is well on the way to 1000+ dls by the end of the year... AMINET from its inception in 1992 is accessed by very, very many and the AMIGA is still loved by millions. ... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Moderator of the Year 2019 Award Announcement Only

Dear All, We are happy to post that I will be announcing soon my award for "Moderator of the Year 2019". This is a new award which I plan to announce in December of each year, starting this year (2019). The prizes will be (still working out the details): A Moderator of the Year... (3 Replies)
Discussion started by: Neo
3 Replies
SDL::Mixer(3)						User Contributed Perl Documentation					     SDL::Mixer(3)

NAME
SDL::Mixer - a SDL perl extension SYNOPSIS
$mixer = new SDL::Mixer -frequency => MIX_DEFAULT_FREQUENCY, -format => MIX_DEFAULT_FORMAT, -channels => MIX_DEFAULT_CHANNELS, -size => 4096; DESCRIPTION
SDL::Mixer allows you access to the SDL mixer library, enablig sound and music volume setting, playing, pausing and resuming, as well as fading the sound and music in and out. METHODS
new() $mixer = SDL::Mixer->new( -frequency => MIX_DEFAULT_FREQUENCY, -format => MIX_DEFAULT_FORMAT, -channels => MIX_DEFAULT_CHANNELS, -size => 4096); Creates a new SDL::Mixer object. $size is the buffer size in bytes. query_spec() my $specs = SDL::Mixer::query_spec(); Returns a hash reference, containing the following keys and their respective values: -status -frequency -channels -format reserve_channels $mixer->reserve_channels(4); Reserve so many channels. allocate_channels() $mixer->reserve_channels(2); Allocate so many channels. group_channel(channel,group) Group the channel number $channel into group $group. group_channels(from,to,group) Groups a range of channels group_available(group) Return true when the group is available. group_count(group) Returns the number of channels in the group group_oldest() group_newer() play_channel() play_music() Play $music $loop times. fade_in_channel(channel,chunk,loops,ms,ticks) Fades a channel in fade_in_music(music,loops,ms) Fades the music in over a number of ms, looping as it does channel_volume(channel,volume) Sets the volume for a single channel mucis_volume(volume) Set the volume for the music. halt_channel(channel) Stops a specific channel halt_group(group) Stops a group of channels halt_music() Stops the music channel_expire(channel,ticks) Ignores the channel after "ticks" has expired fade_out_channel(channel,ms) Fade the channel number $channel in $ms ms out. fade_out_group(group,ms) Fade the channel group $group in $ms ms out. fade_out_music(ms) Fade the music in $ms ms out. fading_music() Return true when the music is currently fading in or out. fading_channel() Return true when the channel number $channel is currently fading in or out. pause( channel ) Pause the channel $channel. resume(channel) Resume the channel $channel. paused() Return true when the channel is currently paused. pause_music() Pause the music play. resume_music() Resume the music play. rewind_music() Resets the music file to the beginning music_paused() Return true when the music is currently paused. playing() Return true when the channel is currently playing. playing_music () Return true when the music is currently playing. AUTHORS
David J. Goehrig, basic doc added by Tels <http://bloodgate.com>. SEE ALSO
perl, SDL::Music and SDL::Sound. perl v5.12.1 2010-07-05 SDL::Mixer(3)
All times are GMT -4. The time now is 01:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy