@bob_wiley@lemmy.world
link
fedilink
English
48
edit-2
1Y

deleted by creator

I’m curious about this too. Maybe they are listening with headphones? I have no idea if they make them like this but it seems like an opportunity for white noise machine makers to just add Bluetooth and they would sell more. Maybe?

@jmp242@sopuli.xyz
link
fedilink
English
31Y

There are apps that can make white noise while using 0 network really. If I was Spotify I’d write a library into the app that detected white noise and stopped streaming, and just turned on the local generator in their app.

@mindbleach@lemmy.world
link
fedilink
English
11Y

I’d have a Javascript one-liner producing white noise, except web audio is a Gordian knot of inscrutable identical-sounding types and contexts and maps and whateverthefuck. Documentation reads like they forgot to implement it and hoped nobody would notice.

How do you generate noise? Well you need a sink. How do I get a sink? Well you need an event. How do you get an event? Well you need a processor. How do you get a processor? Well you need a context. How do you get a context? Well you need a node. How do you get a node? Well you need a sink. I’m going to stab you now. Understandable.

@mindbleach@lemmy.world
link
fedilink
English
1
edit-2
1Y

Anyway it’s something like data:text/html,{script} ac = new AudioContext(); wn = ac.createScriptProcessor( 4096, 1, 1 ); wn.onaudioprocess = (e) => e.outputBuffer.getChannelData(0).forEach( (v,i,a) => a[i] = Math.random() ); wn.connect( ac.destination ); {/script} except with whatever dark wizardry makes output reach a speaker.

Also I’m not sure .forEach works on whichever array-like type was chosen for audio channels. This stupid language has so many incompatible and incomplete array implementations.

edit: And angle brackets on script and /script, because this stupid website fucked up its Markdown. Preventing random HTML strings in comments: excellent, necessary, obvious; it is not 1999 anymore. Doing so by deleting the entire goddamn thing as if you parsed it before removing it: DEEPLY TROUBLING.

@mindbleach@lemmy.world
link
fedilink
English
41Y

White noise is literally random numbers. Your machine can do it using approximately zero percent of its available resources.

In a very real sense, any single transistor can do it, and computer engineering is an effort to keep them from doing it.

@bob_wiley@lemmy.world
link
fedilink
English
3
edit-2
1Y

deleted by creator

Not to mention, Spotify is putting ads in white noise content? Kinda…destroys the entire concept, no?

There is so much about this story that makes me hate modern society. How is more of this content still being created? Why are there ads? Spotify can destroy peoples livelihood on a whim?

Although, I did find the part where someone with podcast “didn’t want to call attention to their show” pretty funny.

@bob_wiley@lemmy.world
link
fedilink
English
1
edit-2
1Y

deleted by creator

Yeah, who says America doesn’t build stuff anymore?! Have you seen our premium content?!

Lol like I said, modern society is a fuckin joke. At this point I’m rooting for climate change

@money_loo@lemmy.world
link
fedilink
English
11Y

I just ask my HomePod to do it.

I guess that it might be streaming it?

Which sorta highlights a large portion of the people doing it you’re likely missing: people who don’t even think about it.

@bob_wiley@lemmy.world
link
fedilink
English
3
edit-2
1Y

deleted by creator

@InFerNo@lemmy.ml
link
fedilink
English
101Y

People could buy an analog radio and “tune” into the cosmic noise.

@bob_wiley@lemmy.world
link
fedilink
English
5
edit-2
1Y

deleted by creator

I usually only do it when I’m travelling and have to stay at a motel or something. At home I just have a box fan for white noise and air flow.

EighthLayer
link
fedilink
English
41Y

My wife and I play white noise to my son via Spotify to help him sleep.

@Matrim@lemmy.world
link
fedilink
English
01Y

We have a white noise machine for my son in his room, but having it handy via Spotify is nice for using it in the car.

@jimbo@lemmy.world
link
fedilink
English
1
edit-2
1Y

Weirdo me just put a cheap fan in our son’s room.

@Hazdaz@lemmy.world
link
fedilink
English
11Y

I do!

Actually not white noise. I find it harsher than brown noise which is more soothing to my ears.

I use Amazon Prime though. I used to just run an app which generated the noise on my phone. Except that my phone is right next to me on my nightstand. It was annoying because one ear would hear it much louder than the other. So I started using the built in background noises that Amazon offers on my Alexa device which was across the room from the bed.

Now I agree with you that it seems like it’s a waste of bandwidth. But when I run it at night I’m not really using the internet for anything else. More importantly, if it was a problem for Amazon serving those noises, then let me install an app or something that would simply generate the noises. The mathematical formula to generate the noises with some sine waves is probably like a 1MB of data (if that) and I’d only need it once. But since I don’t think you can just install apps on Alexa devices then too bad for them. I’ll continue doing what I’m doing.

Create a post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


  • 1 user online
  • 210 users / day
  • 601 users / week
  • 1.38K users / month
  • 4.49K users / 6 months
  • 1 subscriber
  • 7.41K Posts
  • 84.7K Comments
  • Modlog