Clean up unnecessary Create() factory functions in platform/audio

As advised in [1], this CL removes unnecessary Foo::Create() in
//third_party/blink/renderer/platform/audio and make their constructors
public, then make the callers use std::make_unique<Foo> instead
of their Create() factory functions.

[1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBgAJ

Bug: 939691
Change-Id: Ic613dd9ef74061fe92234fbd9680cab37f3db5d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1525762
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#641156}
9 files changed