News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - QNT

#1
Thanks,

this is the solution.

Regards,

QNT
#2
Hello,

I'm not sure how to use the MOVE method.
Can you advise please?

Regards,

QNT
#3
Hello,

I'm trying to create a usercontrol with a DisplayWaveformAnalyzer on it. This way, I can use the usercontrol on different forms without having to do the design again and again.
I succeed in creating the usercontrol and the DisplayWaveformAnalyzer gets displayed OK on the usercontrol. But when I use the usercontrol on a form, the DisplayWaveformAnalyzer only shows partly: it get's cut off. Is there a way to have the DisplayWaveformAnalyzer resize automatically to the usercontrol's size on the form?
I tried to attach a screenshot but I'm not able to add an attachment...  :-\
Regards,

QNT
#4
Hello,

in january 2017 our company purchased the Audio Editor tool.
Untill now, we used Visual Studio 2010 and we could use the Audio Editor tool without any problem.
As of this year, our firm wants to use Visual Studio 2019 to do our programming tasks.
I noticed that when I want to install the Audio Editor tool on my workstation, I get the choice of the versions of Visual Studio.
The highest version I can select is Visual Studio 2015.
Does the Audio Editor tool support higher versions of Visual Studio? (in my case Visual Studio 2019)

Thanks for your help.

Regards,

QNT
#5
Audio editing components / Re: Used Codec
January 09, 2018, 02:34:33 PM
Reason for my question is that I want to convert the 'unknown' files to .WAV files....

Any help would be appreciated.

Regards,

QNT
#6
Audio editing components / Used Codec
January 09, 2018, 02:32:51 PM
Hello,

I have several files of which I don't know which codec has been used for these files.

Is there a way to use Audio editing components to detect the codec used for these file?

Regards,

QNT
#7
Hello,
I have a sound file where I want to cut interesting parts and save these parts as separate wav-files.

Is this possible with Audio Editing Components?
If yes, could someone give me some hints please?

Regards,

QNT
#8
Audio editing components / Re: Wav-sound player
June 30, 2017, 05:56:37 AM
Hello,

thanks to your hint I found the solution:

Within the control, the AudioSoundEditor control was added to a panel. Once I disabled the panel, everything worked fine.

Thanks for the advice.

QNT
#9
Audio editing components / Re: Wav-sound player
June 29, 2017, 06:20:49 AM
Hello Admin,

thanks for the reply. This works indeed if you use the AudioSoundEditor control directly on a windows form.

In my case, I created a usercontrol that embeds the AudioSoundEditor control. This way, may 'Audioplayer'-control can be used in several forms and I don't need to recreate a complete solution everytime I need to use an audioplayer.

BUT

if you use it the way I do, the disabling of the picturebox is not changing anything to the problem. I still can not create a selection on the wavformanalyzer.

Any advise?

Regards,

QNT
#10
Audio editing components / Re: Wav-sound player
June 28, 2017, 10:13:43 AM
Hello,

the problem is that I just can NOT create a selection in the waveformanalyzer. So the code in the PlaySelection button does not help me.

Could you please help me how to make a selection in the waveformanalyzer?
If you click and drag in the demo application, a selection is created.
In my application, the creation of the selection does not work.
Are there some parameters to be set?

Thanks in advance,

QNT
#11
Audio editing components / Wav-sound player
June 27, 2017, 11:46:56 AM
Hello,

I created my own sound player form in C# with a DisplayWaveformAnalyzer and a DisplayWaveformScroller.
Everything works fine, except a couple of things.
In the demo application that is included in the installation package, there is the possibility to select a range and do a playback of only the selected range. Another possibility in the demo is to 'swipe' the sound in the DisplayWaveFormScroller.

I just don't get these two things to work.

Any help please?

Regards,

QNT
#12
Hello,

it was the second setting that did the job:
The publish status was set to Prerequisite in stead of Include.

Everything is working correctly now.

Thanks a lot for the assistance!

Regards,

QNT
#13
Hello again,

i began the ClickOnce project from scratch, with the same result. This is the Error message I receive when trying to install the application on a client workstation. I even tried with local administrative rights.

'Unable to install or run the application. The application requires that assembly AudioSoundEditor Version 1.0.0.0 be
installed in the Global Assembly Cache (GAC) first.
Please contact your system administrator.'

Please help me out on this one because I'm really stuck!

Thanks,

QNT
#14
Hello,

I'm using Visual Studio 2010.

I will try to start again from scratch. I will let you know the result.

Regards,

QNT
#15
Hello,

I created a project which uses the Audio Editor tool.
I followed the instructions in the help documentation to create a Click Once installation procedure.

Everytime I try to install the application, I get an erro message that AudioSoundEditor0004 has to be installed
in the GAC first;

What am I doing wrong?

Regards,

QNT