1/**************************************************************************** 2** 3** Copyright (C) 2015 The Qt Company Ltd. 4** Contact: http://www.qt.io/licensing/ 5** 6** This file is part of the documentation of the Qt Toolkit. 7** 8** $QT_BEGIN_LICENSE:FDL$ 9** Commercial License Usage 10** Licensees holding valid commercial Qt licenses may use this file in 11** accordance with the commercial license agreement provided with the 12** Software or, alternatively, in accordance with the terms contained in 13** a written agreement between you and The Qt Company. For licensing terms 14** and conditions see http://www.qt.io/terms-conditions. For further 15** information use the contact form at http://www.qt.io/contact-us. 16** 17** GNU Free Documentation License Usage 18** Alternatively, this file may be used under the terms of the GNU Free 19** Documentation License version 1.3 as published by the Free Software 20** Foundation and appearing in the file included in the packaging of 21** this file. Please review the following information to ensure 22** the GNU Free Documentation License version 1.3 requirements 23** will be met: http://www.gnu.org/copyleft/fdl.html. 24** $QT_END_LICENSE$ 25** 26****************************************************************************/ 27 28/*! 29 \page guitartuner_example.html 30 \title Guitar Tuner Demonstration 31 \example demos/mobile/guitartuner 32 33\brief The Guitar Tuner demo demonstrates the audio-in and audio-out interfaces of 34Qt Mobility Multimedia, and integrating Qt code in a Qt Quick UI. 35 36The Guitar Tuner application can be used to tune guitar strings by analyzing the 37audio recorded by the device microphone. Guitar Tuner can be also used in the 38listening mode. It will then play the audio by the corresponding frequency, and 39the user can tune the guitar by ear. The application demonstrates the audio-in 40and the audio-out interfaces of 41\l{external: Mobility Multimedia}{Qt Mobility Multimedia} and integrating Qt 42code in a Qt Quick UI. 43 44 The example is hosted in Projects Forum Nokia: https://projects.forum.nokia.com/guitartuner 45 46\note This demonstration requires QtMobility libraries. 47 \image qml-guitartuner-example.png 48*/ 49