#include <QVector>
#include <QThread>
#include <QWaitCondition>
#include <QMutex>
#include <QIODevice>
#include <QAudioOutput>
#include <QComboBox>
#include "project/sequence.h"
Go to the source code of this file.
◆ audio_ibuffer_size
| #define audio_ibuffer_size 192000 |
◆ clear_audio_ibuffer()
| void clear_audio_ibuffer |
( |
| ) |
|
◆ combobox_audio_sample_rates()
| void combobox_audio_sample_rates |
( |
QComboBox * |
combobox | ) |
|
◆ current_audio_freq()
| int current_audio_freq |
( |
| ) |
|
◆ get_buffer_offset_from_frame()
| qint64 get_buffer_offset_from_frame |
( |
double |
framerate, |
|
|
long |
frame |
|
) |
| |
◆ get_recorded_audio_filename()
| QString get_recorded_audio_filename |
( |
| ) |
|
◆ init_audio()
◆ is_audio_device_set()
| bool is_audio_device_set |
( |
| ) |
|
◆ log_volume()
| double log_volume |
( |
double |
linear | ) |
|
◆ start_recording()
◆ stop_audio()
◆ stop_recording()
◆ audio_ibuffer
◆ audio_ibuffer_frame
◆ audio_ibuffer_read
| qint64 audio_ibuffer_read |
◆ audio_ibuffer_timecode
| double audio_ibuffer_timecode |
◆ audio_io_device
| QIODevice* audio_io_device |
◆ audio_output
| QAudioOutput* audio_output |
◆ audio_rendering
◆ audio_scrub
◆ audio_thread
◆ audio_write_lock
◆ recording