Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
connecting a TALSpeexDecompressor output to a TALAudioMixer input at runtime
08-21-2014, 08:49 AM (This post was last modified: 08-22-2014 03:25 AM by fisherman.)
Post: #1
connecting a TALSpeexDecompressor output to a TALAudioMixer input at runtime
What do I have to do to connect a TALSpeexDecompressor output pin to a TALAudioMixer input pin in code?

I can successfully connect a TALWavePlayer output pin to a TALAudioMixer input pin in code.

playerWave.OutputPin.Connect(mixer.InputPins[0]);

Connecting a TALAudioMixer output pin to a TALAudioOut input pin works also.

mixer.OutputPin.Connect(audioOut.InputPin);

But I am trying the whole day now to connect a TALSpeexDecompressor output pin to a TALAudioMixer input pin in code. But there is no signal. Please note: There is a channel and an input in the mixer available for connecting. Connecting the same two components visually at design time works fine, so the audio format settings should be fine.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
connecting a TALSpeexDecompressor output to a TALAudioMixer input at runtime - fisherman - 08-21-2014 08:49 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)