Searched hist:"7 b83e044e7b0115b8e2a6e483efb3720b6d4fc4c" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/soundrecorder/ |
H A D | RecorderWindow.h | 7b83e044e7b0115b8e2a6e483efb3720b6d4fc4c Tue Feb 09 12:23:14 UTC 2016 Dario Casalinuovo <b.vitruvio@gmail.com> SoundRecorder: Fix connection and disconnection from Cortex
* SoundRecorder can now be connected and disconnected safely, due to some unknown reason, probably format negotiation problems, ATM we need a system mixer between. * The normal behavior is unchanged, when the record button is pressed it will record from the preferred audio interface and disconnect on stop. But when the connection is made manually it will stay connected until the user explictly disconnect it. * To make it work, instantiate a system mixer, connect the output to SoundRecorder, instantiate a node like the ToneProducer, and connect it's output to the mixer input. Press the record button and check the Mixer has started from the Cortex transport, if not, start it.
|
H A D | RecorderWindow.cpp | 7b83e044e7b0115b8e2a6e483efb3720b6d4fc4c Tue Feb 09 12:23:14 UTC 2016 Dario Casalinuovo <b.vitruvio@gmail.com> SoundRecorder: Fix connection and disconnection from Cortex
* SoundRecorder can now be connected and disconnected safely, due to some unknown reason, probably format negotiation problems, ATM we need a system mixer between. * The normal behavior is unchanged, when the record button is pressed it will record from the preferred audio interface and disconnect on stop. But when the connection is made manually it will stay connected until the user explictly disconnect it. * To make it work, instantiate a system mixer, connect the output to SoundRecorder, instantiate a node like the ToneProducer, and connect it's output to the mixer input. Press the record button and check the Mixer has started from the Cortex transport, if not, start it.
|