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

Unified Diff: Source/core/platform/audio/Panner.h

Issue 14636011: Support multiple HRTFDatabases for different sample-rates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: Source/core/platform/audio/Panner.h
diff --git a/Source/core/platform/audio/Panner.h b/Source/core/platform/audio/Panner.h
index f8b240e60871849f61aa81158843498f4a4d33dd..13e27b2e4b7becf4f3e0768011f158a02ab139f6 100644
--- a/Source/core/platform/audio/Panner.h
+++ b/Source/core/platform/audio/Panner.h
@@ -34,6 +34,7 @@
namespace WebCore {
class AudioBus;
+class HRTFDatabase;
// Abstract base class for panning a mono or stereo source.
@@ -47,7 +48,7 @@ public:
typedef unsigned PanningModel;
- static PassOwnPtr<Panner> create(PanningModel, float sampleRate);
+ static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabase*);
virtual ~Panner() { };

Powered by Google App Engine
This is Rietveld 408576698