Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrKlang
Lowest -- Worst audio quality possible?

taurian
Registered User
Quote
2016-06-25 22:36:01

Hey there, can you tell me what combination of settings would produce the lowest audio quality possible? Similar to a radio:



unsigned short formatType = 1;
unsigned short numChannels = format.ChannelCount;
unsigned long sampleRate = format.SampleRate;
unsigned short bitsPerChannel = format.getSampleSize() * 8;
unsigned short bytesPerSample = format.getFrameSize() ;
unsigned long bytesPerSecond = format.getBytesPerSecond();
unsigned long dataLen = format.getSampleDataSize();

const int fmtChunkLen = 16;
const int waveHeaderLen = 4 + 8 + fmtChunkLen + 8;

unsigned long totalLen = waveHeaderLen + dataLen;


Thanks!


niko
Moderator
Quote
2016-06-27 07:20:26

Hm, I think in radio, you also have a lot of interferrence causing the effect you mean. You could probably create this by using the sound effects. Maybe enableGargleSoundEffect and enableDistortionSoundEffect, for example.


taurian
Registered User
Quote
2016-06-27 16:22:16

Those effects are in irrKlang? Where can I find a list of all the effects?

Thanks,


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Inter?ational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact