jbclements / portaudio

Racket Bindings for PortAudio
Other
9 stars 7 forks source link

[Question] Audio input #12

Open pmatos opened 3 years ago

pmatos commented 3 years ago

I have been looking for a way to get an audio stream into racket. Portaudio seems to be able to do that: http://files.portaudio.com/docs/v19-doxydocs/open_default_stream.html

However, the bindings don't seem to allow anything like this. Is this still in the works?

jbclements commented 3 years ago

Hmm.. I'm not sure I understand the question. This library does support streaming output, and recording fixed-length inputs. Are you looking for the ability to record streaming audio input?

pmatos commented 3 years ago

Yes, I am looking for the ability to record streaming input. Do you know what's involved in something like this?

Guess we need to extend the bindings, right?

On 8 May 2021 01:00:28 CEST, John Clements @.***> wrote:

Hmm.. I'm not sure I understand the question. This library does support streaming output, and recording fixed-length inputs. Are you looking for the ability to record streaming audio input?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/jbclements/portaudio/issues/12#issuecomment-834842849

jbclements commented 2 years ago

Yes!