Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
4.56/5 (2 votes)
See more:
Hi everybody
i have a problem in converting a audio which is in .dss format.
i want to convert it in wave format through code.
can anybody help me in converting it without using third party software.
Posted
Comments
Mohibur Rashid 1-Oct-12 5:14am    
We all have various kind of problem. In my case my problem is I am too lazy to work. If you have problem say it specifically.
vaibhavbvp 1-Oct-12 7:29am    
problem is that there is a audio of .dss format,i want to convert this into wave format,without using nch switch application.
Achha Insan 1-Oct-12 8:19am    
nothing is impossible. you can do it.
vaibhavbvp 3-Oct-12 1:47am    
dude we are on codeproject for helpful discussions,we are not for chitchats...codeproject is meant for discussing fruitful things,which are beneficiary for the person that are not aware of those things,so please excuse me.

That's difficult, in my opinion, since DSS is a proprietary format and apparently you cannot even find free documentation.
It looks you have to a third part library (e.g. Olympus Audio SDK[^]).
 
Share this answer
 
Comments
vaibhavbvp 3-Oct-12 1:51am    
@CPalini : yeah i agree DSS conversion is not an easy task,for using OLYMPUS SDK you have to take license.that's what is my trouble.
though there are many applications in market that is available,but i could not get what mechanism they are using for conversion.
anyways thanks a lot.
All of the DVR SDKs I've look at for DSS (or DS2) to WAV conversion use the hardware, i.e. the SDK calls a function hardcoded onto the DVR to do the decryption. So even with a licence you would still need a DVR connected.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900