Skip to content

Waveform renderer for UWP#14

Open
TyJOrtiz wants to merge 6 commits intonaudio:masterfrom
TyJOrtiz:master
Open

Waveform renderer for UWP#14
TyJOrtiz wants to merge 6 commits intonaudio:masterfrom
TyJOrtiz:master

Conversation

@TyJOrtiz
Copy link
Copy Markdown

Hi,

I changed some things to be able to create a waveform control for UWP. It doesn't create a png but just a regular control.

TyJOrtiz added 6 commits July 18, 2022 09:09
Removed APIs incompatible with UWP (System.Drawing), creates a control instead of rendering to an image
@Mephisztoe
Copy link
Copy Markdown

TyJOrtiz, I as looking for a way to display audio waveforms within a UWP app and just found your PR to NAudio. It's been only two days since you requested to pull your commits. What a funny coincidance. Until your code will eventually be merged, may I ask for a working example of your code? And one other thing - since you already have experiences with this library: The idea of NAudio.WaveFormRenderer is to analyse peaks from a provided audio file and render them, right? What if I already have data and no need to analyse an audio file.. is it possible to inject ready-to-use data into the renderer without having to provide the respective audio file?

@TyJOrtiz
Copy link
Copy Markdown
Author

Hello,

Yes I can provide a working sample by the end of the day.

As for saving the waveform for later loading, that's something I still need to experiment with

Thanks,

TyJOrtiz

@TyJOrtiz
Copy link
Copy Markdown
Author

Here's a link to my working sample repository: https://github.com/TyJOrtiz/WaveFormUWP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants