blob: 5c5325b61eb1a75970a26de290cce765c13dfc6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* -*- c++ -*- */
/*
* Copyright 2016 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gnuradio/vocoder/freedv_api.h>
namespace gr {
namespace vocoder {
} /* namespace vocoder */
} /* namespace gr */
|