summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiorecorder
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining qdoc warningsLars Knoll2021-09-231-2/+2
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-09-101-2/+2
* Remove NSApplication from Info.plist filesDoris Verria2021-09-091-3/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-102-14/+17
* Restore qmake project files for examplesJoerg Bornemann2021-08-061-0/+23
* Tag Qt Multimedia Widgets examples with 'widgets'Kai Köhne2021-08-021-0/+1
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-082-24/+24
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-252-24/+8
* Clean up file format and audio profile handlingLars Knoll2021-06-251-1/+1
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-171-3/+3
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-162-23/+24
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-163-30/+30
* Kill QMediaEncoderBaseLars Knoll2021-06-163-7/+7
* Kill the current QMediaRecorder classLars Knoll2021-06-161-6/+6
* Get rid of QImageEncoderSettingsLars Knoll2021-06-161-2/+3
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-5/+7
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-2/+2
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-041-1/+1
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-191-2/+1
* Support Audio-Only recordings on macOSDoris Verria2021-05-102-0/+48
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-2/+2
* Fix compilation on LinuxLars Knoll2021-05-071-1/+1
* QAudioDeviceInfo: drop Range type, simplify APIVolker Hilsheimer2021-05-071-3/+4
* Remove qmake files from the repositoryLars Knoll2021-04-231-23/+0
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-3/+1
* Remove audio/video device settings from QMediaEncoderLars Knoll2021-03-181-2/+2
* Add a QMediaEncoder classLars Knoll2021-03-172-36/+35
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-162-1/+4
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-162-10/+10
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-161-2/+1
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-091-2/+2
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-092-22/+20
* Cleanup QAudioFormat and friendsLars Knoll2021-02-091-85/+10
* Remove codec property from QAudioFormat and relatedLars Knoll2021-01-291-6/+0
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-292-7/+6
* Get rid of QAudioInputSelectorControlLars Knoll2021-01-221-4/+8
* Get rid of QAudioRecorder and the audiocapture pluginLars Knoll2021-01-222-8/+8
* audio/pcm is not a valid mimetypeLars Knoll2021-01-221-2/+2
* Show the proper device description in the UI, not the IDLars Knoll2021-01-221-1/+2
* Coding style cleanupsLars Knoll2021-01-211-8/+8
* Initial Cmake port for qtmultimediaDoris Verria2021-01-201-0/+54
* Use QList instead of QVectorJarek Kobus2020-06-251-9/+9
* Move shared example folder to examples/multimedia/sharedFrederik Gladhorn2018-08-071-1/+1
* winrt: Store output to cache locationMaurice Kalinowski2017-12-121-0/+11
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-276-18/+68
|\
| * Fix outdated BSD license headerKai Koehne2017-10-185-15/+65
| * Fix outdated FDL license headerKai Koehne2017-10-181-3/+3
* | Modernize the Audio Recorder exampleVaL Doroshchuk2017-09-285-75/+62
|/
* iOS: Add Info.plist files to indicate camera and microphone usageAndy Shaw2017-04-281-0/+1