1. Audio programing
- Posted by pablof858 <pablof858 at hotmail.com> Sep 19, 2006
- 514 views
Hello! does anybody now how to send an audio sequence to a standar audiocard? I trying to make a musical syth. The idea is that a function creates a sequence that is the audio signal I want to send, but I don't now how to do it in real time. I think I can first export as a wav, and then read it using win32lib, but it isnĀ“t in real time... the latency will be ugly. I have alrady post a similar messege, but it seems that nobody knows nothing about audio programing.
2. Re: Audio programing
- Posted by "Greg Haberek" <ghaberek at gmail.com> Sep 19, 2006
- 501 views
> Hello! does anybody now how to send an audio sequence to a standar audioc= ard? > I trying to make a musical syth. The idea is that a function creates a se= quence > that is the audio signal I want to send, but I don't now how to do it in = real > time. I think I can first export as a wav, and then read it using win32li= b, but > it isn=B4t in real time... the latency will be ugly. > I have alrady post a similar messege, but it seems that nobody knows noth= ing > about audio programing. Have you looked into BASS? Its in the Archive. I use it for my Audio Ripper Plus. I believe it will let you push raw data to memory and play it. ~Greg
3. Re: Audio programing
- Posted by pablof858 <pablof858 at hotmail.com> Sep 20, 2006
- 494 views
> Hello! does anybody now how to send an audio sequence to a standar audioc= ard? > I trying to make a musical syth. The idea is that a function creates a se= quence > that is the audio signal I want to send, but I don't now how to do it in = real > time. I think I can first export as a wav, and then read it using win32li= b, but > it isn=B4t in real time... the latency will be ugly. > I have alrady post a similar messege, but it seems that nobody knows noth= ing > about audio programing. >Have you looked into BASS? Its in the Archive. I use it for my Audio >Ripper Plus. I believe it will let you push raw data to memory and >play it. >~Greg Yes I'm try, I download it after writing the messege... I think is want I was looking for, but any useful info will be good. I haven't enought time to read the code and understed how it works (it will take some weeks I think). Thank for answer. Pablo