mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 17:39:22 +08:00
Update wav.h
This commit is contained in:
@@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user