Changeset 3 for trunk/AddIns/WaveAudio/WaveAudio.cs
- Timestamp:
- 10/26/08 15:59:45 (2 months ago)
- Files:
-
- 1 modified
-
trunk/AddIns/WaveAudio/WaveAudio.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddIns/WaveAudio/WaveAudio.cs
r2 r3 49 49 break; 50 50 default: 51 throw new UnsupportedAudioException("The Wave format '0x" + waveFormatEx.FormatTag.ToString("X", CultureInfo.CurrentCulture) + "' is not supported.");51 throw new AudioUnsupportedException("The Wave format '0x" + waveFormatEx.FormatTag.ToString("X", CultureInfo.CurrentCulture) + "' is not supported."); 52 52 } 53 53 … … 55 55 channels = waveFormatEx.Channels; 56 56 else 57 throw new UnsupportedAudioException(waveFormatEx.Channels + "-channel Wave files are not supported.");57 throw new AudioUnsupportedException(waveFormatEx.Channels + "-channel Wave files are not supported."); 58 58 59 59 bitrate = (int)(waveFormatEx.AvgBytesPerSec * 8);
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)