summaryrefslogtreecommitdiff
path: root/gr-audio/lib/portaudio/portaudio_impl.h
blob: c5413117dfe99a8f3ecfaacaf89cc6a91444d6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* -*- c++ -*- */
/*
 * Copyright 2006,2013 Free Software Foundation, Inc.
 *
 * This file is part of GNU Radio
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef INCLUDED_AUDIO_PORTAUDIO_IMPL_H
#define INCLUDED_AUDIO_PORTAUDIO_IMPL_H

#include <portaudio.h>
#include <cstdio>

namespace gr {
namespace audio {

PaDeviceIndex pa_find_device_by_name(const char* name);
void print_devices();

} /* namespace audio */
} /* namespace gr */

#endif /* INCLUDED_AUDIO_PORTAUDIO_IMPL_H */