Sample Vision
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Updated PRONOM) |  (software & samples) | ||
| Line 10: | Line 10: | ||
| ==File Information== | ==File Information== | ||
| SMP files consist of a header which begins with the ascii {{magic|SOUND SAMPLE DATA }} then a binary block of data<ref>https://nixdoc.net/man-pages/IRIX/man4/smp.4.html</ref><ref>https://github.com/mpruett/audiofile/blob/master/libaudiofile/SampleVision.cpp</ref>. | SMP files consist of a header which begins with the ascii {{magic|SOUND SAMPLE DATA }} then a binary block of data<ref>https://nixdoc.net/man-pages/IRIX/man4/smp.4.html</ref><ref>https://github.com/mpruett/audiofile/blob/master/libaudiofile/SampleVision.cpp</ref>. | ||
| + | |||
| + | == Software == | ||
| + | * [http://sox.sourceforge.net/ SoX] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|audio/sampleVision}} | ||
| == References == | == References == | ||
| <references/> | <references/> | ||
Latest revision as of 02:22, 8 April 2024
Turtle Beach Sample Vision was software used to send and receive samples through a MIDI interface.[1][2] Format only supports Mono, 16bit data.
| Contents | 
[edit] File Information
SMP files consist of a header which begins with the ascii SOUND SAMPLE DATA  then a binary block of data[3][4].

