Live data from Hacker News

Frequency-shaped background noise generators

mynoise.net

31–40 of 114 posts

Re: Frequency-shaped background noise generators

#31

I really like this. I use simplynoise's noise generators to drown out noise at work (oscillating brown noise usually) But I like having an equalizer. I've opened up multiple tabs and superimposed the noises, it downs everything out. Hope you can spare the traffic.

>I've opened up multiple tabs and superimposed the noises, it downs everything out. Hope you can spare the traffic.

I built a noise generator around the concept of superimposing noises over each other [1]. I've consistently struggled with performance - at the moment it takes far too long to load properly. I'm planning to implement just-in-time loading when I get some free time

[1] http://asoftmurmur.com

Re: Frequency-shaped background noise generators

#33

First of all -- awesome concept and execution, and great sound samples. Well-done. > Mobile Safari iOS 6 on iPad 2+, iPhone 4GS+ But... not working on my 4S/iOS6. :( Anyone got it working to play in the background, even when your phone's screen is off? I also wonder about battery life as HTML5 audio, vs if it were an app. The creators clearly want to support HTML-only, according to the FAQ, but this calls for an app…

I don't really understand how it runs on iOS devices at all - to the best of my knowledge, it simply isn't possible to control device audio volume from javascript on iOS [1]. Or at least, that seemed to be the consensus last time I attempted to.

[1] https://developer.apple.com/library/safari/documentation/Aud... - "On iOS devices, the audio level is always under the user’s physical control. The volume property is not settable in JavaScript."

Re: Frequency-shaped background noise generators

#35

First of all -- awesome concept and execution, and great sound samples. Well-done. > Mobile Safari iOS 6 on iPad 2+, iPhone 4GS+ But... not working on my 4S/iOS6. :( Anyone got it working to play in the background, even when your phone's screen is off? I also wonder about battery life as HTML5 audio, vs if it were an app. The creators clearly want to support HTML-only, according to the FAQ, but this calls for an app…

I don't really understand how it runs on iOS devices at all - to the best of my knowledge, it simply isn't possible to control device audio volume from javascript on iOS [1]. Or at least, that seemed to be the consensus last time I attempted to. [1] https://developer.apple.com/library/safari/documentation/Aud... - "On iOS devices, the audio level is always under the user’s physical control. The volume property is not…

You can always reduce the volume in software before sending it to whatever API plays your sounds. This is especially easy if you're synthesizing the sound with the desired output volume known.

Re: Frequency-shaped background noise generators

#36
post #32

Needs Birdsong: http://www.bbc.co.uk/news/magazine-22298779 Everything feels better when listening to the Dawn Chorus.

There is something like this currently under development. There is a problem though: my noise generators are supposedly active across the whole hearing range, from 20Hz to 20kHz. And birds are only producing frequencies above 1000Hz. So, I need to fill up the bottom sliders with other sounds, or find... really big birds! ;-)

Re: Frequency-shaped background noise generators

#38
Fantastic. I tend to not like rain sound simulators, but the sliders let me pick one that seemed believable and familiar. I loved how the darker end of the spectrum let me simulate a visit to the Oregon coast.

(After which, I wished there was actually a storm right now, until I walked out onto my balcony and realized it was raining.)

"Too much internet for me" as they say.

Re: Frequency-shaped background noise generators

#39
Hi Guys! I am the developer of the myNoise website and just want to say that all your comments are a great source of inspiration today: many suggestions for further improvements will be taken into account! Although I did entirely code the website by my own using a simple text editor, I am not a programmer, in the sense that I never learned how to program efficiently and beautifully. Multiplatform issues, and mobile browsers in particular, are driving me crazy ;-) And yes... I feel a bit "naked" now as some of you are digging into my website code with much expertise. Please be indulgent! ;-) Cheers, Stephane
Post reply on HN