Companding (compression and expansion of transfer data) can be found in many different
applications, especially in digital telephone systems. A digital telephone system converts an
analog speech signal to a digital signal. This digital signal is referred to as linear—meaning
without compression. Instead of transmitting this linear digital signal across the telephone
network, this digital signal is usually first compressed before being transmitted to reduce the
transmission bandwidth. The receiver needs to expand this non-linear, compressed signal back
to a linear digital signal. Companding refers to this combined process of compression and
expansion.
Two companding format for G.711 Audio are a law and u law.
Friday, December 16, 2011
Saturday, December 10, 2011
SoX raw audio data converter. wav to/from mulaw
Utility SoX (Sound Exchange)
Convert mulaw to wav:
sox.exe -t ul input_mulaw_file output_wav_file
Convert wav to mulaw:
sox.exe input_wav_file -r 8000 -c 1 -t ul output_mulaw_file
Convert mulaw to wav:
sox.exe -t ul input_mulaw_file output_wav_file
Convert wav to mulaw:
sox.exe input_wav_file -r 8000 -c 1 -t ul output_mulaw_file
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c
-
[轉貼]用GCC自製Library 引用 : PTT 看板 : LinuxDev ( 作者 : cole945) Library 可分成三種, static 、 shared 與 dynamically loaded 。 1. Static libr...
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...