maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Vuvuzela Horn app (https://talk.maemo.org/showthread.php?t=56329)

infected69 2010-06-16 09:23

[Request] Vuvuzela Horn app
 
hey there can someone maybe make a REALLY simpel vuvuzela horn app ?

with a button and the horn sound start... and the option to hold the button so the sound keeps playing...

i know the sound is pissing people off... but come on its the world cup.... :)

is someone up for it?

update:

this is the most clean sound that i can find

http://www.sparwath.net/upload/upload_dir/vuvuzela.zip

vuvuzela image

http://www.sparwath.net/upload/upload_dir/Vuvuzela.png

qwerty12 2010-06-16 09:27

Re: [Request] Vuvuzela Horn app
 
Sure.... I'm on my N900 so let me just find my com... BZZZZZZZZZZZZZZZZZZ

Seriously, I'm sure you can find a sound clip on the Internet. mplayer -loop 99999 vuvuzela.mp3

andrew_85 2010-06-16 09:32

Re: [Request] Vuvuzela Horn app
 
yeahhhhhhhhhhhh ;-)

infected69 2010-06-16 10:27

Re: [Request] Vuvuzela Horn app
 
this is the most clean sound that i can find

http://www.sparwath.net/upload/upload_dir/vuvuzela.zip

vuvuzela image

http://www.sparwath.net/upload/upload_dir/Vuvuzela.png

real_per 2010-06-16 10:32

Re: [Request] Vuvuzela Horn app
 
I completely second that motion. Would be hysterically annoying! :)

davidp 2010-06-16 10:33

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by infected69 (Post 717316)

I can give it a try... I'm not a real programmer but I've been learning C, C++ and Qt4... And had no idea of which kind of application to make. ^^

I cannot promise anything except that I will try...

A good programmer though will have it done for you by the end of the day!

simpu 2010-06-16 10:34

Re: [Request] Vuvuzela Horn app
 
maybe it's possible to import this in moobox ;)

Crogge 2010-06-16 10:49

Re: [Request] Vuvuzela Horn app
 
Vuvuzela! Gief!

Ginge52 2010-06-16 11:00

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by simpu (Post 717329)
maybe it's possible to import this in moobox ;)

Have just added it to Moobox and it works, now time to start annoying the hell out of people!

infected69 2010-06-16 11:04

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by Ginge52 (Post 717351)
Have just added it to Moobox and it works, now time to start annoying the hell out of people!

yeah but its too damn hard to get it to play with the accr... and you cant play it on command or is it just me? any tips?

EDIT: pictures

http://i46.tinypic.com/30huddv.png

http://i50.tinypic.com/110xcnd.png

jfk 2010-06-16 11:25

Re: [Request] Vuvuzela Horn app
 
An even better idea:
Let the user blow into the N900's microphone and use that to trigger playing the sound. :)

kojacker 2010-06-16 11:37

Re: [Request] Vuvuzela Horn app
 
I had originally used a vuvuzela for the tutorial I wrote for pygame and the accelerometer, it played a vuvuzela note when the n900 was tilted back (effect being to mimic as if it was held up to the mouth and the head tilted back..) In the end I replaced it with a hammer (maeHammer), which plays a hammer noise at the bottom of a hammering movement.

In any case, if you download a vuvuzela sound, you can simply use the tutorial to write python code to play it.. either with a keyboard button (use the left button code from the first maeSpaceShip example) or with the accelerometer and change it to read tilts backwards. Copy and paste the code from the thread into notepad, it's a couple of lines of code changes and less than 5 minutes of work.. might be a nice beginner app :)

demos 2010-06-16 12:04

Re: [Request] Vuvuzela Horn app
 
I would really just like the lightest, simplest programme possible to push the screen and get the sound out loud immediately!

Pls, someone do it quick!

twaelti 2010-06-16 12:17

Re: [Request] Vuvuzela Horn app
 
We don't need no special app, we have a real computer...
just try this Flash vuvuzela

infected69 2010-06-16 12:18

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by demos (Post 717411)
I would really just like the lightest, simplest programme possible to push the screen and get the sound out loud immediately!

Pls, someone do it quick!

yes this is the way to do it the moobox just dont do it in this case

Blaizzen 2010-06-16 12:21

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by twaelti (Post 717427)
We don't need no special app, we have a real computer...
just try this Flash vuvuzela

And one more
http://vuvuzelabutton.com/vuvu.swf

qwerty12 2010-06-16 12:24

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by infected69 (Post 717354)

Why do you have a picture of a cock?

x61 2010-06-16 12:30

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by qwerty12 (Post 717436)
Why do you have a picture of a cock?

Yeah, a cock and a pu55y-cat.

infected69 2010-06-16 12:54

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by qwerty12 (Post 717436)
Why do you have a picture of a cock?

you dont know what a cock sounds like :rolleyes:

lcuk 2010-06-16 13:22

Re: [Request] Vuvuzela Horn app
 
lol @ this - we do indeed need an app for it

quick mockup:
http://bit.ly/9688g7

