Mobile Sound
The application to demonstrate working with audio in Aurora OS. It has a voice recorder, there is a possibility to rewind while listening to audio. The application has an equalizer. It also stores a list of recorded audio. There are a few other features.
Change container to:
- matroska
- ogg
- wav
- avi
- flv
- raw
Changing the codec of the audio track:
- vorbis
- speex
- PCM
- FLAC
It is possible to open the list of audio input and output sources.
The app works starting with version 5 of Aurora.
Terms of Use and Participation
The source code of the project is provided under the license, which allows its use in third-party applications.
The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.
Information about the contributors is specified in the AUTHORS file.
Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.
Project Structure
The project has a standard structure of an application based on C++ and QML for Aurora OS.
- CMakeLists.txt file describes the project structure for the cmake build system.
- icons directory contains application icons for different screen resolutions.
-
qml directory contains the QML source code and the UI resources.
- components directory contains the application page components.
- cover directory contains the application cover implementations.
- icons directory contains the additional custom UI icons.
- pages directory contains the application pages.
- MobileSound.qml file provides the application window implementation.
- rpm directory contains the rpm-package build settings. ru.auroraos.MobileSound.spec file is used by rpmbuild tool.
- src directory contains the C++ source code.
- translations directory contains the UI translation files.
- ru.auroraos.MobileSound.desktop file defines the display and parameters for launching the application.
