this post was submitted on 17 Jan 2024
67 points (100.0% liked)

Asklemmy

42495 readers
4433 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
67
Can we simulate sound? (self.asklemmy)
submitted 5 months ago* (last edited 5 months ago) by IntriguedIceberg to c/[email protected]
 

I know that nowadays there are some physics engines pretty advanced, capable of very complex simulations.

Are we at a point in technology where if, for example, we were to simulate a rock being dropped on the floor from a certain distance, the simulation can calculate the shape and weight of the rock , the air resistance experienced during the fall, the density of the floor where the rock will fall onto, and all the other thousands of factors involved, and from those things "calculate" the sound that the rock will make when hitting the floor, and then reproduce it?

Is there such a thing? Are we there yet? If not, is it something feasible?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 5 months ago* (last edited 5 months ago)

What you can do, and is probably the best way to get this to work, is tackle this with machine learning. You will need lots sound samples of rocks, with details of the rock, and feed them to some (probably deep learning) model.

Speech mimicking with AI has shown we are able to mimick voices, so I think a similar approach would work for rocks. Probably need some tuning and a bit different architecture for nice results since the application differs a bit.

It will of course be an approximation, but that is any calculation. Since all models are wrong, but some are less wrong than others.