Turkmaster (Mturk)

A page-monitoring web app for Mturk (Mechanical Turk) designed to make turking more efficient. Easily monitor mturk search pages and requesters and Auto-Accept the HITs you missed.

< Feedback on Turkmaster (Mturk)

Question/comment

§
Posted: 2015-09-24

Any way to change a notification sound?

I'd like to change this notification sound http://rpg.hamsterrepublic.com/wiki-images/3/3e/Heal8-Bit.ogg

But am unsure how to change it in the code.

§
Posted: 2015-09-25
Edited: 2015-09-25

I did some experimenting and this seems to work:

at line 3133 I changed this :

sound.src = "data:audio/ogg;base64," + "T2dnUwACAAAAAAAAAACiLgAAAAAAAI75y0sBHgF2....blahblahlongstuff";


to this:

sound.src = "url to audio file goes here";

If this is incorrect let me know.

DonovanMAuthor
§
Posted: 2015-10-16

That is correct!

§
Posted: 2015-10-26
Edited: 2015-10-26

I dont have any sound at all. I am not sure what the issue is.

Post reply

Sign in to post a reply.