Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottgriv/uwp-audio_recorder

A simple Audio Recorder and Playback application written in C# using Visual Studio and the Universal Windows Platform (UWP) framework.
https://github.com/scottgriv/uwp-audio_recorder

audio-recorder csharp export-audio playback-audio uwp uwp-applications uwp-apps visual-studio voice-memos windows

Last synced: about 2 months ago
JSON representation

A simple Audio Recorder and Playback application written in C# using Visual Studio and the Universal Windows Platform (UWP) framework.

Awesome Lists containing this project

README

        






Icon




C# Badge
.NET Badge
VS Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Silver

---------------

🎙️ UWP C# Audio Recorder Application 🔊

A simple **Audio Recorder** and Playback application written in `C#` using **Visual Studio** and the **Universal Windows Platform (UWP)** framework.
- Under the **Record** tab:
- Record audio
- Under the **Archive** tab:
- Playback audio
- Delete audio
- Export audio to a `mp3` file





Application Preview

---------------

## Table of Contents

- [What is the Universal Windows Platform (UWP)?](#what-is-the-universal-windows-platform-uwp)
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)

## What is the Universal Windows Platform (UWP)?

The **Universal Windows Platform (UWP)** is a platform-homogeneous application architecture created by Microsoft and first introduced in Windows 10. The purpose of this software platform is to help develop Metro-style apps that run on both Windows 10 and Windows 10 Mobile without the need to be re-written for each. It supports Windows app development using C++, C#, VB.NET, and XAML. Developers can build UWP apps that exclusively use UWP controls and APIs, or they can use UWP controls and APIs in desktop apps that are built using one of the supported Windows app frameworks.







What is the Universal Windows Platform (UWP)?

## Getting Started

### Requirements

- Visual Studio 2022
- Windows 10 SDK (10.0.19041.0)

### Installation

1. Clone the repository
2. Open the project in Visual Studio
3. Build the project
4. Run the project

### Usage

- Click the `Record` button to start recording audio
- Click the `Stop` button to stop recording audio
- Click the `Play` button to play the recorded audio
- Click the `Delete` button to delete the recorded audio
- Click the `Export` button to export the recorded audio to a `mp3` file

## Resources

- [C# Documentation](https://docs.microsoft.com/en-us/dotnet/csharp/) - `C#` is a simple, modern, object-oriented, and type-safe programming language (used to develop the application).
- [Universal Windows Platform (UWP) documentation](https://docs.microsoft.com/en-us/windows/uwp/) - The Universal Windows Platform (UWP) is a platform-homogeneous application architecture created by Microsoft and first introduced in Windows 10.
- [Visual Studio Documentation](https://docs.microsoft.com/en-us/visualstudio/) - Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.

## License

This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.

## Credits

**Author:** [Scott Grivner](https://github.com/scottgriv)

**Email:** [[email protected]](mailto:[email protected])

**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)

**Reference:** [Main Branch](https://github.com/scottgriv/uwp-audio_recorder)

---------------