pyroomacoustics icon indicating copy to clipboard operation
pyroomacoustics copied to clipboard

Extract a formula or a filter to generate the reverb effect of an audio in a room for a realtime application

Open abu100 opened this issue 2 years ago • 1 comments

Hello! I am developing an application and for that I want to give an audio a reverb effect. I want to make it sound like the audio is being played in a large room with multiple sources. I am able to emulate it via pyroomacoustics but I want to extract the mechanics and use it in a real time environment. Is that possible with the pyroomacoustics library?

abu100 avatar Jun 15 '22 10:06 abu100

Hi @abu100 , if you want to have dynamic moving sources in real time, the performance might not be good enough. If you only want to have a number of pre-recorded room impulse responses, you can get them from room.rir attribute.

fakufaku avatar Jun 15 '22 13:06 fakufaku