eagle_linux 2010-06-16 15:56

Re: [Request] Vuvuzela Horn app
 
1 Attachment(s)
Hehe, great idea. I hacked together a little app in python using pygame.
However, I did not add the soundfile, as I did not know under which license it was released. You can, however, simply convert the file the original poster provided (even on your N900, requires mplayer):

Code:

mplayer -ao pcm vuvuzela.mp3
mv audiodump.wav vuvuzela.wav

and then putting vuvuzela.wav in a new directory together with the contents of the zip-file i provided.

Have fun! ;)

P.S.: One (among probably many) caveat, though: The soundfile doesn't loop very good. If we find a properly (i.e. CC) licensed one, we can however cut it as we see fit :)

HtheB 2010-06-16 18:41

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by lcuk (Post 717523)
lol @ this - we do indeed need an app for it

quick mockup:
http://bit.ly/9688g7


awesome!!!! :d

flailingmonkey 2010-06-16 19:02

Re: [Request] Vuvuzela Horn app
 
trolls should be forced to use the following site: http://www.vuvuzela-time.co.uk/talk.maemo.org

danx 2010-06-16 19:10

Re: [Request] Vuvuzela Horn app
 
yes , my father hates that noise, so how do i install it ?

kojacker 2010-06-16 20:06

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by eagle_linux (Post 717745)
Hehe, great idea. I hacked together a little app in python using pygame.
However, I did not add the soundfile, as I did not know under which license it was released. You can, however, simply convert the file the original poster provided (even on your N900, requires mplayer):

Code:

mplayer -ao pcm vuvuzela.mp3
mv audiodump.wav vuvuzela.wav

and then putting vuvuzela.wav in a new directory together with the contents of the zip-file i provided.

Have fun! ;)

P.S.: One (among probably many) caveat, though: The soundfile doesn't loop very good. If we find a properly (i.e. CC) licensed one, we can however cut it as we see fit :)

Great work eagle_linux! I installed it and it works flawlessly - touch the screen to play the vuvuzela file, lift your finger to stop playing! :) A great app and with your first post on maemo.org too!

http://i90.photobucket.com/albums/k2...616-204931.png

I can't believe nobody has thanked you yet - they ask for a vuvuzela app, you deliver one - what a fickle crowd we have here ;)

Maybe next step is to package it up with a sound file and put it on the repositories! And don't be letting your new found skills go to waste, beginners welcome in the friendly coding comp (link in sig below)

btw If anyone is stuck finding a vuvuzela wav file, I literally used the first result from a google search.

I almost cant wait to get into work tomorrow and have this beauty blaring away all day :D

ny-hardcore 2010-06-16 21:13

Re: [Request] Vuvuzela Horn app
 
1 Attachment(s)
I made one that uses the Accelerometer to start & stop de vuzuzela sound... Tilt the phone as if you where blowing the vuvu

the file is hosted here:
http://www.luckies.nl/maemo/maevuvu_0.1.tar.gz


-1. download the tar.gz to your documents folder on the N900
0. Open xterm and become root:
root
1. install python-pygame (if not installed already)
apt-get install python-pygame
2. make a folder in /home/opt with the name vuvu
mkdir /home/opt/vuvu
3. change to the folder
cd /home/opt/vuvu/
4. Unpack the prev. downloaded file
tar -zxvf /home/user/MyDocs/.documents/maevuvu_0.1.tar.gz
5. Copy the .desktop file so you get an icon in the menu
cp Vuvu.desktop /home/user/.local/share/applications/hildon/

(sound & picture file licences are unkown)
code snippets 'borrowed' from kojakker
http://talk.maemo.org/showthread.php...ghlight=pygame

CepiPerez 2010-06-16 21:51

Re: [Request] Vuvuzela Horn app
 
I think it's more easy if you add a queen beecon widget that plays the file

kojacker 2010-06-16 21:55

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by ny-hardcore (Post 718238)
I made one that uses the Accelerometer to start & stop de vuzuzela sound... Tilt the phone as if you where blowing the vuvu

the file is hosted here:
http://www.luckies.nl/maemo/maevuvu_0.1.tar.gz

Awesome job ny-hardcore! :D

Quote:

Originally Posted by CepiPerez (Post 718342)
I think it's more easy if you add a queen beecon widget that plays the file

You've got a N900. If you like things easy, you got the wrong phone! lol ;)

igorlt 2010-06-16 22:04

Re: [Request] Vuvuzela Horn app
 
I love it!!!!

Tks!

http://twitpic.com/1xcyhi

Pσσσσσσσσσσ!!!!!!!!!!!!!!! lol

ny-hardcore 2010-06-16 22:07

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by kojacker (Post 718348)
Awesome job ny-hardcore! :D


You've got a N900. If you like things easy, you got the wrong phone! lol ;)

haha thanx, but without your tutorial it wouldn't be possible..

do you by any chance know how to package a deb? tried the wiki pages, but don't want to upload it to the repos, just want to make a .deb

