I have sample wav file.I want to change BitsPerSample of it. I have tried with Taglib#. I have changed source code of taglib to make BitsPerSample editable. it's showing as changed in file.Properties.BitsPerSample Field while debugging but when I run program again its showing as previous value not the changed value.
            Asked
            
        
        
            Active
            
        
            Viewed 121 times
        
    1 Answers
1
            
            
        TagLib# can only read the audio properties of a file, it doesn't have the capability of altering those audio properties. You would need a different library, such as naudio, to do that. This question uses NAudio to do something similar to your requirements.
        Rich McCollister
        
- 531
 - 2
 - 7