Sample Vision
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|smp}} |wikidata={{wikidata|Q104835773}} }} Turtle Beach Sample Vision was software used to send a...") |
(software & samples) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|smp}} | |extensions={{ext|smp}} | ||
|wikidata={{wikidata|Q104835773}} | |wikidata={{wikidata|Q104835773}} | ||
+ | |pronom={{PRONOM|fmt/1560}} | ||
}} | }} | ||
Turtle Beach Sample Vision was software used to send and receive samples through a [[MIDI]] interface.<ref>http://sox.sourceforge.net/AudioFormats-11.html</ref><ref>https://help.adobe.com/archive/en_US/audition/3/audition_3_help.pdf#page=255</ref> Format only supports Mono, 16bit data. | Turtle Beach Sample Vision was software used to send and receive samples through a [[MIDI]] interface.<ref>http://sox.sourceforge.net/AudioFormats-11.html</ref><ref>https://help.adobe.com/archive/en_US/audition/3/audition_3_help.pdf#page=255</ref> Format only supports Mono, 16bit data. | ||
Line 9: | 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].