kojacker 2010-06-16 22:13

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by ny-hardcore (Post 718364)
haha thanx, but without your tutorial it wouldn't be possible..

do you by any chance know how to package a deb? tried the wiki pages, but don't want to upload it to the repos, just want to make a .deb

Glad it helped :)

Hmm.. package a deb.. no idea! I had a quick search and found this - http://wiki.maemo.org/Packaging#Packaging_a_.deb - if you haven't seen it yet (I know you've looked in the wikis so you probably have) take a look, maybe it holds some clues.. Keep us posted ).

MohammadAG 2010-06-17 01:28

Re: [Request] Vuvuzela Horn app
 
I really, really, REALLY, hate that sound in the world cup games.
Nonetheless, I've got nothing better to do (actually I do, but can't get around to doing them).

Edited the files around a bit, please don't use /home/opt, it'd make it hard to fix broken apps when and if maemo was booted off the eMMC (one could symlink /home/opt to /opt, but you get the point)
Also changed the filenames a bit.

deb file
http://mohammadag.ucoz.com/maemo/maevuvu_0.1_all.deb
Package sources
http://mohammadag.ucoz.com/maemo/maevuvu_0.1.dsc
http://mohammadag.ucoz.com/maemo/maevuvu_0.1.tar.gz
http://mohammadag.ucoz.com/maemo/mae...source.changes

kojacker 2010-06-17 01:49

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by MohammadAG (Post 718570)
I really, really, REALLY, hate that sound in the world cup games.
Nonetheless, I've got nothing better to do (actually I do, but can't get around to doing them).

Edited the files around a bit, please don't use /home/opt, it'd make it hard to fix broken apps when and if maemo was booted off the eMMC (one could symlink /home/opt to /opt, but you get the point)
Also changed the filenames a bit.

deb file
http://mohammadag.ucoz.com/maemo/maevuvu_0.1_all.deb
Package sources
http://mohammadag.ucoz.com/maemo/maevuvu_0.1.dsc
http://mohammadag.ucoz.com/maemo/maevuvu_0.1.tar.gz
http://mohammadag.ucoz.com/maemo/mae...source.changes

Thanks for taking the time to create a deb package, do you have time to outline the steps you did to make it? It would be helpful for ny-hardcore and myself, and Im sure others would be interested too.

NightShift79 2010-06-17 04:22

Re: [Request] Vuvuzela Horn app
 
i'm not able to install this when i open this .deb with the program manager... it says it can be nstalled, but then it says, it failes...

bandora 2010-06-17 04:58

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by NightShift79 (Post 718681)
i'm not able to install this when i open this .deb with the program manager... it says it can be nstalled, but then it says, it failes...

Go to X-term then type sudo gainroot, then type apt-get install python-pygame...

lostinmirkwood 2010-06-17 05:28

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by flailingmonkey (Post 717984)
trolls should be forced to use the following site: http://www.vuvuzela-time.co.uk/talk.maemo.org

heheheh, that was awesome.

lostinmirkwood 2010-06-17 05:36

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by kojacker (Post 718584)
Thanks for taking the time to create a deb package, do you have time to outline the steps you did to make it? It would be helpful for ny-hardcore and myself, and Im sure others would be interested too.

Not sure what MohammadAG did, but...
The main all inclusive Debian Guide for packaging.

But I've been using the instructions In the Py2Deb Wiki for packaging. once you set up your build_myapp.py python packaging takes all of 10 seconds entirely on the device.

Dousan 2010-06-17 05:57

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by lcuk (Post 717523)
lol @ this - we do indeed need an app for it

quick mockup:
http://bit.ly/9688g7

Awesome Lol... :D Who needs an app when you can have TMO in a worldcup addition. Thank you icuk hahahaha :D

acou 2010-06-17 07:43

Re: [Request] Vuvuzela Horn app
 
Quote:

Originally Posted by MohammadAG (Post 718570)
I really, really, REALLY, hate that sound in the world cup games.

After a while i don't even notice it anymore.
Bit OT, but i've been thinking about this alot recently.
IMO It is a very interesting phenomenon mirroring many nihilistic aspects of contemporary life such as the loss of any dynamics like in Brickwall Mastering and Distortion in music, Internet (think "Buzz" or "Forum Noise"), Flashmobs, even the permanent inaudible WLAN and 3G radiation, etc. We are surrounded by noise each and every day and more than ever. Don't know why, but somehow the sound reminds me of the District 9 movie too.

There are even more facets which come to my mind, so my opinion is: Keep blowing those things, because this is exactly where we are today. Looking foward to elaborate on this subject in an extended blog article soon. :)

infected69 2010-06-18 11:10

Re: [Request] Vuvuzela Horn app
 
has anyone been able to find a cleaner sound file ??

maybe one can rip it from the iphone app :)

EDIT:
maybe this one is better then the first file i found.... its more clean but maybe its missing some vuvu feel ?

http://www.zedge.net/ringtones/10289...horn-ringtone/


All times are GMT. The time now is 06:55.

vBulletin® Version 3.8.8