[Ekiga-devel-list] Another try at gstreamer in ekiga



Hi,

I'm trying again to make audio output work with ekiga.

The current situation is:
- it works for sound events ;
- it doesn't work during calls ;

The reason for the difference is that during sound events, the sound format is supposed to be :

  audio/x-raw-int,
  rate=44100,
  channels=2,
  width=16,
  depth=16,
  signed=true,
  endianness=1234

while during calls, it is as far as I know :

  audio/x-raw-int,
  rate=8000,
  channels=1,
  width=16,
  depth=16,
  signed=true,
  endianness=1234

Last night's debugging session made something strange appear : the log shows that gstreamer feels flooded by data during calls. In fact, one gstreamer developper had the impression we were getting about 120 times more data than expected. He made those computations at an advanced hour of the night though, so I'll have to double-check.

Still, does that somebody go "Ooooohhhh!" ?

Snark


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]