Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2195)

Ticket Resolution Summary Owner Reporter
#78 worksforme Noisy audio with upsampling in the conference bridge bennyp bennylp
Description

There are two problems here:

  1. Problem with upsampling that introduces noise, and
  2. Problem with resampling/upsampling, specific when it's used in the conference bridge and only when two or more sources are mixed together.

For the first problem:

The following file was upsampled with pjsua, from the original WAV file of 22050 Hz to 44100 Hz. You can hear clearly about the noise:

http://www.pjsip.org/tmp/upsampling-noise.wav

For the second problem:

The following file was recorded by mixing two 16KHz sources and upsampled to 44.1KHz:

http://www.pjsip.org/tmp/conference_noise.wav

#79 fixed Make available new audio device that is plugged after application is running bennylp bennylp
Description

When a new audio device is plugged in after Pjsip is initialised it is not seen by the sound device enumeration function.

Solution: Create a refresh audio devices function that updates the newly available devices.

#80 fixed Return correct error code when pj_gethostbyname() fails bennylp bennylp
Description

Currently it will always return PJ_ERESOLVE, but it should return the appropriate native error code instead.

Note: See TracQuery for help on using queries.