sonosaurus / sonobus

Source code for SonoBus, a real-time network audio streaming collaboration tool.
https://sonobus.net
GNU General Public License v3.0
1.53k stars 110 forks source link

fix resampling OR add some warnings #1

Open omarcostahamido opened 3 years ago

omarcostahamido commented 3 years ago

First of all, very cool project!

I'm testing it myself on the same machine.

I was just thinking that this app of yours may actually help addressing two problems at the same time:

I tried running the dedicated app and the vst inside max. App allow to select SR (48k), vst does not, but I would assume it to inherit from the hosting app (48k). What I hear was audio being transposed... When I changed the dedicated app to 44.1k transposing was gone. It seem that:

Best, OCH

essej commented 3 years ago

Oh wow, let me try to reproduce that one... the thing should be handling the resampling internally if the received stream has a different sample rate then it is running at. But clearly you seem to have found a way it isn't...

essej commented 3 years ago

still need to reproduce this one.... sorry if it is still happening

omarcostahamido commented 3 years ago

Hi @essej tbh I have not tried since then. Have not tried the new version yet. But thanks for the circling back. Best,