Login
User:       Password:    
portal

The knowledgebase is organized into different categories. Choose a category for a list of articles or search the knowledgebase for articles related to your question.

Search Knowledgebase



Cepstral playback is Choppy

« Back

SYMPTOMS


  • Cepstral audio playback is choppy
  • Running app_swift with Asterisk 1.4
  • Asterisk >= 1.4.10

 

SOLUTION


Frame size changes in Asterisk >= 1.4.10 require modification to the app_swift source.  The following line in app_swift.c:

const int framesize = 160 * 4;

is changed to:

const int framesize = 20;

After saving the file changes, recompile and install the app_swift module (make clean, make install).  The audio quality should now be normal during playback using the Swift() Asterisk module.



« Back

Also Read
Asterisk Bandwidth Usage (Views: 7390)

Powered by WHMCompleteSolution

Saturday, 20th April 2024

IP: 18.117.188.64

Client Login

Email

Password

Remember Me

Forgotten Your Password?
Request a Password Reset


Webhosting Panel

>>> Panel Login

>>> Webmail

Search Knowledgebase