search for: sdii

Displaying 4 results from an estimated 4 matches for "sdii".

Did you mean: sdi
2014 Mar 12
2
OT: missing /dev paths
...:0:1:164] disk DataCore Virtual Disk DCS - [2:0:1:165] disk DataCore Virtual Disk DCS /dev/sdif [2:0:1:166] disk DataCore Virtual Disk DCS /dev/sdig [2:0:1:167] disk DataCore Virtual Disk DCS /dev/sdih [2:0:1:168] disk DataCore Virtual Disk DCS /dev/sdii [2:0:1:169] disk DataCore Virtual Disk DCS /dev/sdij
2012 Apr 19
1
FLAC QUESTION
...dea to match the sample rate as well for proper decoding later. > Beware that the format you have may not exactly match what the FLAC > library wants, so you may have to alter the data slightly before sending it > to the API. > > So, it doesn't matter whether you have WAV, AIFF, SDII, or some other > file, because your code must first extract the raw audio samples from the > file before calling the FLAC library. > > Note that you can encode a WAV file as FLAC, and then later decode the > FLAC file as AIFF. FLAC does not usually care what the uncompressed > fo...
2012 Apr 12
3
FLAC QUESTION
Hello, I'm using flac for an application. The fact is that i'm trying to encode a file that is not necessary a wav file. So, at first, i would like to know if it's possible to encode a file different from the wav file with the flac encoder ? When i put my data into : ok = FLAC__stream_encoder_process_interleaved(encoder, pcm, need); after some rounds in my boucl i get : encoding:
2012 Apr 13
0
FLAC QUESTION
...obably be a good idea to match the sample rate as well for proper decoding later. Beware that the format you have may not exactly match what the FLAC library wants, so you may have to alter the data slightly before sending it to the API. So, it doesn't matter whether you have WAV, AIFF, SDII, or some other file, because your code must first extract the raw audio samples from the file before calling the FLAC library. Note that you can encode a WAV file as FLAC, and then later decode the FLAC file as AIFF. FLAC does not usually care what the uncompressed foreign file format was...