Skip to content

Adding atmospherical rendering for misuka (speed of sound, pure tone attenuation) - #34

Open
tmschnell wants to merge 2 commits into
choras-org:developfrom
tmschnell:develop
Open

Adding atmospherical rendering for misuka (speed of sound, pure tone attenuation)#34
tmschnell wants to merge 2 commits into
choras-org:developfrom
tmschnell:develop

Conversation

@tmschnell

@tmschnell tmschnell commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR adds atmospherical rendering to misuka. With three new input fields for user:

  • propagation medium (string holding parameters like temp, real hum...)
  • Speed of sound method (use atmospheric dependent speed or specific user input)
  • apply attenuation (will fail run if selected but not matching atmospheric data was given)

Main changes:

  • pulling new misuka branch (as discussed with @mberz and @tjueterb)
  • adding input fields for new data
  • change misuka_interface to use new features

(IR synthesis uses ether user speed of sound or computed one depending on user selection)

Comment thread misuka_method/Dockerfile
git init && \
git remote add origin https://github.com/misuka-renderer/misuka.git && \
git fetch --depth 1 origin lgpl && \
git fetch --depth 1 origin feature/speed_of_sound && \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me review the changes you did to misuka.

Once the changes there are final, let's create a tag instead of checking out a branch so we can guarantee consistent behavior over time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants