A Quick Start with Common Ubuntu Programs

Keep in mind that Ubuntu doesn’t aim to be an exact clone of other operating systems. Some of the programs will work in a similar way to what you’re used to, but that’s not true of all of them. Because of this, it’s easy to get frustrated early on when programs don’t seem to work … Read more

Type Casting in c

C Programming Tutorial

Type Casting in c Type casting means changing a variable of one data type into another. The compiler will automatically change one type of data into another if it makes sense. For instance, if you assign an integer value to a floating-point variable, the compiler will convert the int to a float. Casting allows you to … Read more

Difference between Type Casting and Type Conversion

C Programming Tutorial

Difference between Type Casting and Type Conversion 1. Type Casting: In typing casting, a data type is converted into another data type by the programmer using the casting operator during the program design. In typing casting, the destination data type may be smaller than the source data type when converting the data type to another … Read more

G.729 codec

free g729 codec for asterisk

G.729 codec G.729 is a codec with low bandwidth requirements; it provides good audio quality. The codec encodes audio in frames of 10 ms long. Given a sampling frequency of 8 kHz, a 10 ms frame contains 80 audio samples. The codec algorithm encodes each frame into 10 bytes, so the resulting bitrate is 8 … Read more