SetSoundFrequency() for Mac and Linux

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

SetSoundFrequency() for Mac and Linux

Post by coco2 »

I would like to make a Win/Mac/Linux driving game and really wish for this :D

Unless someone knows another way to make the engine sound changing frequency?
Quin
Addict
Addict
Posts: 1131
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: SetSoundFrequency() for Mac and Linux

Post by Quin »

+1. Currently if you want this on the Mac, you have to either use an audio library like Bass or call out to AVAudio directly, not to mention that CatchSound on the Mac seems incredibly broken (need to finish my tester for that). I hope the sound library switches to MiniAudio eventually and this is no longer a problem.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SetSoundFrequency() for Mac and Linux

Post by Fred »

Yes, it's the plan, I hope for next 6.20.
benubi
Enthusiast
Enthusiast
Posts: 215
Joined: Tue Mar 29, 2005 4:01 pm

Re: SetSoundFrequency() for Mac and Linux

Post by benubi »

It would be also nice if there was an audio recording function, perhaps some "custom audio callbacks" for life sound generation (or recording/encoding/streaming in or out).
Quin
Addict
Addict
Posts: 1131
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: SetSoundFrequency() for Mac and Linux

Post by Quin »

Miniaudio does support this, so I hope we'll see it. It even supports loopback with WASAPI, and it would be even more awesome if PB exported this to us.
benubi wrote: Mon Jan 01, 2024 4:30 pm It would be also nice if there was an audio recording function, perhaps some "custom audio callbacks" for life sound generation (or recording/encoding/streaming in or out).
Post Reply