Home
last modified time | relevance | path

Searched refs:hvl_ParseTune (Results 1 – 2 of 2) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.h232 struct hvl_tune *hvl_ParseTune(const uint8 *buf, uint32 buflen, uint32 freq, uint32 defstereo );
H A Dhvl_replay.c547 struct hvl_tune *hvl_ParseTune( const uint8 *buf, uint32 buflen, uint32 freq, uint32 defstereo ) in hvl_ParseTune() function
606 ht = hvl_ParseTune( buf, buflen, freq, defstereo ); in hvl_LoadTune()