Mercurial > audlegacy
comparison Plugins/Input/modplug/modplugbmp.cpp @ 845:073d2f46a490 trunk
[svn] Report sample rate properly. Rate is just the number of channels, but that is better then 0, right?
| author | chainsaw |
|---|---|
| date | Sat, 18 Mar 2006 10:09:58 -0800 |
| parents | d539e5c5f730 |
| children | a540829b188a |
comparison
equal
deleted
inserted
replaced
| 844:87b022bf951c | 845:073d2f46a490 |
|---|---|
| 397 | 397 |
| 398 mInPlug->set_info | 398 mInPlug->set_info |
| 399 ( | 399 ( |
| 400 mModName, | 400 mModName, |
| 401 mSoundFile->GetSongTime() * 1000, | 401 mSoundFile->GetSongTime() * 1000, |
| 402 mSoundFile->GetNumChannels(), | 402 mSoundFile->GetNumChannels() * 1000, |
| 403 mModProps.mFrequency / 1000, | 403 mModProps.mFrequency, |
| 404 mModProps.mChannels | 404 mModProps.mChannels |
| 405 ); | 405 ); |
| 406 | 406 |
| 407 mStopped = mPaused = false; | 407 mStopped = mPaused = false; |
| 408 | 408 |
