pbos@webrtc.org a3b7406219 Remove unused unreferenced code in webrtc/
The code removed here are .c, .cc and .h files that are not referenced
from anywhere else. E.g. if git-grep showed no occurrence of the file
it's removed. This process was repeated until no more unreferenced
files were present.

BUG=
R=andrew@webrtc.org, henrike@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org, turaj@webrtc.org, wu@webrtc.org, xians@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1945004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4511 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-09 08:47:51 +00:00
..
2012-10-22 18:19:23 +00:00

INSTRUCTIONS:

- Start with test #3 (Device enumeration) to get an overview of the available
  audio devices.
- Next, proceed with test #4 (Device selection) to get more details about 
  the supported functions for each audio device.
- Verify two-way audio in test #5. 
  Repeat this test for different selections of playout and recording devices.
- More detailed tests (volume, mute etc.) can also be performed using #6-#11.

NOTE:

- Some tests requires that the user opens up the audio mixer dialog and 
  verifies that a certain action (e.g. Mute ON/OFF) is executed correctly.
- Files can be recorded during some tests to enable off-line analysis.
- Full support of 'Default Communication' devices requires Windows 7.
- If a test consists of several sub tests, press any key to start a new sub test.

KNOWN ISSUES:

- Microphone Boost control is not supported on Windows Vista or Windows 7.
- Speaker and microphone volume controls will not work as intended on Windows
  Vista if a 'Default Communication' device is selected in any direction.