Update wav.h

This commit is contained in:
Ojuro Yokoyama
2025-02-17 16:03:42 +09:00
committed by GitHub
parent 7440bc4689
commit 33a9d190fe

View File

@@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#ifndef FRONTEND_WAV_H_ #ifndef FRONTEND_WAV_H_
#define FRONTEND_WAV_H_ #define FRONTEND_WAV_H_
#include <assert.h> #include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
@@ -24,6 +24,8 @@
#include <string> #include <string>
#include <iostream>
// #include "utils/log.h" // #include "utils/log.h"
namespace wav { namespace wav {
@@ -230,6 +232,6 @@ class WavWriter {
int bits_per_sample_; int bits_per_sample_;
}; };
} // namespace wenet } // namespace wav
#endif // FRONTEND_WAV_H_ #endif // FRONTEND_WAV_H_