Added microphone TX (very basic for now)

This commit is contained in:
furrtek
2017-03-12 07:09:22 +00:00
parent 6ac911feb7
commit 44b2fc469c
11 changed files with 140 additions and 39 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014 Jared Boone, ShareBrained Technology, Inc.
* Copyright (C) 2016 Furrtek
*
* This file is part of PortaPack.
*
@@ -38,6 +39,13 @@ void unmute();
} /* namespace output */
namespace input {
void start();
void stop();
} /* namespace input */
namespace headphone {
volume_range_t volume_range();