Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: third_party/WebKit/Source/platform/audio/AudioFileReader.h

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/audio/AudioFileReader.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioFileReader.h b/third_party/WebKit/Source/platform/audio/AudioFileReader.h
index d1f0e81a10528fb6c210bdbef39372abe08d3ad4..ef43851360c59b9bb83a086364b2acdb118d4cbc 100644
--- a/third_party/WebKit/Source/platform/audio/AudioFileReader.h
+++ b/third_party/WebKit/Source/platform/audio/AudioFileReader.h
@@ -37,9 +37,10 @@ namespace blink {
class AudioBus;
// For both create functions:
-// Pass in 0.0 for sampleRate to use the file's sample-rate, otherwise a sample-rate conversion to the requested
-// sampleRate will be made (if it doesn't already match the file's sample-rate).
-// The created buffer will have its sample-rate set correctly to the result.
+// Pass in 0.0 for sampleRate to use the file's sample-rate, otherwise a
+// sample-rate conversion to the requested sampleRate will be made (if it
+// doesn't already match the file's sample-rate). The created buffer will have
+// its sample-rate set correctly to the result.
PLATFORM_EXPORT PassRefPtr<AudioBus> createBusFromInMemoryAudioFile(
const void* data,
@@ -50,7 +51,8 @@ PLATFORM_EXPORT PassRefPtr<AudioBus> createBusFromInMemoryAudioFile(
PLATFORM_EXPORT PassRefPtr<AudioBus>
createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate);
-// May pass in 0.0 for sampleRate in which case it will use the AudioBus's sampleRate
+// May pass in 0.0 for sampleRate in which case it will use the AudioBus's
+// sampleRate
PLATFORM_EXPORT void writeBusToAudioFile(AudioBus* bus,
const char* filePath,
double fileSampleRate);
« no previous file with comments | « third_party/WebKit/Source/platform/audio/AudioFIFO.cpp ('k') | third_party/WebKit/Source/platform/audio/AudioIOCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698