Skip to main content

Hacking Winamp



->Open up winamp
-> select preferences[Ctrl-P]
-> select DSP/Effect under Plugins on the left pane
-> select Nullsoft Signal Processing Studio DSP on the visible right side pane[you will see it if u are using a winamp 5.xx]
you should see a window with some text fields, actually a lot. just select "Enable Processing" on the left side, and then in the right lowest pane, "Per sample(or sample-pair):", well that is another place to hack away.
if you do have a pair of headphones[would be better] or speakers placed like a audiophile would, paste this in that textbox:
l = 0.5*spl0;
r = 0.5*spl1;
spl0 = 2*l - r;
spl1 = 2*r - l;
what the above does is cut out a bit of the common channel. DSP enthusiasts will know. so experience wise, the sound "spreads" and the common center image lessens in intensity. beware that this lessens a lot of the common channel, so bass and other common frequencies will be chopped out, but rock tracks are really helped by this. for major modifications to the sound with this, it might not be helpful unless clubbed with other plugins to filter out produced harmonics.

explanation:
l = 0.5*spl0; //get the left channel and halve it
r = 0.5*spl1; //get the right channel and halve it
spl0 = 2*l - r; //take something of the common channel out of the left channel
spl1 = 2*r - l; //take something of the common channel out of the right channel
so spl0 is always the left channel and spl1 is the right channel. so something like spl0 = 0 is bound to take away the left channel.
hackaway.
Interesting Is'nt it?
thanks to Code Jockeys community@orkut.

Comments

Popular posts from this blog

Future of AI

  The Future of Artificial Intelligence Artificial intelligence (AI) is one of the most important technologies of our time. It is already having a major impact on our lives, and its influence is only going to grow in the years to come. AI is already being used in a wide variety of applications, including: Natural language processing: AI is used to understand human language, which is essential for applications like speech recognition and machine translation. Image recognition: AI is used to identify objects and patterns in images, which is used in applications like facial recognition and self-driving cars. Machine learning: AI is used to train machines to learn from data, which is used in applications like fraud detection and spam filtering. These are just a few examples of the many ways that AI is being used today. As AI continues to develop, it will be used in even more applications, and its impact on our lives will only grow. So what does the future hold for AI? Here are a few predic

Are CRED Rewards a Sham?

  CRED is a fintech startup that offers a credit card bill payment app. The app is designed to make it easier for users to pay their credit card bills on time and earn rewards. However, there are some concerns that CRED may not be good for consumers. One concern is that CRED encourages users to spend more money than they can afford. The app uses gamification and social media to create a sense of competition among users. This can lead to users spending more money in order to climb the leaderboard and earn rewards. Another concern is that CRED's rewards program is not as generous as it may seem. In order to earn the most rewards, users need to pay their credit card bills on time and in full. However, many users may not be able to do this, especially if they are struggling to make ends meet. Finally, CRED's privacy policy has been criticized for being too vague. The policy states that CRED may share user data with third-party partners, but it does not specify which partners or wha

T Shirt Quotes related to Computers

Last week while searching for some computer related quotes for T Shirt I came across certain quotes that I thought were very good.So I thought why not share these quotes with you.So here are these quotes,pick the one you like or if you have any of your favorites then do share it with us.Here is the list.. "Programmers don't byte, they nibble a bit" "To iterate is human, to recurse divine" " first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time" "99% of all girls are beautiful, the rest 1% are in my college "ASC!! a stupid question,get a stupid ANS!" "In cartooned form Atom1 - I have lost an electron. Atom2 - Are you sure? Atom1 - I am positive." "There's no place like 127.0.0.1 (“Home” for the non-geeks)" "YouTube(logo) myspace(logo) and I'll Google(logo) your Yahoo(logo)." " I'm a progr