Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to route audio (VoIP phone calls) to sound card channels
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
JuanAbelVazquez
n00b
n00b


Joined: 10 Feb 2015
Posts: 1

PostPosted: Tue Feb 10, 2015 10:53 am    Post subject: How to route audio (VoIP phone calls) to sound card channels Reply with quote

Hello,

I face with a problem while using Ozeki VoIP SDK along with a special 8-channel sound card (Gigaport).

I try to describe the problem in more details. So, I want audio in respect of all calls to be routed to one of the channels on the card.

It works in case of the first two calls, but audio is not routed to the preferred channel for the other calls.

I have no idea where to start in solving the problem. Where is the error? In the sound card? In the controller? Or is it SDK issue?

The following method is called at the end of each phone call:


Code:
private void stopSpeaker()
    {
        connector.Disconnect(mediaReceiver, speaker);
        if (speaker != null)
        {
            speaker.Stop();
            speaker = null;
        }
        mediaReceiver.Detach();
    }



Please give me some ideas or help me to get moving, because I got stuck here... :(
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Tue Feb 10, 2015 12:02 pm    Post subject: Reply with quote

the thing of interests is Alsa and maybe pulseaudio when you use that.

and there are config files to tell alsa how the audio hardware should be handled. as you have some special setup you may have to write those alsa rules in the alsa configs

as i do not possess your hardware and I do not use that software I just give a general explanation.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum