diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 17:04:31 +0100 |
| commit | 09a9ac376db005a40a351736bcff4077f098825d (patch) | |
| tree | 64ea69741155d15d114ad96daf0f90e24b3abe28 /src/lib/writer.cc | |
| parent | 46cd0fe7b5b514f0d9456b25f670679cc584a218 (diff) | |
Another try at sorting out the thorny question of timing.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 35874581b..cf81d5b70 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -133,7 +133,6 @@ Writer::fake_write (int frame) void Writer::write (shared_ptr<const AudioBuffers> audio) { - cout << "W: audio " << audio->frames() << "\n"; _sound_asset_writer->write (audio->data(), audio->frames()); } |
