New shoutbox sound

Started by Vawmataw, November 21, 2015, 05:13:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vawmataw

Kaltxì ma smukan sì smuke

This thread is the continuing of a discussion started in the shoutbox.
It is believed that the blip from the shoutbox might annoy some people. It's loud and it surprises us every time. Unfortunately, we can't turn it off by default. However, the sound might be changed.

You can make your proposals for the next shoutbox sound. The only requirements are to not be annoying and to be better than the current boring blip.


Irayo ma smukan sì smuke
Fmawn Ta 'Rrta - News IN NA'VI ONLY (Discord)
Traducteur francophone de Kelutral.org, dict-navi et Reykunyu

Toliman

Nice idea  :D

Current blip from the shoutbox is not such annoying for me (but is really boring) but this nice sound is far better  :) :D

Hahaw[hhvhhvcz]

Yeah nice ideo :D

Quote from: Kamailehope on November 21, 2015, 05:22:20 PM
Current blip from the shoutbox is not such annoying for me (but is really boring) but this nice sound is far better  :) :D

As Kam. said, it is not annoying but really boring. I think Facobook have similar sound on chat.

So, it's great that we will have the nice Neytiri-Seze blip sound. It will make the forum more Na'vi related. :D
My Steam Profile (from SteamDB)
  • Worth: $1551 ($396 with sales) (updated 17.3.16)
  • Games owned: 97
  • Games not played: 34 (35%)
  • Hours on record: 1,825.3h

Vawmataw

Breaking news: Tìtstewan succeeded to change it.
Irayo nìtxan. :D
Fmawn Ta 'Rrta - News IN NA'VI ONLY (Discord)
Traducteur francophone de Kelutral.org, dict-navi et Reykunyu

Toliman


Vawmataw

#5
Edit: Maybe some folks in Europe will still hear the old blip.
Edit 2: Now working for everyone. If you experience problems, please tell the admins.
Fmawn Ta 'Rrta - News IN NA'VI ONLY (Discord)
Traducteur francophone de Kelutral.org, dict-navi et Reykunyu

Tìtstewan

Yeah, lol...my silly idea was:
// the alert of new msgs
function Shoutbox_NewMsgs()
{
// Notify?
trigger = 1;
counter = 0;

// Play sound!
if (Shoutbox.feature.nosound || Shoutbox.disabled.sound == 1)
return;

// if it is unsupported, won't play or show errors
var audio = new Audio(smf_default_theme_url + '/scripts/ney-ney-shoutbox.wav'); // original link was: /scripts/shoutbox/shoutbox.wav

// Internet Explorer cannot reproduce wav
if (is_ie)
audio = new Audio(smf_default_theme_url + '/scripts/ney-ney-shoutbox.mp3'); // original link was: /scripts/shoutbox/shoutbox.mp3

audio.play();
}


Quote from: Vawmataw on November 21, 2015, 06:53:59 PM
Edit: Maybe some folks in Europe will still hear the old blip.
Just wait for the CDN...

-| Na'vi Vocab + Audio | Na'viteri as one HTML file | FAQ | Useful Links for Beginners |-
-| Kem si fu kem rä'ä si, ke lu tìfmi. |-

BlueHusky2154

I like the idea Vawmataw.
Actually one of my favorite sounds from Avatar.
:)
Avatar, Furry, Amateur Astronomy, IT, PC gaming, Minecraft, Fortnite, music.
My life summarized.
:ikran: 8)


Hahaw[hhvhhvcz]

Txantsana pam :D

Eleven of ten Ikran like it.(11/10) :D :ikran:




My Steam Profile (from SteamDB)
  • Worth: $1551 ($396 with sales) (updated 17.3.16)
  • Games owned: 97
  • Games not played: 34 (35%)
  • Hours on record: 1,825.3h

Kemaweyan

Tse.. is it possible to turn it off by default? Currently I must turn off the sound every time when I open the forum >:(
Nìrangal frapo tsirvun pivlltxe nìNa'vi :D

Tìtstewan

The setting for it are saved in a cookie if I am not mistaken. That would be a question for the shoutbox dev...

-| Na'vi Vocab + Audio | Na'viteri as one HTML file | FAQ | Useful Links for Beginners |-
-| Kem si fu kem rä'ä si, ke lu tìfmi. |-

TrueLoveforNeytiri

@Vawmataw, Even though I don't frequent here as much as I should, I like the idea! I approve! :) Thanks for the heads up on the "dark side" (AF). lolz  ;)

Quote from: TEAgaming2154 on November 21, 2015, 06:59:34 PM...Actually one of my favorite sounds from Avatar.

Mine too. :D

Vawmataw

Quote from: TrueLoveforNeytiri on November 21, 2015, 08:17:11 PM
Thanks for the heads up on the "dark side" (AF). lolz  ;)
You're welcome :)
Fmawn Ta 'Rrta - News IN NA'VI ONLY (Discord)
Traducteur francophone de Kelutral.org, dict-navi et Reykunyu

Kemaweyan

Quote from: Tìtstewan on November 21, 2015, 07:58:25 PM
The setting for it are saved in a cookie if I am not mistaken. That would be a question for the shoutbox dev...

Yeah. But when I restart a browser, these cookies are deleted :(
Nìrangal frapo tsirvun pivlltxe nìNa'vi :D

Tìtstewan

#14
Quote from: TrueLoveforNeytiri on November 21, 2015, 08:17:11 PM
[...] Thanks for the heads up on the "dark side" (AF). lolz  ;)
:D You are welcome. LN has a "dark side" (dark theme, dark sound* etc. ;D)




Quote from: Kemaweyan on November 21, 2015, 08:23:51 PM
Yeah. But when I restart a browser, these cookies are deleted :(
I don't know what browser you are using, but I guess it could be possible to let survive that cookie. :-\
The marked line is the cookie (Firefox)


EDIT: I am not able to keep that cookie after closing FF...

-| Na'vi Vocab + Audio | Na'viteri as one HTML file | FAQ | Useful Links for Beginners |-
-| Kem si fu kem rä'ä si, ke lu tìfmi. |-

Vawmataw

Fmawn Ta 'Rrta - News IN NA'VI ONLY (Discord)
Traducteur francophone de Kelutral.org, dict-navi et Reykunyu

Tìtstewan

I got one idea: I could go to the script and inverse the variables. One would have to click at the button if one want to hear a notification sound. But I am not sure if this would be _the_ solution... hmmm...

-| Na'vi Vocab + Audio | Na'viteri as one HTML file | FAQ | Useful Links for Beginners |-
-| Kem si fu kem rä'ä si, ke lu tìfmi. |-

Kemaweyan

Quote from: Tìtstewan on November 21, 2015, 08:31:43 PM
Quote from: Kemaweyan on November 21, 2015, 08:23:51 PM
Yeah. But when I restart a browser, these cookies are deleted :(
I don't know what browser you are using, but I guess it could be possible to let survive that cookie. :-\
The marked line is the cookie (Firefox)


EDIT: I am not able to keep that cookie after closing FF...

I'm using FF :)
Nìrangal frapo tsirvun pivlltxe nìNa'vi :D

`Eylan Ayfalulukanä

Pam amip lu txantsan! Var tsapam!

Yawey ngahu!
pamrel si ro [email protected]

Ertew

It's nice to see, that You can bring my idea to live.
Too sad, that Toruk Makto have different opinion about changing sound.

New question, can we have different sounds for different themes? That would be nice compromise for everybody.
Any errors in spelling, tact or fact are transmission errors.

Hi! I'm a signature virus. Copy me into your signature to help me spread.